|
escript Revision_
|
#include <Quadrature.h>
Public Attributes | |
| QuadTypeId | TypeId |
| quadrature type id | |
| const char * | Name |
| the name in text form e.g. "Line", "Rec", ... | |
| int | numDim |
| number of spatial dimensions | |
| int | numVertices |
| number of vertices of the element | |
| Quad_getNodes * | getQuadNodes |
| function that returns the quadrature points for a given order | |
| Quad_getNumNodes * | getNumQuadNodes |
| Quad_getMacro * | getMacro |
| transfers a given quadrature scheme to a macro element structure | |
| Quad_getMacro* finley::QuadInfo::getMacro |
transfers a given quadrature scheme to a macro element structure
Referenced by finley::ReferenceElement::ReferenceElement().
| Quad_getNumNodes* finley::QuadInfo::getNumQuadNodes |
function that returns the number of quadrature nodes for a given accuracy order
Referenced by finley::ReferenceElement::ReferenceElement().
| Quad_getNodes* finley::QuadInfo::getQuadNodes |
function that returns the quadrature points for a given order
Referenced by finley::ReferenceElement::ReferenceElement().
| const char* finley::QuadInfo::Name |
the name in text form e.g. "Line", "Rec", ...
| int finley::QuadInfo::numDim |
number of spatial dimensions
Referenced by finley::ReferenceElement::ReferenceElement().
| int finley::QuadInfo::numVertices |
number of vertices of the element
| QuadTypeId finley::QuadInfo::TypeId |
quadrature type id