#include <Mesh.H>
Protected Attributes | |
IndexType | _size |
|
inline |
GeoPrim::C3Point Centroid | ( | ) |
GeoPrim::C3Point Centroid | ( | std::vector< IndexType > & | ec, |
NodalCoordinates & | nc | ||
) | const |
void dshape_func | ( | const GeoPrim::CVector & | natc, |
double | Np[][2] | ||
) | const |
void GetNormalSet | ( | GeoPrim::CVector | ns[], |
IndexType | elnum, | ||
const Connectivity & | ec, | ||
const NodalCoordinates & | nc | ||
) |
Definition at line 757 of file Mesh.C.
References _size, i, and Mesh::Connectivity::Node().
void GetPointSet | ( | GeoPrim::CPoint | ps[], |
IndexType | elnum, | ||
const Connectivity & | ec, | ||
const NodalCoordinates & | nc | ||
) |
|
inline |
Definition at line 561 of file Mesh.H.
Referenced by GetPointSet().
void interpolate | ( | const GeoPrim::CVector | f[], |
const GeoPrim::CVector & | nc, | ||
GeoPrim::CVector & | v | ||
) | const |
Definition at line 810 of file Mesh.C.
References _size, CVector::x(), and CVector::y().
Referenced by main().
void jacobian | ( | const GeoPrim::CPoint | p[], |
const GeoPrim::CVector & | nc, | ||
GeoPrim::CVector | J[] | ||
) | const |
Definition at line 704 of file Mesh.C.
References _size.
Referenced by cal_shdx().
|
inline |
Definition at line 564 of file Mesh.H.
References _size.
Referenced by inrt_allocateauxillary(), inrt_augmentdissources(), inrt_calcburning(), inrt_calcscouring(), inrt_defineboilingregulation(), inrt_defineburning(), inrt_definedrag(), inrt_defineheattransfernonburn(), inrt_definescouring(), plag_cecellsexchange(), plag_cecellsfacecentroids(), plag_cecellsfacevectors(), plag_cecellsgetbuffersize(), plag_cecellssendsize(), plag_edgecellsloaddata(), plag_edgecellsloadsendbuff(), plag_rflo_findgridmapping(), plag_rflo_recvmetrics(), plag_rflo_sendmetrics(), plag_rflo_sendrecvmetrics(), and rflu_modedgelist::rflu_buildedgelist().
|
inline |
Definition at line 565 of file Mesh.H.
References _size.
Referenced by rflu_modrepair3d::colaps(), plag_modinjection::plag_ejectparticle(), plag_modinjection::plag_injcsetpoolpos(), plag_modinjection::plag_invokeconsrandejec(), plag_modinjection::plag_invokeejecmodel1(), plag_rflu_injectiondriver(), rflu_modstencilscells::rflu_buildc2cstencilbasic(), rflu_modhashtable::rflu_hashface(), rflu_modhashtable::rflu_hashvertex(), rflu_modhashtable::rflu_hashvertexfancy(), rflu_modpartitionregionutils::rflu_part_addvirtualcellsinv2(), rflu_modtecplotutils::rflu_tec_writezonecellsspecial(), rflu_modtecplotutils::rflu_tec_writezonefacesspecial(), rflu_modtecplotutils::rflu_tec_writezoneinterf(), rflu_modtecplotutils::rflu_tec_writezonevol(), and rflu_modhashtable::rflu_unhashbface().
void ReOrient | ( | std::vector< IndexType > & | ec | ) |
Definition at line 856 of file Mesh.C.
References _size.
Referenced by TRAIL_FD2FE_WinCreate2().
void shape_func | ( | const GeoPrim::CVector & | natc, |
double | SF[] | ||
) | const |
void shapef_jacobian_at | ( | const GeoPrim::CPoint & | p, |
GeoPrim::CVector & | natc, | ||
IndexType | elnum, | ||
const Connectivity & | ec, | ||
const NodalCoordinates & | nc, | ||
GeoPrim::CVector & | fvec, | ||
GeoPrim::CVector | jac[] | ||
) | const |
Definition at line 784 of file Mesh.C.
References i, CVector::normalize(), and GeoPrim::Transpose().
|
protected |
Definition at line 558 of file Mesh.H.
Referenced by dshape_func(), GetNormalSet(), GetPointSet(), init(), interpolate(), jacobian(), nedges(), nvert(), ReOrient(), shape_func(), and size().