|
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 | |
transfers a given quadrature scheme to a macro element structure
Referenced by finley::ReferenceElement::ReferenceElement().
function that returns the number of quadrature nodes for a given accuracy order
Referenced by finley::ReferenceElement::ReferenceElement().
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", ...
number of spatial dimensions
Referenced by finley::ReferenceElement::ReferenceElement().
number of vertices of the element
quadrature type id
1.7.6.1