Base() const noexcept | fub::FluxMethod< BaseMethod > | |
Base() noexcept | fub::FluxMethod< BaseMethod > | |
boundary_flux_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
Complete typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
CompleteArray typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeCutCellFluxes(const View< Conservative > &stabilised_fluxes, const View< Conservative > &shielded_left_fluxes, const View< Conservative > &shielded_right_fluxes, const View< Conservative > &doubly_shielded_fluxes, const View< Conservative > ®ular_fluxes, const View< Conservative > &boundary_fluxes, const View< const Conservative > &gradient_x, const View< const Conservative > &gradient_y, const View< const Conservative > &gradient_z, const View< const Complete > &states, const CutCellData< Rank > &geom, Duration dt, const Eigen::Matrix< double, Rank, 1 > &dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeGradients(const View< Conservative > &gradient_x, const View< Conservative > &gradient_y, const View< Conservative > &gradient_z, const View< const Conservative > &states, const StridedDataView< const char, Rank > &flags, const CutCellData< Rank > &geom, const Coordinates< Rank > &dx) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | inline |
ComputeNumericFluxes(const View< Conservative > &fluxes, const View< const Complete > &states, Duration dt, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeNumericFluxes(execution::SequentialTag, const View< Conservative > &fluxes, const View< const Complete > &states, Duration dt, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeNumericFluxes(execution::SimdTag, const View< Conservative > &fluxes, const View< const Complete > &states, Duration dt, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeNumericFluxes(execution::OpenMpTag, const View< Conservative > &fluxes, const View< const Complete > &states, Duration dt, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeNumericFluxes(execution::OpenMpSimdTag, const View< Conservative > &fluxes, const View< const Complete > &states, Duration dt, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeRegularFluxes(const View< Conservative > ®ular_fluxes, const View< const Complete > &states, const CutCellData< Rank > &cutcell_data, Duration dt, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(const View< const Complete > &states, const CutCellData< Rank > &cutcell_data, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(const View< const Complete > &states, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(execution::SequentialTag, const View< const Complete > &states, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(execution::SimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(execution::OpenMpTag, const View< const Complete > &states, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ComputeStableDt(execution::OpenMpSimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
fub::FluxMethod::ComputeStableDt(const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
fub::FluxMethod::ComputeStableDt(execution::SequentialTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
fub::FluxMethod::ComputeStableDt(execution::SimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
fub::FluxMethod::ComputeStableDt(execution::OpenMpTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
fub::FluxMethod::ComputeStableDt(execution::OpenMpSimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
Conservative typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
ConservativeArray typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
DataView typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
Equation typedef | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
equation_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
FluxMethod()=default | fub::FluxMethod< BaseMethod > | |
FluxMethod(const FluxMethod &)=default | fub::FluxMethod< BaseMethod > | |
FluxMethod(FluxMethod &&)=default | fub::FluxMethod< BaseMethod > | |
FluxMethod(Args &&... args) | fub::FluxMethod< BaseMethod > | |
GetStencilSize() noexcept | fub::FluxMethod< BaseMethod > | static |
GetStencilWidth() noexcept | fub::FluxMethod< BaseMethod > | static |
h_grid_eb_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_eb_gradients_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_reconstruction_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_regular_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_regular_gradients_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_singly_shielded_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
h_grid_singly_shielded_gradients_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
MyCutCellMethod(const Equation &equation) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | explicit |
MyCutCellMethod(const Equation &equation, const FluxMethod &flux_method) | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | |
numeric_flux_ | fub::FluxMethod< BaseMethod > | |
numeric_flux_array_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
operator=(const FluxMethod &)=default | fub::FluxMethod< BaseMethod > | |
operator=(FluxMethod &&)=default | fub::FluxMethod< BaseMethod > | |
Rank | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | static |
regular_flux_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
singly_shielded_flux_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
sRank | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | static |
stencil_ | fub::FluxMethod< BaseMethod > | |
stencil_array_ | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | private |
StencilSize | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | static |
StencilWidth | fub::MyCutCellMethod< EquationT, FluxMethod, HGridReconstruction > | static |
~FluxMethod()=default | fub::FluxMethod< BaseMethod > | |