Changeset 16850 for issm/trunk-jpl/src/c/classes/Elements/Penta.h
- Timestamp:
- 11/21/13 10:34:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.h
r16849 r16850 131 131 IssmDouble TimeAdapt(); 132 132 int VertexConnectivity(int vertexindex); 133 void VerticalSegmentIndices(int** pindices,int* pnumseg); 133 134 void ViscousHeatingCreateInput(void); 134 135 void ViscousHeating(IssmDouble* pphi,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input,Input* vz_input); … … 250 251 bool IsNodeOnShelfFromFlags(IssmDouble* flags); 251 252 void JacobianDeterminant(IssmDouble* Jdet, IssmDouble* xyz_list,Gauss* gauss); 253 void JacobianDeterminantLine(IssmDouble* Jdet, IssmDouble* xyz_list,Gauss* gauss); 252 254 void JacobianDeterminantSurface(IssmDouble* pJdet, IssmDouble* xyz_list,Gauss* gauss); 253 255 void JacobianDeterminantBase(IssmDouble* pJdet,IssmDouble* xyz_list_base,Gauss* gauss); … … 259 261 Gauss* NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order_horiz,int order_vert); 260 262 Gauss* NewGaussBase(int order); 263 Gauss* NewGaussLine(int vertex1,int vertex2,int order); 261 264 Gauss* NewGaussTop(int order); 262 265 ElementVector* NewElementVector(int approximation_enum);
Note:
See TracChangeset
for help on using the changeset viewer.