#include <SegRef.h>
|
| SegRef () |
|
| ~SegRef () |
|
void | GetInputDerivativeValue (IssmDouble *p, IssmDouble *plist, IssmDouble *xyz_list, GaussSeg *gauss, int finiteelement) |
|
void | GetInputValue (IssmDouble *p, IssmDouble *plist, GaussSeg *gauss, int finiteelement) |
|
void | GetJacobian (IssmDouble *J, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetJacobianDeterminant (IssmDouble *Jdet, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetJacobianInvert (IssmDouble *Jinv, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetNodalFunctions (IssmDouble *basis, GaussSeg *gauss, int finiteelement) |
|
void | GetNodalFunctionsDerivatives (IssmDouble *dbasis, IssmDouble *xyz_list, GaussSeg *gauss, int finiteelement) |
|
void | GetNodalFunctionsDerivativesReference (IssmDouble *dbasis, GaussSeg *gauss, int finiteelement) |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | NumberofNodes (int finiteelement) |
|
Definition at line 12 of file SegRef.h.
◆ SegRef()
◆ ~SegRef()
◆ GetInputDerivativeValue()
Definition at line 31 of file SegRef.cpp.
55 for(
int i=0;i<numnodes;i++) dpx += dbasis[0*numnodes+i]*plist[i];
◆ GetInputValue()
Definition at line 61 of file SegRef.cpp.
77 for(
int i=0;i<numnodes;i++) value += basis[i]*plist[i];
◆ GetJacobian()
◆ GetJacobianDeterminant()
Definition at line 93 of file SegRef.cpp.
99 if(*Jdet<0)
_error_(
"negative jacobian determinant!");
◆ GetJacobianInvert()
◆ GetNodalFunctions()
void SegRef::GetNodalFunctions |
( |
IssmDouble * |
basis, |
|
|
GaussSeg * |
gauss, |
|
|
int |
finiteelement |
|
) |
| |
Definition at line 115 of file SegRef.cpp.
120 switch(finiteelement){
125 basis[0]=(1.-gauss->
coord1)/2.;
126 basis[1]=(1.+gauss->
coord1)/2.;
◆ GetNodalFunctionsDerivatives()
Definition at line 138 of file SegRef.cpp.
157 for(
int i=0;i<numnodes;i++){
158 dbasis[i] = Jinv*dbasis_ref[i];
◆ GetNodalFunctionsDerivativesReference()
void SegRef::GetNodalFunctionsDerivativesReference |
( |
IssmDouble * |
dbasis, |
|
|
GaussSeg * |
gauss, |
|
|
int |
finiteelement |
|
) |
| |
Definition at line 162 of file SegRef.cpp.
168 switch(finiteelement){
183 dbasis[2] = -2.*gauss->
coord1;
◆ Marshall()
void SegRef::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inline |
◆ NumberofNodes()
int SegRef::NumberofNodes |
( |
int |
finiteelement | ) |
|
Definition at line 191 of file SegRef.cpp.
193 switch(finiteelement){
The documentation for this class was generated from the following files: