RadDiff.cpp File Reference

Go to the source code of this file.

Classes

class  WestEdgeTest

Functions

 CELL_PREDICATE (EastEdgeTest,{return fabs(x[0]-1.0)< 1.0e-10;}) CELL_PREDICATE(SouthEdgeTest
bool noxNewtonSolve (const NonlinearProblem &prob, Expr uNewt)
bool playaNewtonArmijoSolve (const NonlinearProblem &prob, Expr uNewt)
int main (int argc, char **argv)
bool inlineNewtonSolve (NonlinearProblem prob, Expr uNewt, int maxIters, double newtTol)

Variables

const double pi = 4.0*atan(1.0)


Function Documentation

CELL_PREDICATE ( EastEdgeTest   ) 

bool inlineNewtonSolve ( NonlinearProblem  prob,
Expr  uNewt,
int  maxIters,
double  newtTol 
)

int main ( int  argc,
char **  argv 
)

bool noxNewtonSolve ( const NonlinearProblem &  prob,
Expr  uNewt 
)

Definition at line 177 of file RadDiff.cpp.

References Playa::SolveConverged.

Referenced by main().

bool playaNewtonArmijoSolve ( const NonlinearProblem &  prob,
Expr  uNewt 
)

Definition at line 189 of file RadDiff.cpp.

References Playa::SolveConverged.

Referenced by main().


Variable Documentation

const double pi = 4.0*atan(1.0)

Site Contact