CG
Version 25
|
#include "Cgasf.h"
#include "AsfParameters.h"
#include "MappedGridOperators.h"
#include "interpPoints.h"
#include "Reactions.h"
#include "CompositeGridOperators.h"
#include "Oges.h"
#include "AdamsPCData.h"
#include "ParallelUtility.h"
#include "App.h"
Macros | |
#define | asfAddGradP EXTERN_C_NAME(asfaddgradp) |
#define | ForBoundary(side, axis) for( axis=0; axis<c.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
Functions | |
void | asfAddGradP (const int &nd, 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 &ipar, const real &rpar, real &u, real &rho, const int &mask, const real &rsxy, const DataBase *pdb, const int &ierr) |
#define asfAddGradP EXTERN_C_NAME(asfaddgradp) |
Referenced by Cgasf::allSpeedImplicitTimeStep().
#define ForBoundary | ( | side, | |
axis | |||
) | for( axis=0; axis<c.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
Referenced by Cgasf::allSpeedImplicitTimeStep().
void asfAddGradP | ( | const int & | nd, |
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 & | ipar, | ||
const real & | rpar, | ||
real & | u, | ||
real & | rho, | ||
const int & | mask, | ||
const real & | rsxy, | ||
const DataBase * | pdb, | ||
const int & | ierr | ||
) |