Changeset 16729
- Timestamp:
- 11/12/13 21:05:18 (11 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MeltingAnalysis.cpp
r16684 r16729 76 76 }/*}}}*/ 77 77 void MeltingAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/ 78 _error_("not implemented yet");78 element->InputUpdateFromSolutionOneDof(solution,BasalforcingsMeltingRateEnum); 79 79 }/*}}}*/ -
issm/trunk-jpl/src/c/analyses/ThermalAnalysis.cpp
r16699 r16729 153 153 154 154 /*Get all inputs and parameters*/ 155 156 155 element->GetInputValue(&converged,ConvergedEnum); 157 156 if(converged){ -
issm/trunk-jpl/src/c/classes/Elements/TriaRef.cpp
r16442 r16729 16 16 17 17 /*Element macros*/ 18 #define NUMNODESP0 1 18 19 #define NUMNODESP1 3 19 20 #define NUMNODESP1b 4 … … 983 984 984 985 switch(finiteelement){ 986 case P0Enum: return NUMNODESP0; 985 987 case P1Enum: return NUMNODESP1; 986 988 case P1DGEnum: return NUMNODESP1;
Note:
See TracChangeset
for help on using the changeset viewer.