Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rocmap.C File Reference
#include "Rocmap.h"
#include "roccom.h"
#include "Pane_connectivity.h"
#include "Pane_communicator.h"
#include "Pane_boundary.h"
Include dependency graph for Rocmap.C:

Go to the source code of this file.

Functions

void Rocmap_load_module (const char *mname)
 
void Rocmap_unload_module (const char *mname)
 
void rocmap_load_module (const char *mname, long int length)
 
void rocmap_unload_module (const char *mname, long int length)
 
void ROCMAP_LOAD_MODULE (const char *mname, long int length)
 
void ROCMAP_UNLOAD_MODULE (const char *mname, long int length)
 
void rocmap_load_module_ (const char *mname, long int length)
 
void rocmap_unload_module_ (const char *mname, long int length)
 
void ROCMAP_LOAD_MODULE_ (const char *mname, long int length)
 
void ROCMAP_UNLOAD_MODULE_ (const char *mname, long int length)
 

Function Documentation

void Rocmap_load_module ( const char *  mname)

Definition at line 140 of file Rocmap.C.

References Rocmap::load().

141 { Rocmap::load( mname); }
static void load(const std::string &mname)
Loads Rocmap onto Roccom with a given module name.
Definition: Rocmap.C:102

Here is the call graph for this function:

void rocmap_load_module ( const char *  mname,
long int  length 
)

Definition at line 148 of file Rocmap.C.

References Rocmap::load().

149 { Rocmap::load( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void load(const std::string &mname)
Loads Rocmap onto Roccom with a given module name.
Definition: Rocmap.C:102

Here is the call graph for this function:

void ROCMAP_LOAD_MODULE ( const char *  mname,
long int  length 
)

Definition at line 154 of file Rocmap.C.

References Rocmap::load().

155 { Rocmap::load( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void load(const std::string &mname)
Loads Rocmap onto Roccom with a given module name.
Definition: Rocmap.C:102

Here is the call graph for this function:

void rocmap_load_module_ ( const char *  mname,
long int  length 
)

Definition at line 160 of file Rocmap.C.

References Rocmap::load().

161 { Rocmap::load( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void load(const std::string &mname)
Loads Rocmap onto Roccom with a given module name.
Definition: Rocmap.C:102

Here is the call graph for this function:

void ROCMAP_LOAD_MODULE_ ( const char *  mname,
long int  length 
)

Definition at line 166 of file Rocmap.C.

References Rocmap::load().

167 { Rocmap::load( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void load(const std::string &mname)
Loads Rocmap onto Roccom with a given module name.
Definition: Rocmap.C:102

Here is the call graph for this function:

void Rocmap_unload_module ( const char *  mname)

Definition at line 143 of file Rocmap.C.

References Rocmap::unload().

144 { Rocmap::unload( mname); }
static void unload(const std::string &mname)
Unloads Rocmap from Roccom.
Definition: Rocmap.C:136

Here is the call graph for this function:

void rocmap_unload_module ( const char *  mname,
long int  length 
)

Definition at line 151 of file Rocmap.C.

References Rocmap::unload().

152 { Rocmap::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocmap from Roccom.
Definition: Rocmap.C:136

Here is the call graph for this function:

void ROCMAP_UNLOAD_MODULE ( const char *  mname,
long int  length 
)

Definition at line 157 of file Rocmap.C.

References Rocmap::unload().

158 { Rocmap::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocmap from Roccom.
Definition: Rocmap.C:136

Here is the call graph for this function:

void rocmap_unload_module_ ( const char *  mname,
long int  length 
)

Definition at line 163 of file Rocmap.C.

References Rocmap::unload().

164 { Rocmap::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocmap from Roccom.
Definition: Rocmap.C:136

Here is the call graph for this function:

void ROCMAP_UNLOAD_MODULE_ ( const char *  mname,
long int  length 
)

Definition at line 169 of file Rocmap.C.

References Rocmap::unload().

170 { Rocmap::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocmap from Roccom.
Definition: Rocmap.C:136

Here is the call graph for this function: