CG
Version 25
|
#include "DomainSolver.h"
#include "CompositeGridOperators.h"
#include "GridCollectionOperators.h"
#include "interpPoints.h"
#include "SparseRep.h"
#include "ExposedPoints.h"
#include "Ogen.h"
#include "App.h"
#include "ParallelUtility.h"
#include "Oges.h"
#include "OgesParameters.h"
#include "AdamsPCData.h"
#include "gridFunctionNorms.h"
#include "Integrate.h"
Macros | |
#define | updateOpt EXTERN_C_NAME(updateopt) |
#define | ForBoundary(side, axis) for( axis=0; axis<mg.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
Functions | |
void | updateOpt (const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &mask, real &u1, const real &u2, const real &ut1, const real &ut2, const real &ut3, const real &ut4, const int &ipar, const real &rpar, int &ierr) |
#define ForBoundary | ( | side, | |
axis | |||
) | for( axis=0; axis<mg.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
#define updateOpt EXTERN_C_NAME(updateopt) |
void updateOpt | ( | const int & | nd1a, |
const int & | nd1b, | ||
const int & | nd2a, | ||
const int & | nd2b, | ||
const int & | nd3a, | ||
const int & | nd3b, | ||
const int & | nd4a, | ||
const int & | nd4b, | ||
const int & | mask, | ||
real & | u1, | ||
const real & | u2, | ||
const real & | ut1, | ||
const real & | ut2, | ||
const real & | ut3, | ||
const real & | ut4, | ||
const int & | ipar, | ||
const real & | rpar, | ||
int & | ierr | ||
) |