|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <iostream>#include <boost/math/constants/constants.hpp>#include <Eigen/Sparse>#include <unsupported/Eigen/SparseExtra>#include <mesh.hpp>#include <mesh_builder.hpp>#include <local_static_condensation.hpp>#include <sxdiv.hpp>#include <sxcurl.hpp>

Go to the source code of this file.
Classes | |
| struct | HArDCore3D::Magnetostatics |
| Assemble a magnetostatic problem. More... | |
Namespaces | |
| HArDCore3D | |
Variables | |
| static const double | HArDCore3D::PI = boost::math::constants::pi<double>() |
| static Magnetostatics::SolutionPotentialType | HArDCore3D::constant_u |
| static Magnetostatics::SolutionCurlType | HArDCore3D::constant_sigma |
| static Magnetostatics::ForcingTermType | HArDCore3D::constant_f |
| static Magnetostatics::PermeabilityType | HArDCore3D::constant_mu = Magnetostatics::PermeabilityType(1.) |
| static Magnetostatics::SolutionPotentialType | HArDCore3D::linear_u |
| static Magnetostatics::SolutionCurlType | HArDCore3D::linear_sigma |
| static Magnetostatics::ForcingTermType | HArDCore3D::linear_f |
| static Magnetostatics::PermeabilityType | HArDCore3D::linear_mu = Magnetostatics::PermeabilityType(1.) |
| static Magnetostatics::SolutionPotentialType | HArDCore3D::trigonometric_u |
| static Magnetostatics::SolutionCurlType | HArDCore3D::trigonometric_sigma |
| static Magnetostatics::ForcingTermType | HArDCore3D::trigonometric_f |
| static Magnetostatics::PermeabilityType | HArDCore3D::trigonometric_mu = Magnetostatics::PermeabilityType(1.) |
| static Magnetostatics::SolutionPotentialType | HArDCore3D::variable_permeability_u |
| static Magnetostatics::SolutionCurlType | HArDCore3D::variable_permeability_sigma |
| static Magnetostatics::ForcingTermType | HArDCore3D::variable_permeability_f |
| static Magnetostatics::PermeabilityType | HArDCore3D::variable_permeability_mu |