Block-Structured AMR Software Framework
AMReX_EB2_Level_STL.H
Go to the documentation of this file.
1 #ifndef AMREX_EB2_LEVEL_STL_H_
2 #define AMREX_EB2_LEVEL_STL_H_
3 #include <AMReX_Config.H>
4 
5 #include <AMReX_EB2_Level.H>
6 #include <AMReX_EB_STL_utils.H>
7 
8 namespace amrex::EB2 {
9 
10 class STLLevel
11  : public GShopLevel<STLtools>
12 {
13 public:
14 
15  STLLevel (IndexSpace const* is, STLtools const& stl_tools, const Geometry& geom,
16  int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt);
17 
18  STLLevel (IndexSpace const* is, int ilev, int max_grid_size, int ngrow,
19  const Geometry& geom, STLLevel& fineLevel);
20 
21 };
22 
23 }
24 
25 #endif
Definition: AMReX_EB2_Level.H:115
Definition: AMReX_EB2.H:26
Definition: AMReX_EB2_Level_STL.H:12
STLLevel(IndexSpace const *is, STLtools const &stl_tools, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)
Definition: AMReX_EB2_Level_STL.cpp:5
Rectangular problem domain geometry.
Definition: AMReX_Geometry.H:73
Definition: AMReX_EB_STL_utils.H:14
Definition: AMReX_FabArrayBase.H:32
AMREX_EXPORT int max_grid_size
Definition: AMReX_EB2.cpp:23
AMREX_EXPORT bool extend_domain_face
Definition: AMReX_EB2.cpp:24