| [P]arallel [Hi]gh-order [Li]brary for [P]DEs
    Latest
    Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods | 
Verify numerical_entropy conservation for inviscid Burgers using split form and RRK. More...
#include <rrk_numerical_entropy_conservation_check.h>
| Public Member Functions | |
| RRKNumericalEntropyConservationCheck (const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input) | |
| Constructor. | |
| int | run_test () const override | 
| Run test. | |
|  Public Member Functions inherited from PHiLiP::Tests::TestsBase | |
| TestsBase ()=delete | |
| Constructor. Deleted the default constructor since it should not be used. | |
| TestsBase (const Parameters::AllParameters *const parameters_input) | |
| Constructor.  More... | |
| virtual | ~TestsBase ()=default | 
| Destructor. | |
| Public Attributes | |
| const dealii::ParameterHandler & | parameter_handler | 
| Parameter handler for storing the .prm file being ran. | |
|  Public Attributes inherited from PHiLiP::Tests::TestsBase | |
| const Parameters::AllParameters *const | all_parameters | 
| Pointer to all parameters. | |
| Protected Member Functions | |
| Parameters::AllParameters | reinit_params (bool use_rrk, double time_step_size) const | 
| Reinitialize parameters. Necessary because all_parameters is constant. | |
| int | compare_numerical_entropy_to_initial (const std::unique_ptr< FlowSolver::FlowSolver< dim, nstate >> &flow_solver, const double initial_numerical_entropy, const double final_time_actual, bool expect_conservation) const | 
| Compare the numerical_entropy after flow simulation to initial, and return test fail int. | |
| int | get_numerical_entropy_and_compare_to_initial (const Parameters::AllParameters params, const double numerical_entropy_initial, bool expect_conservation) const | 
| runs flow solver. Returns 0 (pass) or 1 (fail) based on numerical_entropy conservation of calculation. | |
|  Protected Member Functions inherited from PHiLiP::Tests::TestsBase | |
| std::vector< int > | get_number_1d_cells (const int ngrids) const | 
| Evaluates the number of cells to generate the grids for 1D grid based on input file.  More... | |
| std::string | get_pde_string (const Parameters::AllParameters *const param) const | 
| Returns a string describing which PDE is being used. | |
| std::string | get_conv_num_flux_string (const Parameters::AllParameters *const param) const | 
| Returns a string describing which convective numerical flux is being used. | |
| std::string | get_diss_num_flux_string (const Parameters::AllParameters *const param) const | 
| Returns a string describing which dissipative numerical flux is being used. | |
| std::string | get_manufactured_solution_string (const Parameters::AllParameters *const param) const | 
| Returns a string describing which manufactured solution is being used. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from PHiLiP::Tests::TestsBase | |
| const MPI_Comm | mpi_communicator | 
| MPI communicator. | |
| const int | mpi_rank | 
| MPI rank. | |
| const int | n_mpi | 
| dealii::ConditionalOStream | pcout | 
| ConditionalOStream.  More... | |
Verify numerical_entropy conservation for inviscid Burgers using split form and RRK.
Definition at line 15 of file rrk_numerical_entropy_conservation_check.h.