Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
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>
7
8namespace amrex::EB2 {
9
11 : public GShopLevel<STLtools>
12{
13public:
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
Rectangular problem domain geometry.
Definition AMReX_Geometry.H:73
Definition AMReX_EB_STL_utils.H:19
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