escript
Revision_
|
#include <Quadrature.h>
Public Attributes | |
QuadTypeId | TypeId |
quadrature type id More... | |
const char * | Name |
the name in text form e.g. "Line", "Rec", ... More... | |
int | numDim |
number of spatial dimensions More... | |
int | numVertices |
number of vertices of the element More... | |
Quad_getNodes * | getQuadNodes |
function that returns the quadrature points for a given order More... | |
Quad_getNumNodes * | getNumQuadNodes |
Quad_getMacro * | getMacro |
transfers a given quadrature scheme to a macro element structure More... | |
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