Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::FluxMethod< BaseMethod > Member List

This is the complete list of members for fub::FluxMethod< BaseMethod >, including all inherited members.

Base() const noexceptfub::FluxMethod< BaseMethod >
Base() noexceptfub::FluxMethod< BaseMethod >
Complete typedeffub::FluxMethod< BaseMethod >
CompleteArray typedeffub::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 typedeffub::FluxMethod< BaseMethod >
ConservativeArray typedeffub::FluxMethod< BaseMethod >
Equation typedeffub::FluxMethod< BaseMethod >
FluxMethod()=defaultfub::FluxMethod< BaseMethod >
FluxMethod(const FluxMethod &)=defaultfub::FluxMethod< BaseMethod >
FluxMethod(FluxMethod &&)=defaultfub::FluxMethod< BaseMethod >
FluxMethod(Args &&... args)fub::FluxMethod< BaseMethod >
GetStencilSize() noexceptfub::FluxMethod< BaseMethod >static
GetStencilWidth() noexceptfub::FluxMethod< BaseMethod >static
numeric_flux_fub::FluxMethod< BaseMethod >
numeric_flux_array_fub::FluxMethod< BaseMethod >
operator=(const FluxMethod &)=defaultfub::FluxMethod< BaseMethod >
operator=(FluxMethod &&)=defaultfub::FluxMethod< BaseMethod >
Rankfub::FluxMethod< BaseMethod >static
stencil_fub::FluxMethod< BaseMethod >
stencil_array_fub::FluxMethod< BaseMethod >
StencilSizefub::FluxMethod< BaseMethod >static
~FluxMethod()=defaultfub::FluxMethod< BaseMethod >