|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <vtu_writer.hpp>
Public Member Functions | |
| VtuWriter (const Mesh *mesh) | |
| Constructor for mesh writer. | |
| bool | write_to_vtu (const std::string &filename, const std::vector< Eigen::VectorXd > &sol_vrtx, const std::vector< std::string > &sol_names={}) |
| Writes the vtu file | |
| bool | write_to_vtu (std::string file_name) |
| Overloaded writer for the mesh alone. | |
| bool | write_to_vtu (const std::string &filename, const Eigen::VectorXd &sol_vrtx, const std::string &sol_name="solution") |
| Overload to simplify the call when only one solution is involved. | |