SubcriticalMaserBoundarySelfTest.cpp File Reference

Classes

class  SubcriticalMaserBoundarySelfTest
 Test for the MaserBoundaryOldStyle: make a chute-like domain with a maser inflow boundary in the beginning. More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
141 {
142  SubcriticalMaserBoundarySelfTest maserSelfTest;
143  maserSelfTest.solve();
144 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Test for the MaserBoundaryOldStyle: make a chute-like domain with a maser inflow boundary in the begi...
Definition: SubcriticalMaserBoundarySelfTest.cpp:48

References DPMBase::solve().