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
14namespace amrex::EB2 {
15
18 : public GShopLevel<STLtools>
19{
20public:
21
25 STLLevel (IndexSpace const* is, STLtools const& stl_tools, const Geometry& geom,
26 int max_grid_size, int ngrow, bool extend_domain_face,
27 int num_crse_opt, bool support_mvmc);
28
30 STLLevel (IndexSpace const* is, int ilev, int max_grid_size, int ngrow,
31 const Geometry& geom, STLLevel& fineLevel);
32};
33
34}
35
36#endif
Definition AMReX_EB2_Level.H:203
Definition AMReX_EB2.H:28
EB2 level that samples geometry from STL files.
Definition AMReX_EB2_Level_STL.H:19
Rectangular problem domain geometry.
Definition AMReX_Geometry.H:74
Utility class that loads STL meshes and samples them onto AMReX grids.
Definition AMReX_EB_STL_utils.H:26
Definition AMReX_FabArrayBase.H:33