CG
Version 25
|
#include "Maxwell.h"
#include "SquareMapping.h"
#include "BoxMapping.h"
#include "AnnulusMapping.h"
#include "MatrixTransform.h"
#include "DataPointMapping.h"
#include "CompositeGridOperators.h"
#include "display.h"
#include "UnstructuredMapping.h"
#include "ParallelUtility.h"
#include "ULink.h"
Macros | |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) |
#define | RX(i0, i1, i2, i3, i4) rxp[i0+rxDim0*(i1+rxDim1*(i2+rxDim2*(i3+rxDim3*(i4))))] |
#define | MASK(i0, i1, i2) maskp[(i0)+(i1)*md1+(i2)*md2] |
#define | rxDotRx(axis, dir) |
Functions | |
bool | verifyUnstructuredConnectivity (UnstructuredMapping &umap, bool verbose) |
bool verifyUnstructuredConnectivity | ( | UnstructuredMapping & | umap, |
bool | verbose | ||
) |