Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
include
fub
AMReX_CutCell.hpp
Go to the documentation of this file.
1
// Copyright (c) 2019 Maikel Nadolski
2
//
3
// Permission is hereby granted, free of charge, to any person obtaining a copy
4
// of this software and associated documentation files (the "Software"), to deal
5
// in the Software without restriction, including without limitation the rights
6
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
// copies of the Software, and to permit persons to whom the Software is
8
// furnished to do so, subject to the following conditions:
9
//
10
// The above copyright notice and this permission notice shall be included in
11
// all copies or substantial portions of the Software.
12
//
13
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
// SOFTWARE.
20
21
#ifndef FUB_AMREX_CUTCELL_HPP
22
#define FUB_AMREX_CUTCELL_HPP
23
24
#include "
fub/AMReX/cutcell/FluxMethod.hpp
"
25
#include "
fub/AMReX/cutcell/GriddingAlgorithm.hpp
"
26
#include "
fub/AMReX/cutcell/IndexSpace.hpp
"
27
#include "
fub/AMReX/cutcell/IntegratorContext.hpp
"
28
#include "
fub/AMReX/cutcell/PatchHierarchy.hpp
"
29
#include "
fub/AMReX/cutcell/Reconstruction.hpp
"
30
31
#include "
fub/AMReX/cutcell/AxiSymmetricSourceTerm.hpp
"
32
33
#include "
fub/AMReX/cutcell/TimeIntegrator.hpp
"
34
35
#include "fub/AMReX/cutcell/initial_data/RiemannProblem.hpp"
36
#include "fub/AMReX/cutcell/initial_data/InterpolateFrom1d.hpp"
37
38
#include "
fub/AMReX/cutcell/tagging_method/ConstantRegion.hpp
"
39
#include "
fub/AMReX/cutcell/tagging_method/GradientDetector.hpp
"
40
#include "
fub/AMReX/cutcell/tagging_method/TagBuffer.hpp
"
41
#include "
fub/AMReX/cutcell/tagging_method/TagCutCells.hpp
"
42
#include "
fub/AMReX/cutcell/tagging_method/TagAllOf.hpp
"
43
44
#include "
fub/AMReX/cutcell/boundary_condition/BoundarySet.hpp
"
45
#include "
fub/AMReX/cutcell/boundary_condition/IsentropicPressureBoundary.hpp
"
46
#include "
fub/AMReX/cutcell/boundary_condition/MassflowBoundary.hpp
"
47
#include "
fub/AMReX/cutcell/boundary_condition/TransmissiveBoundary.hpp
"
48
#include "
fub/AMReX/cutcell/boundary_condition/ReflectiveBoundary.hpp
"
49
#include "
fub/AMReX/cutcell/boundary_condition/PressureOutflowBoundary.hpp
"
50
#include "
fub/AMReX/cutcell/output/LogProbes.hpp
"
51
#include "
fub/AMReX/cutcell/output/WriteHdf5.hpp
"
52
#include "
fub/AMReX/cutcell/output/WritePlotfiles.hpp
"
53
#include "
fub/AMReX/cutcell/output/DebugOutput.hpp
"
54
55
#include "
fub/AMReX/multi_block/MultiBlockBoundary.hpp
"
56
#include "
fub/AMReX/multi_block/MultiBlockGriddingAlgorithm.hpp
"
57
#include "
fub/AMReX/multi_block/MultiBlockIgniteDetonation.hpp
"
58
#include "
fub/AMReX/multi_block/MultiBlockIntegratorContext.hpp
"
59
#include "
fub/AMReX/multi_block/MultiBlockLevelIntegrator.hpp
"
60
#include "
fub/AMReX/multi_block/MultiBlockKineticSourceTerm.hpp
"
61
#include "
fub/AMReX/multi_block/MultiBlockPlotfileOutput.hpp
"
62
#include "
fub/AMReX/multi_block/MultiBlockSourceTerm.hpp
"
63
#include "
fub/AMReX/multi_block/MultiWriteHdf5.hpp
"
64
65
#endif
FluxMethod.hpp
GriddingAlgorithm.hpp
IntegratorContext.hpp
PatchHierarchy.hpp
ReflectiveBoundary.hpp
TransmissiveBoundary.hpp
GradientDetector.hpp
TagBuffer.hpp
TagCutCells.hpp
AxiSymmetricSourceTerm.hpp
IndexSpace.hpp
LogProbes.hpp
MultiBlockBoundary.hpp
MultiBlockGriddingAlgorithm.hpp
MultiBlockIgniteDetonation.hpp
MultiBlockIntegratorContext.hpp
MultiBlockKineticSourceTerm.hpp
MultiBlockLevelIntegrator.hpp
MultiBlockPlotfileOutput.hpp
MultiBlockSourceTerm.hpp
MultiWriteHdf5.hpp
PressureOutflowBoundary.hpp
Reconstruction.hpp
TimeIntegrator.hpp
BoundarySet.hpp
IsentropicPressureBoundary.hpp
MassflowBoundary.hpp
DebugOutput.hpp
WriteHdf5.hpp
WritePlotfiles.hpp
ConstantRegion.hpp
TagAllOf.hpp
Generated on Fri Feb 12 2021 07:45:54 for Finite Volume Solver by
1.9.1