|
NGSolve
4.9
|
An integration rule. More...
#include <intrule.hpp>
Public Member Functions | |
| NGS_DLL_HEADER | IntegrationRule (ELEMENT_TYPE eltype, int order) |
| An integration rule for element type of certain order. | |
| NGS_DLL_HEADER | IntegrationRule (const IntegrationRule &ir2) |
| NGS_DLL_HEADER | IntegrationRule (int asize, LocalHeap &lh) |
| NGS_DLL_HEADER | IntegrationRule (int asize, double(*pts)[3], double *weights) |
| void | AddIntegrationPoint (const IntegrationPoint &ip) |
| int | GetNIP () const |
| number of integration points | |
An integration rule.
Contains array of integration points
| NGS_DLL_HEADER ngfem::IntegrationRule::IntegrationRule | ( | ELEMENT_TYPE | eltype, |
| int | order | ||
| ) |
An integration rule for element type of certain order.
Obtains a reference to the precomputed integration rule
1.7.6.1