OpenMEEG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OpenMEEG::Integrator Class Reference

#include <integrator.h>

Public Member Functions

 Integrator (const unsigned ord)
 
 Integrator (const unsigned ord, const double tol)
 
 Integrator (const unsigned ord, const unsigned levels, const double tol=0.0001)
 
double norm (const double a) const
 
double norm (const Vect3 &a) const
 
template<typename Function >
decltype(auto) integrate (const Function &function, const Triangle &triangle) const
 

Detailed Description

Definition at line 19 of file integrator.h.

Constructor & Destructor Documentation

◆ Integrator() [1/3]

OpenMEEG::Integrator::Integrator ( const unsigned  ord)
inline

Definition at line 33 of file integrator.h.

◆ Integrator() [2/3]

OpenMEEG::Integrator::Integrator ( const unsigned  ord,
const double  tol 
)
inline

Definition at line 34 of file integrator.h.

◆ Integrator() [3/3]

OpenMEEG::Integrator::Integrator ( const unsigned  ord,
const unsigned  levels,
const double  tol = 0.0001 
)
inline

Definition at line 35 of file integrator.h.

Member Function Documentation

◆ norm() [1/2]

double OpenMEEG::Integrator::norm ( const double  a) const
inline

Definition at line 39 of file integrator.h.

◆ norm() [2/2]

double OpenMEEG::Integrator::norm ( const Vect3 a) const
inline

Definition at line 40 of file integrator.h.

◆ integrate()

template<typename Function >
decltype(auto) OpenMEEG::Integrator::integrate ( const Function &  function,
const Triangle triangle 
) const
inline

Definition at line 45 of file integrator.h.


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