|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
#include <armadillo/arma>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) |