escript  Revision_
Public Attributes | List of all members
finley::QuadInfo Struct Reference

#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_getNodesgetQuadNodes
 function that returns the quadrature points for a given order More...
 
Quad_getNumNodesgetNumQuadNodes
 
Quad_getMacrogetMacro
 transfers a given quadrature scheme to a macro element structure More...
 

Member Data Documentation

◆ getMacro

Quad_getMacro* finley::QuadInfo::getMacro

transfers a given quadrature scheme to a macro element structure

Referenced by finley::ReferenceElement::ReferenceElement().

◆ getNumQuadNodes

Quad_getNumNodes* finley::QuadInfo::getNumQuadNodes

function that returns the number of quadrature nodes for a given accuracy order

Referenced by finley::ReferenceElement::ReferenceElement().

◆ getQuadNodes

Quad_getNodes* finley::QuadInfo::getQuadNodes

function that returns the quadrature points for a given order

Referenced by finley::ReferenceElement::ReferenceElement().

◆ Name

const char* finley::QuadInfo::Name

the name in text form e.g. "Line", "Rec", ...

◆ numDim

int finley::QuadInfo::numDim

number of spatial dimensions

Referenced by finley::ReferenceElement::ReferenceElement().

◆ numVertices

int finley::QuadInfo::numVertices

number of vertices of the element

◆ TypeId

QuadTypeId finley::QuadInfo::TypeId

quadrature type id


The documentation for this struct was generated from the following file: