 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
30 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){ };
31 void NodeOnEdgeIndices(
int* pnumindices,
int** pindices,
int index,
int finiteelement);
void GetJacobianDeterminant(IssmDouble *Jdet, IssmDouble *xyz_list, Gauss *gauss)
void GetJacobianInvert(IssmDouble *Jinv, IssmDouble *xyz_list, Gauss *gauss)
void GetSegmentJacobianDeterminant(IssmDouble *Jdet, IssmDouble *xyz_list, Gauss *gauss)
void GetJacobianDeterminant3D(IssmDouble *Jdet, IssmDouble *xyz_list, Gauss *gauss)
void GetSegmentNodalFunctions(IssmDouble *basis, Gauss *gauss, int index1, int index2, int finiteelement)
int VelocityInterpolation(int fe_stokes)
int PressureInterpolation(int fe_stokes)
void GetNodalFunctions(IssmDouble *basis, Gauss *gauss, int finiteelement)
void GetNodalFunctionsDerivativesReference(IssmDouble *dbasis, Gauss *gauss, int finiteelement)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void GetInputDerivativeValue(IssmDouble *pp, IssmDouble *plist, IssmDouble *xyz_list, Gauss *gauss, int finiteelement)
void NodeOnEdgeIndices(int *pnumindices, int **pindices, int index, int finiteelement)
void GetNodalFunctionsDerivatives(IssmDouble *dbasis, IssmDouble *xyz_list, Gauss *gauss, int finiteelement)
int TensorInterpolation(int fe_stokes)
void GetSegmentNodalFunctionsDerivatives(IssmDouble *dbasis, IssmDouble *xyz_list_tria, Gauss *gauss, int index1, int index2, int finiteelement)
void GetInputValue(IssmDouble *pp, IssmDouble *plist, Gauss *gauss, int finiteelement)
int NumberofNodes(int finiteelement)
void GetJacobian(IssmDouble *J, IssmDouble *xyz_list, Gauss *gauss)