In file elementtransformation.hpp: Transformation from reference element to physical element.
Documentation
Transformation from reference element to physical element.
Uses Netgen-meshaccess to perform transformation
Public Methods
-
ElementTransformation()
-
void SetElement(bool aboundary, int aelnr, int aelindex)
-
int GetElementNr() const
-
int GetElementIndex() const
-
ELEMENT_TYPE GetElementType() const
-
template<typename T> void CalcJacobian(const IntegrationPoint & ip, T & dxdxi, LocalHeap & lh) const
-
template<typename T> void CalcPoint(const IntegrationPoint & ip, T & point, LocalHeap & lh) const
-
template<typename T> void CalcNormalVector(const IntegrationPoint & ip, T & nv, LocalHeap & lh) const
-
int SpaceDim() const
Private Fields
-
int elnr
- element number
-
int elindex
- material property
-
int dim
- elemente in R^dim
-
bool boundary
- is it a boundary element ?
-
ELEMENT_TYPE eltype
- geometry of element
int elnr
- element number
int elindex
- material property
int dim
- elemente in R^dim
bool boundary
- is it a boundary element ?
ELEMENT_TYPE eltype
- geometry of element
ElementTransformation()
void SetElement(bool aboundary, int aelnr, int aelindex)
int GetElementNr() const
int GetElementIndex() const
ELEMENT_TYPE GetElementType() const
template<typename T> void CalcJacobian(const IntegrationPoint & ip, T & dxdxi, LocalHeap & lh) const
template<typename T> void CalcPoint(const IntegrationPoint & ip, T & point, LocalHeap & lh) const
template<typename T> void CalcNormalVector(const IntegrationPoint & ip, T & nv, LocalHeap & lh) const
int SpaceDim() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.