34#include "Simulation.h"
42void create_boundary_integral_file(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const std::string& file_name);
44void create_volume_integral_file(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const std::string& file_name);
46void txt(
Simulation* simulation,
const bool flag);
48void write_boundary_integral_data(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const int m,
49 const std::string file_name,
const Array<double>& tmpV,
const bool div,
const bool pFlag);
51void write_volume_integral_data(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const int m,
52 const std::string file_name,
const Array<double>& tmpV,
const bool div,
const bool pFlag);
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
Equation type.
Definition ComMod.h:1022