• VTF
  • FSI
  • AMROC
  • SFC
  • Motion
  • STLIB
  • Main Page
  • Related Pages
  • Classes
  • Files
  • File List
  • File Members

amroc/lbm/LBMProblem.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 // Copyright (C) 2012 Oak Ridge National Laboratory
00004 // Ralf Deiterding, deiterdingr@ornl.gov
00005 
00006 #ifndef AMROC_LBM_PROBLEM_H
00007 #define AMROC_LBM_PROBLEM_H
00008 
00016 #include "DAGH.h"                           
00017 #include "IO/control-device.h"
00018 #include "Vector.h"
00019 #include "VectorLarge.h"
00020 
00021 typedef short FlagType; 
00022 
00023 #include "LBMIntegrator.h"
00024 #include "LBMInitialCondition.h"
00025 #include "LBMBoundaryConditions.h"
00026 #include "LBMLevelTransfer.h"  
00027 #include "LBMFixup.h" 
00028 #include "LBMExactSolution.h" 
00029 
00030 #include "Interfaces/SchemeCriteria.h"
00031 
00032 #include "AMRFlagging.h"
00033 #include "AMRSolver.h" 
00034 #include "AMRPreAdaptSolver.h" 
00035 #include "SolverControl.h"
00036 
00037 #endif