CG  Version 25
Macros | Functions | Variables
cns/src/implicit.C File Reference
#include "Cgcns.h"
#include "CnsParameters.h"
#include "MappedGridOperators.h"
#include "ParallelUtility.h"
#include "ParallelGridUtility.h"
#include "ArraySimple.h"
#include "SparseRep.h"
#include "Integrate.h"
#include "Oges.h"
#include "App.h"
Include dependency graph for cns/src/implicit.C:

Macros

#define ICNSCF   EXTERN_C_NAME(icnscf)
 
#define CNSNOSLIPWALLBCCOEFF   EXTERN_C_NAME(cnsnoslipwallbccoeff)
 
#define INOUTFLOWCOEFF   EXTERN_C_NAME(inoutflowcoeff)
 
#define ICNSWALLBCCOEFF   EXTERN_C_NAME(icnswallbc)
 

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 INOUTFLOWCOEFF (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 &nbd, const int &cfrhs)
 
void ICNSWALLBCCOEFF (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 *ubvd, const real *bd, const int *bt, int &nbd, int &nbv, const int &cfrhs)
 

Variables

bool oldbc =false
 

Macro Definition Documentation

#define CNSNOSLIPWALLBCCOEFF   EXTERN_C_NAME(cnsnoslipwallbccoeff)
#define ICNSCF   EXTERN_C_NAME(icnscf)
#define ICNSWALLBCCOEFF   EXTERN_C_NAME(icnswallbc)
#define INOUTFLOWCOEFF   EXTERN_C_NAME(inoutflowcoeff)

Function Documentation

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 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 ICNSWALLBCCOEFF ( 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 *  ubvd,
const real *  bd,
const int *  bt,
int &  nbd,
int &  nbv,
const int &  cfrhs 
)
void INOUTFLOWCOEFF ( 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 &  nbd,
const int &  cfrhs 
)

Variable Documentation

bool oldbc =false