#include "Rocblas.h"
#include "Rocmop_2.h"
#include "Rocmap.h"
#include "roccom.h"
#include "Pane_communicator.h"
#include "Pane_connectivity.h"
#include "Pane_ghost_connectivity.h"
#include "Geometric_Metrics_3.h"
#include "PN_patch.h"
#include "geometry.h"
#include "mapbasic.h"
#include <iostream>
#include <iomanip>
#include <fstream>
Go to the source code of this file.
Functions | |
std::ifstream & | get_next_line (std::ifstream &Inf, std::string &line, const char noop) |
void | Rocmop_load_module (const char *mname) |
void | Rocmop_unload_module (const char *mname) |
void | COM_F_FUNC2 (rocmop_load_module, ROCMOP_LOAD_MODULE) const |
void | COM_F_FUNC2 (rocmop_unload_module, ROCMOP_UNLOAD_MODULE) const |
void COM_F_FUNC2 | ( | rocmop_load_module | , |
ROCMOP_LOAD_MODULE | |||
) | const |
Definition at line 2364 of file Rocmop_2.C.
References Rocmop::load().
void COM_F_FUNC2 | ( | rocmop_unload_module | , |
ROCMOP_UNLOAD_MODULE | |||
) | const |
Definition at line 2367 of file Rocmop_2.C.
References Rocmop::unload().
std::ifstream& get_next_line | ( | std::ifstream & | Inf, |
std::string & | line, | ||
const char | noop | ||
) |
Definition at line 125 of file Rocmop_2.C.
void Rocmop_load_module | ( | const char * | mname | ) |
Definition at line 2357 of file Rocmop_2.C.
References Rocmop::load().
void Rocmop_unload_module | ( | const char * | mname | ) |
Definition at line 2360 of file Rocmop_2.C.
References Rocmop::unload().