CG
Version 25
|
#include "OB_MappedGridSolver.h"
#include "Parameters.h"
#include "MappedGridOperators.h"
#include "ParallelUtility.h"
#include "ArraySimple.h"
#include "SparseRep.h"
Macros | |
#define | ICNSCF icnscf_ |
#define | CNSNOSLIPWALLBCCOEFF cnsnoslipwallbccoeff_ |
Functions | |
void | ICNSCF (const int *igdim, const int *igint, const real *vertex, const real *rx, const real *det, const int *mask, const int *iparam, const real *param, const real *uL, real *coeff) |
void | CNSNOSLIPWALLBCCOEFF (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 real *coeff, const real *rhs, const real *ul, const real *x, const real *aj, const real *rsxy, const int *ipar, const real *rpar, const int *indexRange, const int *bc, const real *bd, const int *bt, int &nbv, const int &cfrhs) |
void | getLocalBoundsAndBoundaryConditions (const realMappedGridFunction &a, IntegerArray &gidLocal, IntegerArray &dimensionLocal, IntegerArray &bcLocal) |
#define CNSNOSLIPWALLBCCOEFF cnsnoslipwallbccoeff_ |
#define ICNSCF icnscf_ |
Referenced by Cgcns::formImplicitTimeSteppingMatrix().
void CNSNOSLIPWALLBCCOEFF | ( | 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 real * | coeff, | ||
const real * | rhs, | ||
const real * | ul, | ||
const real * | x, | ||
const real * | aj, | ||
const real * | rsxy, | ||
const int * | ipar, | ||
const real * | rpar, | ||
const int * | indexRange, | ||
const int * | bc, | ||
const real * | bd, | ||
const int * | bt, | ||
int & | nbv, | ||
const int & | cfrhs | ||
) |
void getLocalBoundsAndBoundaryConditions | ( | const realMappedGridFunction & | a, |
IntegerArray & | gidLocal, | ||
IntegerArray & | dimensionLocal, | ||
IntegerArray & | bcLocal | ||
) |
void ICNSCF | ( | const int * | igdim, |
const int * | igint, | ||
const real * | vertex, | ||
const real * | rx, | ||
const real * | det, | ||
const int * | mask, | ||
const int * | iparam, | ||
const real * | param, | ||
const real * | uL, | ||
real * | coeff | ||
) |