Go to the source code of this file.
Definition at line 43 of file transfer_actions.C.
Referenced by SurfDiver::init(), InterMeshTransfer::load_rocface(), and FullyCoupling::reload_rocface().
50 MAN_DEBUG(3, (
"Rocstar: load module RocFace.\n"));
73 std::string fluid_dir = rfc_dir+
"ifluid";
74 std::string solid_dir = rfc_dir+
"isolid";
77 MAN_DEBUG(2, (
"Rocstar: read RocFace overlay mesh from %s.\n", rfc_dir.c_str()));
80 COM_call_function( RFC_read, &fluid_mesh, &solid_mesh, &comm, fluid_dir.c_str(), solid_dir.c_str(),
"CGNS");
std::string get_modinstance_name() const
Coupling * get_coupling()
void COM_set_profiling_barrier(int hdl, MPI_Comm comm)
void COM_call_function(const int wf, int argc,...)
int COM_get_attribute_handle_const(const char *waname)
int COM_get_window_handle(const char *wname)
int get_comm_rank() const
void compute_overlay(FluidAgent *fagent, SolidAgent *sagent, double t)
MPI_Comm get_communicator() const
const Control_parameters * get_control_param()
#define COM_LOAD_MODULE_STATIC_DYNAMIC(moduleName, windowString)
int COM_get_function_handle(const char *wfname)
COM_EXTERN_MODULE |
( |
Rocface |
| ) |
|
void RocstarShutdown |
( |
int |
status = 0 | ) |
|