Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
This is the complete list of members for fub::FluxMethod< BaseMethod >, including all inherited members.
Base() const noexcept | fub::FluxMethod< BaseMethod > | |
Base() noexcept | fub::FluxMethod< BaseMethod > | |
Complete typedef | fub::FluxMethod< BaseMethod > | |
CompleteArray typedef | fub::FluxMethod< BaseMethod > | |
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 > | |
ComputeStableDt(const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeStableDt(execution::SequentialTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeStableDt(execution::SimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeStableDt(execution::OpenMpTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
ComputeStableDt(execution::OpenMpSimdTag, const View< const Complete > &states, double dx, Direction dir) | fub::FluxMethod< BaseMethod > | |
Conservative typedef | fub::FluxMethod< BaseMethod > | |
ConservativeArray typedef | fub::FluxMethod< BaseMethod > | |
Equation typedef | fub::FluxMethod< BaseMethod > | |
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 |
numeric_flux_ | fub::FluxMethod< BaseMethod > | |
numeric_flux_array_ | fub::FluxMethod< BaseMethod > | |
operator=(const FluxMethod &)=default | fub::FluxMethod< BaseMethod > | |
operator=(FluxMethod &&)=default | fub::FluxMethod< BaseMethod > | |
Rank | fub::FluxMethod< BaseMethod > | static |
stencil_ | fub::FluxMethod< BaseMethod > | |
stencil_array_ | fub::FluxMethod< BaseMethod > | |
StencilSize | fub::FluxMethod< BaseMethod > | static |
~FluxMethod()=default | fub::FluxMethod< BaseMethod > |