|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <iostream>#include <boost/math/constants/constants.hpp>#include <Eigen/Sparse>#include <unsupported/Eigen/SparseExtra>#include <mesh.hpp>#include <BoundaryConditions/BoundaryConditions.hpp>#include <BoundaryConditions/BChandlers.hpp>#include <vsxgrad.hpp>#include <xhess.hpp>

Go to the source code of this file.
Classes | |
| struct | HArDCore2D::KLNorms |
| Structure to store component norms (displacement total energy) More... | |
| struct | HArDCore2D::KirchhoffLove |
| Assemble a RM problem. More... | |
Namespaces | |
| namespace | HArDCore2D |
Variables | |
| static const double | HArDCore2D::PI = boost::math::constants::pi<double>() |
| static KirchhoffLove::SolutionDisplacementType | HArDCore2D::constant_u |
| static KirchhoffLove::GradientDisplacementType | HArDCore2D::constant_grad_u |
| static KirchhoffLove::ForcingTermType | HArDCore2D::constant_f |
| static KirchhoffLove::SolutionDisplacementType | HArDCore2D::polynomial_u |
| static KirchhoffLove::GradientDisplacementType | HArDCore2D::polynomial_grad_u |
| static KirchhoffLove::ForcingTermType | HArDCore2D::polynomial_f |