|
subroutine | mappermodule::init (this) |
|
subroutine | mappermodule::add_exchange_vars (this) |
| Add virtual exchange variables. More...
|
|
subroutine | mappermodule::add_interface_vars (this) |
| Add distributed interface variables as memory mapped items. More...
|
|
subroutine | mappermodule::add_dist_vars (this, sol_id, var_list, iface_map) |
|
subroutine | mappermodule::map_model_data (this, sol_id, iface_map, model_idx, dist_var) |
| Map data from model memory to a target memory entry, with the specified map. The source and target items have. More...
|
|
subroutine | mappermodule::map_exg_data (this, sol_id, iface_map, exg_idx, dist_var) |
| Map memory from a Exchange to the specified memory entry,. More...
|
|
subroutine | mappermodule::map_data_full (this, controller_id, tgt_name, tgt_path, src_name, src_path, stages) |
| Full copy between two variables in memory. More...
|
|
subroutine | mappermodule::map_data (this, controller_id, tgt_name, tgt_path, tgt_idx, src_name, src_path, src_idx, sign_array, lookup_table, stages) |
| Generic mapping between two variables in memory, using. More...
|
|
subroutine | mappermodule::scatter (this, controller_id, stage) |
| Scatter the mapped memory, typically into. More...
|
|
logical(lgp) function | mappermodule::check_stage (var_stage, current_stage) |
|
subroutine | mappermodule::destroy (this) |
|