- Timestamp:
- 12/04/14 10:34:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MeshdeformationAnalysis.cpp
r18057 r18930 6 6 7 7 /*Model processing*/ 8 int MeshdeformationAnalysis::DofsPerNode(int** doflist,int domaintype,int approximation){/*{{{*/ 9 _error_("not implemented"); 10 }/*}}}*/ 11 void MeshdeformationAnalysis::UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum){/*{{{*/ 8 void MeshdeformationAnalysis::CreateConstraints(Constraints* constraints,IoModel* iomodel){/*{{{*/ 12 9 _error_("not implemented yet"); 13 10 }/*}}}*/ 14 void MeshdeformationAnalysis:: UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type){/*{{{*/11 void MeshdeformationAnalysis::CreateLoads(Loads* loads, IoModel* iomodel){/*{{{*/ 15 12 _error_("not implemented yet"); 16 13 }/*}}}*/ … … 18 15 _error_("not implemented yet"); 19 16 }/*}}}*/ 20 void MeshdeformationAnalysis::CreateConstraints(Constraints* constraints,IoModel* iomodel){/*{{{*/ 17 int MeshdeformationAnalysis::DofsPerNode(int** doflist,int domaintype,int approximation){/*{{{*/ 18 _error_("not implemented"); 19 }/*}}}*/ 20 void MeshdeformationAnalysis::UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type){/*{{{*/ 21 21 _error_("not implemented yet"); 22 22 }/*}}}*/ 23 void MeshdeformationAnalysis:: CreateLoads(Loads* loads, IoModel* iomodel){/*{{{*/23 void MeshdeformationAnalysis::UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum){/*{{{*/ 24 24 _error_("not implemented yet"); 25 25 }/*}}}*/ … … 42 42 _error_("not implemented yet"); 43 43 }/*}}}*/ 44 void MeshdeformationAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/44 void MeshdeformationAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/ 45 45 _error_("not implemented yet"); 46 46 }/*}}}*/ 47 void MeshdeformationAnalysis::GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index){/*{{{*/47 void MeshdeformationAnalysis::GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index){/*{{{*/ 48 48 _error_("Not implemented yet"); 49 49 }/*}}}*/ 50 void MeshdeformationAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/50 void MeshdeformationAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/ 51 51 _error_("not implemented yet"); 52 52 }/*}}}*/ 53 void MeshdeformationAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/53 void MeshdeformationAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/ 54 54 /*Default, do nothing*/ 55 55 return;
Note:
See TracChangeset
for help on using the changeset viewer.