Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include "DAGHParams.h"
#include "DAGHDefaults.h"
#include "GridHierarchy.h"
#include "GridHierarchyCalls.h"
#include "GridHierarchyIndex.h"
#include "GridFunction.h"
#include "GridFunctionCalls.h"
#include "GridFunctionIndex.h"
#include "GridData.h"
#include "CommServer.h"
#include "Coords.h"
#include "DCoords.h"
#include "BBox.h"
#include "BBoxList.h"
#include "AllocError.h"
Include dependency graph for DAGH.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MY_PROC(GH) (comm_service::proc_me()) |
#define | NUM_PROC(GH) (comm_service::proc_num()) |
#define | BEGIN_COMPUTE |
#define | END_COMPUTE } |
#define | BEGIN_IO |
#define | END_IO } |
Definition in file DAGH.h.
|
Value: if ( (comm_service::proc_world() == 1) || \ (comm_service::proc_me() != comm_service::proc_io()) ) { |
|
Value: if ( (comm_service::io_enabled()) && \ (comm_service::proc_me() == comm_service::proc_io()) ) { |
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04