|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <MHDTests.hpp>
Public Member Functions | |
| MHDTests (size_t u_id, size_t b_id, size_t p_id, double visc, double diff) | |
| Initialise data. | |
| FType< VectorRd > | velocity () |
| FType< MatrixRd > | grad_velocity () |
| FType< VectorRd > | laplace_velocity () |
| FType< VectorRd > | magnetic () |
| FType< MatrixRd > | grad_magnetic () |
| FType< VectorRd > | laplace_magnetic () |
| FType< VectorRd > | u_dot_grad_u () |
| FType< VectorRd > | u_dot_grad_b () |
| FType< VectorRd > | b_dot_grad_u () |
| FType< VectorRd > | b_dot_grad_b () |
| FType< double > | pressure () |
| FType< VectorRd > | grad_pressure () |
| FType< VectorRd > | magnetic_source () |
| FType< VectorRd > | velocity_source () |