|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <HHO_MHD.hpp>
Public Member Functions | |
| MHDModel (HybridCore &, size_t, size_t, char, char) | |
| SolutionVector | solve_with_static_cond (FType< VectorRd > f_source, FType< VectorRd > g_source, double visc, double diff, double tol, LinearSolver< Eigen::SparseMatrix< double > > &solver, bool threading=true) |
| SolutionVector | global_interpolant (FType< VectorRd > velocity, FType< double > pressure, FType< VectorRd > magnetic) |
| std::vector< double > | compute_errors (SolutionVector interpolant, SolutionVector discrete, double visc, double diff) |