Special map. It is util to convert a linear element for quadratic element, but the same topology. Geometry.
More...
|
static TPZGeoEl * | ChangeToQuadratic (TPZGeoMesh *Mesh, int64_t ElemIndex) |
| Turns an linear geoelement to quadratic. More...
|
|
static TPZGeoEl * | ChangeToGeoBlend (TPZGeoMesh *Mesh, int64_t ElemIndex) |
| Turns a regular element into a geoblend. More...
|
|
static TPZGeoEl * | ChangeToQuarterPoint (TPZGeoMesh *Mesh, int64_t ElemIndex, int targetSide) |
| Slide middle nodes of an quadratic geoelement to the quarterpoint with respect to a given side. More...
|
|
static bool | NearestNode (TPZGeoEl *gel, TPZVec< REAL > &x, int64_t &meshNode, double tol) |
| Return if a given point x is near to some node of a given geo element. More...
|
|
static int64_t | NearestNode (TPZGeoMesh *gmesh, TPZVec< REAL > &x, double tol) |
| Return the id of the node into the geometric mesh nearest a given point x. More...
|
|
static bool | CreateMiddleNodeAtEdge (TPZGeoMesh *Mesh, int64_t ElemIndex, int edge, int64_t &middleNodeId) |
|
Special map. It is util to convert a linear element for quadratic element, but the same topology. Geometry.
- Author
- Paulo Cesar de Alvarenga Lucci (Caju)
- Since
- 2007Also turns slide middle nodes of an quadratic element to the quarterpoint with respect to a indicated side.
Definition at line 23 of file tpzchangeel.h.