Changeset 16233 for issm/trunk-jpl/src/c/classes/Elements/Penta.h
- Timestamp:
- 09/23/13 11:01:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.h
r16231 r16233 203 203 void GetPhi(IssmDouble* phi, IssmDouble* epsilon, IssmDouble viscosity); 204 204 void GetQuadNormal(IssmDouble* normal,IssmDouble xyz_list[4][3]); 205 void GetSolutionFromInputsEnthalpy(Vector<IssmDouble>* solutiong);206 205 IssmDouble GetStabilizationParameter(IssmDouble u, IssmDouble v, IssmDouble w, IssmDouble diameter, IssmDouble kappa); 207 206 void GetStrainRate3dHO(IssmDouble* epsilon,IssmDouble* xyz_list, GaussPenta* gauss, Input* vx_input, Input* vy_input); … … 278 277 void GetSolutionFromInputsStressbalanceSIA(Vector<IssmDouble>* solutiong); 279 278 void GetSolutionFromInputsStressbalanceFS(Vector<IssmDouble>* solutiong); 280 void GetSolutionFromInputsStressbalanceVert(Vector<IssmDouble>* solutiong);281 279 ElementVector* CreatePVectorCouplingSSAFS(void); 282 280 ElementVector* CreatePVectorCouplingSSAFSViscous(void); … … 348 346 ElementVector* CreatePVectorThermalShelf(void); 349 347 ElementVector* CreatePVectorThermalSheet(void); 350 void GetSolutionFromInputsThermal(Vector<IssmDouble>* solutiong);351 348 void InputUpdateFromSolutionThermal(IssmDouble* solutiong); 352 349 void InputUpdateFromSolutionEnthalpy(IssmDouble* solutiong);
Note:
See TracChangeset
for help on using the changeset viewer.