CG  Version 25
Macros | Functions
advanceSOSUP.C File Reference
#include "Maxwell.h"
#include "display.h"
#include "CompositeGridOperators.h"
#include "ParallelUtility.h"
#include "ParallelGridUtility.h"
Include dependency graph for advanceSOSUP.C:

Macros

#define advSOSUP   EXTERN_C_NAME(advsosup)
 
#define FOR_3(i1, i2, i3, I1, I2, I3)   for( i3=I3.getBase(); i3<=I3.getBound(); i3++ ) for( i2=I2.getBase(); i2<=I2.getBound(); i2++ ) for( i1=I1.getBase(); i1<=I1.getBound(); i1++ )
 
#define FN(m)   fn[m+numberOfFunctions*(grid)]
 

Functions

void advSOSUP (const int &nd, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, 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 &ndf4a, const int &ndf4b, const int &mask, const real &rx, const real &u, real &un, const real &f, const int &bc, const int &ipar, const real &rpar, int &ierr)
 

Macro Definition Documentation

#define advSOSUP   EXTERN_C_NAME(advsosup)

Referenced by Maxwell::advanceSOSUP().

#define FN (   m)    fn[m+numberOfFunctions*(grid)]
#define FOR_3 (   i1,
  i2,
  i3,
  I1,
  I2,
  I3 
)    for( i3=I3.getBase(); i3<=I3.getBound(); i3++ ) for( i2=I2.getBase(); i2<=I2.getBound(); i2++ ) for( i1=I1.getBase(); i1<=I1.getBound(); i1++ )

Function Documentation

void advSOSUP ( const int &  nd,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
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 &  ndf4a,
const int &  ndf4b,
const int &  mask,
const real &  rx,
const real &  u,
real &  un,
const real &  f,
const int &  bc,
const int &  ipar,
const real &  rpar,
int &  ierr 
)