Block-Structured AMR Software Framework
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,
17 int num_crse_opt, bool support_mvmc);
18
19 STLLevel (IndexSpace const* is, int ilev, int max_grid_size, int ngrow,
20 const Geometry& geom, STLLevel& fineLevel);
21
22};
23
24}
25
26#endif
Definition AMReX_EB2_Level.H:127
Definition AMReX_EB2.H:28
Definition AMReX_EB2_Level_STL.H:12
Rectangular problem domain geometry.
Definition AMReX_Geometry.H:74
Definition AMReX_EB_STL_utils.H:19
Definition AMReX_FabArrayBase.H:33