8#include "SolutionStates.h"
16namespace read_msh_ns {
29 void calc_mesh_props(
ComMod& com_mod,
const CmMod& cm_mod,
const int nMesh, std::vector<mshType>& mesh,
const SolutionStates& solutions);
34 void check_line_conn(
mshType& mesh);
35 void check_hex8_conn(
mshType& mesh);
36 void check_hex20_conn(
mshType& mesh);
37 void check_hex27_conn(
mshType& mesh);
38 void check_quad4_conn(
mshType& mesh);
39 void check_tet_conn(
mshType& mesh);
40 void check_tri3_conn(
mshType& mesh);
41 void check_tri6_conn(
mshType& mesh);
42 void check_wedge_conn(
mshType& mesh);
50 const double ptol,
const int nNds, Array<int>& map);
52 void read_fib_nff(
Simulation* simulation,
mshType& mesh,
const std::string& fName,
const std::string& kwrd,
const int idx);
55 void set_dmn_id_ff(
Simulation* simulation,
mshType& mesh,
const std::string& file_name);
56 void set_dmn_id_vtk(
Simulation* simulation,
mshType& lM,
const std::string& file_name,
const std::string& kwrd);
58 void set_ris_projector(
Simulation* simulation);
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:35
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1525
Definition Simulation.h:19
The Vector template class is used for storing int and double data.
Definition Vector.h:24
The face type containing mesh at boundary.
Definition ComMod.h:519
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:871
Holds solution state at old, current, and intermediate time levels.
Definition SolutionStates.h:39