In file elementtransformation.hpp:

class ElementTransformation

Transformation from reference element to physical element.

Documentation

Transformation from reference element to physical element. Uses Netgen-meshaccess to perform transformation

Public Methods

[more] ElementTransformation()
[more]void SetElement(bool aboundary, int aelnr, int aelindex)
[more]int GetElementNr() const
[more]int GetElementIndex() const
[more]ELEMENT_TYPE GetElementType() const
[more]template<typename T> void CalcJacobian(const IntegrationPoint & ip, T & dxdxi, LocalHeap & lh) const
[more]template<typename T> void CalcPoint(const IntegrationPoint & ip, T & point, LocalHeap & lh) const
[more]template<typename T> void CalcNormalVector(const IntegrationPoint & ip, T & nv, LocalHeap & lh) const
[more]int SpaceDim() const

Private Fields

[more]int elnr
element number
[more]int elindex
material property
[more]int dim
elemente in R^dim
[more]bool boundary
is it a boundary element ?
[more]ELEMENT_TYPE eltype
geometry of element

oint elnr
element number

oint elindex
material property

oint dim
elemente in R^dim

obool boundary
is it a boundary element ?

oELEMENT_TYPE eltype
geometry of element

o ElementTransformation()

ovoid SetElement(bool aboundary, int aelnr, int aelindex)

oint GetElementNr() const

oint GetElementIndex() const

oELEMENT_TYPE GetElementType() const

otemplate<typename T> void CalcJacobian(const IntegrationPoint & ip, T & dxdxi, LocalHeap & lh) const

otemplate<typename T> void CalcPoint(const IntegrationPoint & ip, T & point, LocalHeap & lh) const

otemplate<typename T> void CalcNormalVector(const IntegrationPoint & ip, T & nv, LocalHeap & lh) const

oint 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++.