[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Performs grid convergence for various polynomial degrees. More...
#include <euler_cylinder_adjoint.h>
Public Member Functions | |
EulerCylinderAdjoint (const Parameters::AllParameters *const parameters_input) | |
Constructor. More... | |
int | run_test () const override |
Grid convergence on Euler Gaussian Bump. More... | |
![]() | |
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 | |
![]() | |
const Parameters::AllParameters *const | all_parameters |
Pointer to all parameters. | |
![]() | |
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. | |
![]() | |
const MPI_Comm | mpi_communicator |
MPI communicator. | |
const int | mpi_rank |
MPI rank. | |
const int | n_mpi |
dealii::ConditionalOStream | pcout |
ConditionalOStream. More... | |
Performs grid convergence for various polynomial degrees.
Definition at line 16 of file euler_cylinder_adjoint.h.
|
explicit |
Constructor.
Simply calls the TestsBase constructor to set its parameters = parameters_input
Definition at line 158 of file euler_cylinder_adjoint.cpp.
|
overridevirtual |
Grid convergence on Euler Gaussian Bump.
Will run the a grid convergence test for various p on multiple grids to determine the order of convergence.
Expecting the solution to converge at p+1. and output to converge at 2p+1. Note that the output solution currently convergens slightly suboptimally depending on the case (around 2p). The implementation of the boundary conditions play a large role on this adjoint consistency.
Want to see entropy go to 0.
< FEValues of volume.
Implements PHiLiP::Tests::TestsBase.
Definition at line 165 of file euler_cylinder_adjoint.cpp.