|
Public Member Functions |
| GMortar1D (GNBasis *b=NULL) |
| ~GMortar1D () |
void | SetBasis (GNBasis *b) |
void | SetBdyPoints (Point3D &p_orig, Point3D &p_end) |
void | SetNodeIDs (GINT n, GINT *ids) |
void | SetHostGrid (GVector **xhost, GINT nc, GINT *indices, GINT ni) |
GNBasis * | GetBasis () |
Point3D * | GetBdyPoints (GINT &nbdy) |
GVector * | GetNodeIDs () |
GVector * | GetSpGrid (GINT idir) |
GVector * | GetArcPoints () |
GVector * | GetMortarField () |
void | Mortar2Host (GVector *uout, GINT *indices, GINT ni, GINT istart, GBOOL bAdd=FALSE) |
void | Mortar2Host (GDOUBLE *uout, GINT nu, GINT *indices, GINT ni, GINT istart, GBOOL bAdd=FALSE) |
void | Host2Mortar (Elem2D *ehost, GVector *uhost, GINT &istart, GINT &iend) |
void | Host2Mortar (GVector *uin, GINT *indices, GINT ni, GINT istart) |
void | Host2Mortar (GDOUBLE *uin, GINT nu, GINT *indices, GINT ni, GINT istart) |
GBOOL & | isConforming () |
Public Attributes |
GMatrix * | IH2M_ |
GMatrix * | IM2H_ |