Overture
Version 25
|
#include "Ogmg.h"
#include "TridiagonalSolver.h"
#include "ParallelUtility.h"
#include "HDF_DataBase.h"
#include "App.h"
Macros | |
#define | ForBoundary(side, axis) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | NULLVECTOR(i0, i1, i2) nullVectorp[i0+nullVectorDim0*(i1+nullVectorDim1*(i2))] |
#define | MASK(i0, i1, i2) maskp[i0+maskDim0*(i1+maskDim1*(i2))] |
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
Referenced by Ogmg::createNullVector().
#define ForBoundary | ( | side, | |
axis | |||
) |
Referenced by Ogmg::computeLeftNullVector(), and Ogmg::createNullVector().
real timeForBC |
Referenced by Ogmg::applyBoundaryConditions().
real timeForBC4Extrap |
Referenced by Ogmg::applyInitialConditions().
real timeForBCFinal |
Referenced by Ogmg::applyFinalConditions().
real timeForBCOpt |
Referenced by Ogmg::applyBoundaryConditions().
real timeForBCUpdateGeometry |
Referenced by Ogmg::applyBoundaryConditions().
real timeForBCWhere |
real timeForExtrapolationBC |
Referenced by Ogmg::applyBoundaryConditions().
real timeForFinishBC |
Referenced by Ogmg::applyBoundaryConditions().
real timeForGeneralNeumannBC |
Referenced by Ogmg::applyBoundaryConditions().
real timeForNeumannBC |
Referenced by Ogmg::applyBoundaryConditions().
real timeForSetupBC |
Referenced by Ogmg::applyBoundaryConditions().