stroid v0.1.0
Multi-block curvilinear mesh generation
Loading...
Searching...
No Matches
mesh.cpp File Reference
#include "mfem.hpp"
#include "stroid/config/config.h"
#include "stroid/IO/mesh.h"
#include <fstream>
#include <iostream>
#include <cstdint>
Include dependency graph for mesh.cpp:

Namespaces

namespace  stroid
 
namespace  stroid::IO
 

Functions

void stroid::IO::SaveMesh (const mfem::Mesh &mesh, const std::string &filename)
 Save a mesh to MFEM's native .mesh format.
 
void stroid::IO::SaveVTU (mfem::Mesh &mesh, const std::string &exportName)
 Save a mesh as a ParaView VTU dataset.
 
void stroid::IO::ViewMesh (mfem::Mesh &mesh, const std::string &title, VISUALIZATION_MODE mode, const std::string &vishost, int visport)
 Stream a mesh to a running GLVis server for interactive viewing.
 
void stroid::IO::VisualizeFaceValence (mfem::Mesh &mesh)
 Visualize boundary face valence (1=surface, 2=internal).