31#include "Simulation.h"
42void int_msh_data(
const ComMod& com_mod,
const CmMod& cm_mod,
const mshType& lM,
dataType& d,
const int outDof,
const int nOute);
44void read_vtp(
const std::string& file_name,
faceType& face);
46void read_vtp_pdata(
const std::string& fName,
const std::string& kwrd,
const int nsd,
const int m,
const int idx,
faceType& face);
48void read_vtu(
const std::string& file_name,
mshType& mesh);
50void read_precomputed_solution_vtu(
const std::string& file_name,
const std::string& field_name,
mshType& mesh);
52void read_vtu_pdata(
const std::string& fName,
const std::string& kwrd,
const int nsd,
const int m,
const int idx,
mshType& mesh);
54void read_vtus(
Simulation* simulation, Array<double>& lA, Array<double>& lY, Array<double>& lD,
const std::string& fName);
56void write_vtp(
ComMod& com_mod,
faceType& lFa,
const std::string& fName);
58void write_vtu(
ComMod& com_mod,
mshType& lM,
const std::string& fName);
60void write_vtu_debug(
ComMod& com_mod,
mshType& lM,
const std::string& fName);
62void write_vtus(
Simulation* simulation,
const Array<double>& lA,
const Array<double>& lY,
const Array<double>& lD,
const bool lAve);
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:62
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
Definition Simulation.h:41
This type will be used to write data in the VTK files.
Definition ComMod.h:1159
The face type containing mesh at boundary.
Definition ComMod.h:521
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:832