BouncingSuperQuadricSelfTest.cpp File Reference

Classes

class  BouncingSuperQuadric
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
83 {
85  // comment next line to turn on file output
86  problem.setFileType(FileType::NO_FILE);
87  problem.setMax(2,2,2);
88  problem.setMin(0,0,1);
89  problem.setNumberOfDomains({1,1,NUMBER_OF_PROCESSORS});
90  problem.test();
91  return 0;
92 }
@ NO_FILE
file will not be created/read
#define NUMBER_OF_PROCESSORS
For the MPI communication routines this quantity is often required. defining this macro makes the cod...
Definition: GeneralDefine.h:41
Definition: BouncingSuperQuadricSelfTest.cpp:13
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References NO_FILE, NUMBER_OF_PROCESSORS, and problem.