15void create_boundary_integral_file(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const std::string& file_name);
17void create_volume_integral_file(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const std::string& file_name);
19void txt(
Simulation* simulation,
const bool flag);
21void write_boundary_integral_data(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const int m,
22 const std::string file_name,
const Array<double>& tmpV,
const bool div,
const bool pFlag);
24void write_volume_integral_data(
const ComMod& com_mod,
CmMod& cm_mod,
const eqType& lEq,
const int m,
25 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:35
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1514
Definition Simulation.h:14
Equation type.
Definition ComMod.h:1069