#include <AMRNavierStokesFactory.H>
Inheritance diagram for AMRNavierStokesFactory:
Public Methods | |
AMRNavierStokesFactory () | |
virtual AMRLevel * | new_amrlevel () const |
virtual | ~AMRNavierStokesFactory () |
void | CFL (const Real a_cfl) |
void | refinementThreshold (const Real a_refine_threshold) |
void | setPhysBC (const PhysBCUtil &a_physBC) |
Protected Methods | |
void | setDefaultValues () |
Protected Attributes | |
Real | m_cfl |
Real | m_refine_thresh |
PhysBCUtil * | m_physBCPtr |
|
|
|
|
|
|
|
Factory function. creates a new AMRLevel object. In your instantiation you should include defining all the stuff that is not part of the AMRLevel API. Implements AMRLevelFactory. |
|
|
|
|
|
|
|
|
|
|
|
|