#include <iostream>#include <cstring>#include <cstdlib>#include "roccom.h"#include "basic_actions.h"#include "FluidAgent.h"#include "SolidAgent.h"
Go to the source code of this file.
Functions | |
| void | _load_rocface (FluidAgent *fagent, SolidAgent *sagent, const RocmanControl_parameters *param) |
| void | read_file (const char *fname, const string &wname, double alpha) |
| void | compute_overlay (FluidAgent *fagent, SolidAgent *sagent, double t) |
| void _load_rocface | ( | FluidAgent * | fagent, |
| SolidAgent * | sagent, | ||
| const RocmanControl_parameters * | param | ||
| ) |
Definition at line 43 of file transfer_actions.C.
References COM_call_function(), COM_get_attribute_handle_const(), COM_get_function_handle(), COM_get_window_handle(), COM_LOAD_MODULE_STATIC_DYNAMIC, COM_set_profiling_barrier(), compute_overlay(), Control_parameters::current_time, FluidAgent::fluidBufNG, Agent::get_comm_rank(), Agent::get_communicator(), Coupling::get_control_param(), Agent::get_coupling(), Agent::get_modinstance_name(), MAN_DEBUG, rank, RocmanControl_parameters::remeshed, RocmanControl_parameters::rfc_verb, and SolidAgent::solidBuf.

| void compute_overlay | ( | FluidAgent * | fagent, |
| SolidAgent * | sagent, | ||
| double | t | ||
| ) |
Definition at line 192 of file Surfdiver.C.
References RocBlas::add, COM_call_function(), COM_get_attribute_handle(), COM_get_default_communicator(), COM_get_function_handle(), COM_set_default_communicator(), COM_set_profiling(), COM_window_init_done(), Agent::get_comm_rank(), Agent::get_communicator(), Agent::get_rocmod_name(), Agent::get_time_string(), MAN_DEBUG, read_file(), and SolidAgent::solidBuf.
Referenced by _load_rocface(), and SurfDiverAfterRemeshing::run().


| void read_file | ( | const char * | fname, |
| const string & | wname, | ||
| double | alpha | ||
| ) |
Definition at line 38 of file Surfdiver.C.
References COM_call_function(), COM_clone_attribute(), COM_delete_attribute(), COM_delete_pane(), COM_delete_window(), COM_free_buffer(), COM_get_array(), COM_get_attribute_handle(), COM_get_function_handle(), COM_get_panes(), COM_new_window(), i, man_verbose, and MPI_COMM_SELF.
