suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Loading...
Searching...
No Matches
IntegrationPlan.h File Reference
#include <armadillo/arma>
Include dependency graph for IntegrationPlan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntegrationPlan
 An IntegrationPlan class. More...
 

Functions

template<>
void IntegrationPlan::generate< IntegrationPlan::Type::GAUSS > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::HERMITE > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::CHEBYSHEV > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::LOBATTO > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::RADAU > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::LAGUERRE > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::IRONS > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationPlan::Type::TRIANGLE > (unsigned, unsigned)