- Timestamp:
- 02/04/14 20:00:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/L2ProjectionEPLAnalysis.cpp
r17030 r17212 73 73 _error_("not implemented"); 74 74 }/*}}}*/ 75 76 75 ElementVector* L2ProjectionEPLAnalysis::CreateDVector(Element* element){/*{{{*/ 77 76 /*Default, return NULL*/ 78 77 return NULL; 79 78 }/*}}}*/ 80 81 79 ElementMatrix* L2ProjectionEPLAnalysis::CreateJacobianMatrix(Element* element){/*{{{*/ 82 80 _error_("Not implemented"); 83 81 }/*}}}*/ 84 85 82 ElementMatrix* L2ProjectionEPLAnalysis::CreateKMatrix(Element* element){/*{{{*/ 86 83 … … 232 229 return pe; 233 230 }/*}}}*/ 234 235 231 void L2ProjectionEPLAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/ 236 232 _error_("not implemented yet"); 237 233 }/*}}}*/ 238 239 234 void L2ProjectionEPLAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/ 240 235 int inputenum,meshtype; … … 255 250 } 256 251 }/*}}}*/ 257 252 void L2ProjectionEPLAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/ 253 /*Default, do nothing*/ 254 return; 255 }/*}}}*/ 256
Note:
See TracChangeset
for help on using the changeset viewer.