|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Burgers' periodic unsteady test. More...
#include <stability_fr_parameter_range.h>
Public Member Functions | |
| StabilityFRParametersRange (const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input) | |
| Constructor. | |
| int | run_test () const override |
| Run test. | |
| Parameters::AllParameters | reinit_params_c_value (const Parameters::AllParameters *parameters_in, const double c_value) const |
| Reinitialize parameters for the c loop. | |
Public Member Functions inherited from PHiLiP::Tests::GeneralRefinementStudy< dim, nstate > | |
| GeneralRefinementStudy (const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input, const RefinementType refinement_type_input) | |
| Constructor. | |
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. | |
Additional Inherited Members | |
Public Types inherited from PHiLiP::Tests::GeneralRefinementStudy< dim, nstate > | |
| enum | RefinementType { timestep, cell_length } |
| Type of refinement to run. | |
Public Attributes inherited from PHiLiP::Tests::GeneralRefinementStudy< dim, nstate > | |
| 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 inherited from PHiLiP::Tests::GeneralRefinementStudy< dim, nstate > | |
| int | run_refinement_study_and_write_result (const Parameters::AllParameters *parameters_in, const double expected_order, const bool check_only_last_refinement=false, const bool append_to_file=false) const |
| Run the refinements. | |
| double | calculate_Lp_error_at_final_time_wrt_function (std::shared_ptr< DGBase< dim, double >> dg, const Parameters::AllParameters parameters, double final_time, int norm_p) const |
| virtual std::tuple< double, int > | process_and_write_conv_tables (std::shared_ptr< FlowSolver::FlowSolver< dim, nstate >> flow_solver, const Parameters::AllParameters params, double L2_error_old, std::shared_ptr< dealii::ConvergenceTable > convergence_table, int refinement, const double expected_order) const |
| Calculate the L2 error and return local testfail for the converged flowsolver. | |
| Parameters::AllParameters | reinit_params_and_refine (const Parameters::AllParameters *parameters_in, int refinement, const RefinementType how) const |
| Reinitialize parameters while refining the timestep. Necessary because all_parameters is constant. | |
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. | |
Protected Attributes inherited from PHiLiP::Tests::GeneralRefinementStudy< dim, nstate > | |
| const RefinementType | refinement_type |
| Type of refinement to run. | |
| const int | n_calculations |
| Number of times to solve for convergence summary. | |
| const double | refine_ratio |
| Ratio to refine by. | |
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... | |
Burgers' periodic unsteady test.
Definition at line 13 of file stability_fr_parameter_range.h.