[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
This is the complete list of members for PHiLiP::ODE::RRKODESolverBase< dim, real, MeshType >, including all inherited members.
butcher_tableau | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
compute_entropy_vars(const dealii::LinearAlgebra::distributed::Vector< double > &u, std::shared_ptr< DGBase< dim, real, MeshType >> dg) const | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
compute_FR_entropy_contribution(const real dt, std::shared_ptr< DGBase< dim, real, MeshType >> dg, const std::vector< dealii::LinearAlgebra::distributed::Vector< double >> &rk_stage, const bool compute_K_norm) const override | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | virtual |
compute_relaxation_parameter(const real dt, std::shared_ptr< DGBase< dim, real, MeshType >> dg, const std::vector< dealii::LinearAlgebra::distributed::Vector< double >> &rk_stage, const dealii::LinearAlgebra::distributed::Vector< double > &)=0 | PHiLiP::ODE::RRKODESolverBase< dim, real, MeshType > | protectedpure virtual |
EmptyRRKBase(std::shared_ptr< RKTableauBase< dim, real, MeshType >>) | PHiLiP::ODE::EmptyRRKBase< dim, real, MeshType > | explicit |
mpi_communicator | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
mpi_rank | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
n_rk_stages | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
pcout | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
relaxation_parameter | PHiLiP::ODE::RRKODESolverBase< dim, real, MeshType > | |
rk_stage_solution | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protected |
RKNumEntropy(std::shared_ptr< RKTableauBase< dim, real, MeshType >> rk_tableau_input) | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | explicit |
RRKODESolverBase(std::shared_ptr< RKTableauBase< dim, real, MeshType >> rk_tableau_input) | PHiLiP::ODE::RRKODESolverBase< dim, real, MeshType > | explicit |
store_stage_solutions(const int istage, const dealii::LinearAlgebra::distributed::Vector< double > rk_stage_i) override | PHiLiP::ODE::RKNumEntropy< dim, real, MeshType > | protectedvirtual |
update_relaxation_parameter(const real dt, std::shared_ptr< DGBase< dim, real, MeshType >> dg, const std::vector< dealii::LinearAlgebra::distributed::Vector< double >> &rk_stage, const dealii::LinearAlgebra::distributed::Vector< double > &solution_update) override | PHiLiP::ODE::RRKODESolverBase< dim, real, MeshType > | protectedvirtual |