CG
Version 25
|
#include "Maxwell.h"
#include "display.h"
#include "Oges.h"
#include "SparseRep.h"
#include "CompositeGridOperators.h"
#include "checkGridFunction.h"
#include "ParallelUtility.h"
#include "ParallelGridUtility.h"
#include "ArrayUtil.h"
Macros | |
#define | mxProjectInterp EXTERN_C_NAME(mxprojectinterp) |
#define | ForBoundary(side, axis) |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) |
Functions | |
void | mxProjectInterp (const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &gridIndexRange, real &u, const int &mask, const real &rsxy, const real &xy, const int &boundaryCondition, const int &ipar, const real &rpar, int &ierr) |
Referenced by Maxwell::project(), and Maxwell::updateProjectionEquation().
#define mxProjectInterp EXTERN_C_NAME(mxprojectinterp) |
Referenced by Maxwell::projectInterpolationPoints().
void mxProjectInterp | ( | const int & | nd, |
const int & | nd1a, | ||
const int & | nd1b, | ||
const int & | nd2a, | ||
const int & | nd2b, | ||
const int & | nd3a, | ||
const int & | nd3b, | ||
const int & | gridIndexRange, | ||
real & | u, | ||
const int & | mask, | ||
const real & | rsxy, | ||
const real & | xy, | ||
const int & | boundaryCondition, | ||
const int & | ipar, | ||
const real & | rpar, | ||
int & | ierr | ||
) |