[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Advection periodic unsteady test. More...
#include <advection_explicit_periodic.h>
Public Member Functions | |
AdvectionPeriodic (const Parameters::AllParameters *const parameters_input) | |
Constructor. | |
int | run_test () const override |
Run test. | |
![]() | |
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. | |
Private Member Functions | |
double | compute_energy (std::shared_ptr< PHiLiP::DGBase< dim, double > > &dg) const |
Function computes the energy. | |
double | compute_conservation (std::shared_ptr< PHiLiP::DGBase< dim, double > > &dg, const double poly_degree) const |
Function computes the conservation. | |
Static Private Member Functions | |
static dealii::Point< dim > | warp (const dealii::Point< dim > &p) |
Warping for nonlinear manifold (see CurvManifold above) | |
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... | |
Advection periodic unsteady test.
Definition at line 13 of file advection_explicit_periodic.h.