quadrilateral convex hexahedron More...
#include <compgeom.h>
Public Member Functions | |
ComponentGeometry3Dhexahedron (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry3Dhexahedron (const ComponentGeometry3Dhexahedron *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry3Dhexahedron () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
virtual void | initialize (void) |
initiate/sets data More... | |
virtual int | give_number_of_vertices (void) const |
virtual CellGeometry | give_elemGeom (void) const |
![]() | |
ComponentGeometry3D (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry3D (const ComponentGeometry3D *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry3D () |
DESTRUCTOR. More... | |
virtual int | give_dimension () const |
Dimension of element. More... | |
![]() | |
ComponentGeometry (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry (const ComponentGeometry *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry () |
DESTRUCTOR. More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
void | initcheck (void) const |
DYNAMIC. More... | |
void | set_owner (Cell *val) |
*** SET *** More... | |
const PoinT * | give_centercoords (void) const |
*** GET *** More... | |
double | give_circum (void) const |
double | give_lav (void) const |
double | give_GeomWeight1deg (void) const |
virtual const LCS_pure * | give_lcs (void) |
virtual double | give_characteristic_size (void) const |
bool | is_point_in_sphere (const PoinT *point) const |
Additional Inherited Members | |
![]() | |
Cell * | owner |
double | zero |
bool | initialized |
LCS_pure * | lcs |
double | circum |
double | lav |
quadrilateral convex hexahedron
Definition at line 246 of file compgeom.h.
|
inline |
CONSTRUCTOR.
Definition at line 250 of file compgeom.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 252 of file compgeom.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 254 of file compgeom.h.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ComponentGeometry3D.
Definition at line 257 of file compgeom.h.
References midaspace::classComponentGeometry3Dhexahedron, and errol.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Definition at line 263 of file compgeom.h.
References midaspace::CG_Hexahedron.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Definition at line 262 of file compgeom.h.
|
virtual |
initiate/sets data
Reimplemented from midaspace::ComponentGeometry.
Definition at line 213 of file compgeom.cpp.
References midaspace::Cell::give_points(), midaspace::ComponentGeometry::initialize(), midaspace::jac_3d(), midaspace::ComponentGeometry::lav, and midaspace::ComponentGeometry::owner.