CG  Version 25
Macros | Functions
advanceNewton.C File Reference
#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 "gridFunctionNorms.h"
#include "ParallelUtility.h"
#include "ArraySimple.h"
#include "Oges.h"
#include "OgesParameters.h"
#include "PlotIt.h"
Include dependency graph for advanceNewton.C:

Macros

#define RHS(i1, i2, i3, e)   rhsp[i1 + rhsd[0]*(i2 + rhsd[1]*( i3 + rhsd[2]*e ) ) ]
 
#define CF(i1, i2, i3, i4)   cfp[i1 + cfd[0]*(i2 + cfd[1]*( i3 + cfd[2]*i4 ) ) ]
 

Functions

int residual (const RealGridCollectionFunction &coeff, const RealGridCollectionFunction &u, const RealGridCollectionFunction &f, RealGridCollectionFunction &r)
 

Macro Definition Documentation

#define CF (   i1,
  i2,
  i3,
  i4 
)    cfp[i1 + cfd[0]*(i2 + cfd[1]*( i3 + cfd[2]*i4 ) ) ]
#define RHS (   i1,
  i2,
  i3,
  e 
)    rhsp[i1 + rhsd[0]*(i2 + rhsd[1]*( i3 + rhsd[2]*e ) ) ]

Function Documentation

int residual ( const RealGridCollectionFunction &  coeff,
const RealGridCollectionFunction &  u,
const RealGridCollectionFunction &  f,
RealGridCollectionFunction &  r 
)