NGSolve  4.9
Public Member Functions
ngfem::IntegrationRule Class Reference

An integration rule. More...

#include <intrule.hpp>

Inheritance diagram for ngfem::IntegrationRule:
ngstd::Array< IntegrationPoint > ngstd::FlatArray< T, TSIZE > ngstd::BaseArrayObject< FlatArray< T > > ngfem::IntegrationRuleTP< D >

List of all members.

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

Detailed Description

An integration rule.

Contains array of integration points


Constructor & Destructor Documentation

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


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