Changeset 16677
- Timestamp:
- 11/08/13 10:20:32 (11 years ago)
- Location:
- issm/trunk-jpl/src/c/analyses
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r16676 r16677 813 813 GetSolutionFromInputsHoriz(solution,element); 814 814 return; 815 case L1L2ApproximationEnum: 816 GetSolutionFromInputsHoriz(solution,element); 817 return; 815 818 case SSAHOApproximationEnum: case HOFSApproximationEnum: case SSAFSApproximationEnum: 816 819 /*the elements around will create the solution*/ -
issm/trunk-jpl/src/c/analyses/StressbalanceVerticalAnalysis.cpp
r16675 r16677 97 97 /*Numerics*/ 98 98 void StressbalanceVerticalAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/ 99 _error_("not implemented yet");99 element->GetSolutionFromInputsOneDof(solution,VzEnum); 100 100 }/*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.