[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::DGWeak< dim, nstate, real, MeshType >, including all inherited members.
add_mass_matrices(const real scale) | PHiLiP::DGBase< dim, real, MeshType > | |
add_time_scaled_mass_matrices() | PHiLiP::DGBase< dim, real, MeshType > | |
all_parameters | PHiLiP::DGBase< dim, real, MeshType > | |
allocate_auxiliary_equation() | PHiLiP::DGBase< dim, real, MeshType > | |
allocate_dual_vector() | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
allocate_model_variables() | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | virtual |
allocate_system(const bool compute_dRdW=true, const bool compute_dRdX=true, const bool compute_d2R=true) | PHiLiP::DGBase< dim, real, MeshType > | virtual |
apply_global_mass_matrix(const dealii::LinearAlgebra::distributed::Vector< double > &input_vector, dealii::LinearAlgebra::distributed::Vector< double > &output_vector, const bool use_auxiliary_eq=false, const bool use_unmodified_mass_matrix=false) | PHiLiP::DGBase< dim, real, MeshType > | |
apply_inverse_global_mass_matrix(const dealii::LinearAlgebra::distributed::Vector< double > &input_vector, dealii::LinearAlgebra::distributed::Vector< double > &output_vector, const bool use_auxiliary_eq=false) | PHiLiP::DGBase< dim, real, MeshType > | |
artificial_dissip | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
artificial_dissipation_c0 | PHiLiP::DGBase< dim, real, MeshType > | protected |
artificial_dissipation_coeffs | PHiLiP::DGBase< dim, real, MeshType > | |
artificial_dissipation_se | PHiLiP::DGBase< dim, real, MeshType > | |
assemble_auxiliary_residual() | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_boundary_codi_taped_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const unsigned int face_number, const unsigned int boundary_id, const dealii::FEFaceValuesBase< dim, dim > &fe_values_boundary, const real penalty, const dealii::FESystem< dim, dim > &fe_soln, const dealii::Quadrature< dim-1 > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, const Physics::PhysicsBase< dim, nstate, adtype > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, adtype > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, adtype > &diss_num_flux, dealii::Vector< real > &local_rhs_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_boundary_residual(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const unsigned int face_number, const unsigned int boundary_id, const dealii::FEFaceValuesBase< dim, dim > &fe_values_boundary, const real penalty, const dealii::FESystem< dim, dim > &fe_soln, const dealii::Quadrature< dim-1 > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, const Physics::PhysicsBase< dim, nstate, real > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, real > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, real > &diss_num_flux, dealii::Vector< real > &local_rhs_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_boundary_term(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const LocalSolution< real2, dim, nstate > &local_solution, const LocalSolution< real2, dim, dim > &local_metric, const std::vector< real > &local_dual, const unsigned int face_number, const unsigned int boundary_id, const Physics::PhysicsBase< dim, nstate, real2 > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, real2 > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, real2 > &diss_num_flux, const dealii::FEFaceValuesBase< dim, dim > &fe_values_boundary, const real penalty, const dealii::Quadrature< dim-1 > &quadrature, std::vector< real2 > &rhs, real2 &dual_dot_residual, const bool compute_metric_derivatives) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_boundary_term_and_build_operators(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const unsigned int iface, const unsigned int boundary_id, const real penalty, const std::vector< dealii::types::global_dof_index > &cell_dofs_indices, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const unsigned int poly_degree, const unsigned int grid_degree, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &, std::array< std::vector< real >, dim > &, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_int, const dealii::FESystem< dim, dim > ¤t_fe_ref, dealii::Vector< real > &local_rhs_int_cell, std::vector< dealii::Tensor< 1, dim, real >> &, const bool, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_boundary_term_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const unsigned int face_number, const unsigned int boundary_id, const dealii::FEFaceValuesBase< dim, dim > &fe_values_boundary, const real penalty, const dealii::FESystem< dim, dim > &fe, const dealii::Quadrature< dim-1 > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, dealii::Vector< real > &local_rhs_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_cell_residual(const DoFCellAccessorType1 ¤t_cell, const DoFCellAccessorType2 ¤t_metric_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R, dealii::hp::FEValues< dim, dim > &fe_values_collection_volume, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_int, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_ext, dealii::hp::FESubfaceValues< dim, dim > &fe_values_collection_subface, dealii::hp::FEValues< dim, dim > &fe_values_collection_volume_lagrange, OPERATOR::basis_functions< dim, 2 *dim, real > &soln_basis_int, OPERATOR::basis_functions< dim, 2 *dim, real > &soln_basis_ext, OPERATOR::basis_functions< dim, 2 *dim, real > &flux_basis_int, OPERATOR::basis_functions< dim, 2 *dim, real > &flux_basis_ext, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &flux_basis_stiffness, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &soln_basis_projection_oper_int, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &soln_basis_projection_oper_ext, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &mapping_basis, const bool compute_auxiliary_right_hand_side, dealii::LinearAlgebra::distributed::Vector< double > &rhs, std::array< dealii::LinearAlgebra::distributed::Vector< double >, dim > &rhs_aux) | PHiLiP::DGBase< dim, real, MeshType > | |
assemble_face_codi_taped_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const std::pair< unsigned int, int > face_subface_int, const std::pair< unsigned int, int > face_subface_ext, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_int, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_ext, const dealii::FEFaceValuesBase< dim, dim > &, const dealii::FEFaceValuesBase< dim, dim > &, const real penalty, const dealii::FESystem< dim, dim > &fe_int, const dealii::FESystem< dim, dim > &fe_ext, const dealii::Quadrature< dim-1 > &face_quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_int, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_ext, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_int, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_ext, const Physics::PhysicsBase< dim, nstate, adtype > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, adtype > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, adtype > &diss_num_flux, dealii::Vector< real > &local_rhs_int_cell, dealii::Vector< real > &local_rhs_ext_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_face_residual(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const std::pair< unsigned int, int > face_subface_int, const std::pair< unsigned int, int > face_subface_ext, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_int, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_ext, const dealii::FEFaceValuesBase< dim, dim > &, const dealii::FEFaceValuesBase< dim, dim > &, const real penalty, const dealii::FESystem< dim, dim > &fe_int, const dealii::FESystem< dim, dim > &fe_ext, const dealii::Quadrature< dim-1 > &face_quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_int, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_ext, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_int, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_ext, const Physics::PhysicsBase< dim, nstate, real > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, real > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, real > &diss_num_flux, dealii::Vector< real > &local_rhs_int_cell, dealii::Vector< real > &local_rhs_ext_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_face_term(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const LocalSolution< real2, dim, nstate > &soln_int, const LocalSolution< real2, dim, nstate > &soln_ext, const LocalSolution< real2, dim, dim > &metric_int, const LocalSolution< real2, dim, dim > &metric_ext, const std::vector< double > &dual_int, const std::vector< double > &dual_ext, const std::pair< unsigned int, int > face_subface_int, const std::pair< unsigned int, int > face_subface_ext, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_int, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_ext, const Physics::PhysicsBase< dim, nstate, real2 > &physics, const NumericalFlux::NumericalFluxConvective< dim, nstate, real2 > &conv_num_flux, const NumericalFlux::NumericalFluxDissipative< dim, nstate, real2 > &diss_num_flux, const dealii::FEFaceValuesBase< dim, dim > &fe_values_int, const dealii::FEFaceValuesBase< dim, dim > &fe_values_ext, const real penalty, const dealii::Quadrature< dim-1 > &face_quadrature, std::vector< real2 > &rhs_int, std::vector< real2 > &rhs_ext, real2 &dual_dot_residual, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_face_term_and_build_operators(typename dealii::DoFHandler< dim >::active_cell_iterator cell, typename dealii::DoFHandler< dim >::active_cell_iterator neighbor_cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const unsigned int iface, const unsigned int neighbor_iface, const real penalty, const std::vector< dealii::types::global_dof_index > ¤t_dofs_indices, const std::vector< dealii::types::global_dof_index > &neighbor_dofs_indices, const std::vector< dealii::types::global_dof_index > ¤t_metric_dofs_indices, const std::vector< dealii::types::global_dof_index > &neighbor_metric_dofs_indices, const unsigned int, const unsigned int, const unsigned int, const unsigned int, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &, std::array< std::vector< real >, dim > &, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_int, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_ext, dealii::Vector< real > ¤t_cell_rhs, dealii::Vector< real > &neighbor_cell_rhs, std::vector< dealii::Tensor< 1, dim, real >> &, dealii::LinearAlgebra::distributed::Vector< double > &rhs, std::array< dealii::LinearAlgebra::distributed::Vector< double >, dim > &, const bool, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_face_term_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const std::pair< unsigned int, int > face_subface_int, const std::pair< unsigned int, int > face_subface_ext, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_int, const typename dealii::QProjector< dim >::DataSetDescriptor face_data_set_ext, const dealii::FEFaceValuesBase< dim, dim > &, const dealii::FEFaceValuesBase< dim, dim > &, const real penalty, const dealii::FESystem< dim, dim > &fe_int, const dealii::FESystem< dim, dim > &fe_ext, const dealii::Quadrature< dim-1 > &face_quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_int, const std::vector< dealii::types::global_dof_index > &metric_dof_indices_ext, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_int, const std::vector< dealii::types::global_dof_index > &soln_dof_indices_ext, dealii::Vector< real > &local_rhs_int_cell, dealii::Vector< real > &local_rhs_ext_cell, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_residual(const bool compute_dRdW=false, const bool compute_dRdX=false, const bool compute_d2R=false, const double CFL_mass=0.0) | PHiLiP::DGBase< dim, real, MeshType > | |
assemble_residual_time | PHiLiP::DGBase< dim, real, MeshType > | |
assemble_subface_term_and_build_operators(typename dealii::DoFHandler< dim >::active_cell_iterator cell, typename dealii::DoFHandler< dim >::active_cell_iterator neighbor_cell, const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const unsigned int iface, const unsigned int neighbor_iface, const unsigned int neighbor_i_subface, const real penalty, const std::vector< dealii::types::global_dof_index > ¤t_dofs_indices, const std::vector< dealii::types::global_dof_index > &neighbor_dofs_indices, const std::vector< dealii::types::global_dof_index > ¤t_metric_dofs_indices, const std::vector< dealii::types::global_dof_index > &neighbor_metric_dofs_indices, const unsigned int, const unsigned int, const unsigned int, const unsigned int, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &, std::array< std::vector< real >, dim > &, dealii::hp::FEFaceValues< dim, dim > &fe_values_collection_face_int, dealii::hp::FESubfaceValues< dim, dim > &fe_values_collection_subface, dealii::Vector< real > ¤t_cell_rhs, dealii::Vector< real > &neighbor_cell_rhs, std::vector< dealii::Tensor< 1, dim, real >> &, dealii::LinearAlgebra::distributed::Vector< double > &rhs, std::array< dealii::LinearAlgebra::distributed::Vector< double >, dim > &, const bool, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_volume_codi_taped_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::FEValues< dim, dim > &fe_values_vol, const dealii::FESystem< dim, dim > &fe_soln, const dealii::Quadrature< dim > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, dealii::Vector< real > &local_rhs_cell, const dealii::FEValues< dim, dim > &fe_values_lagrange, const Physics::PhysicsBase< dim, nstate, real2 > &physics, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_volume_residual(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::FEValues< dim, dim > &fe_values_vol, const dealii::FESystem< dim, dim > &fe_soln, const dealii::Quadrature< dim > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, dealii::Vector< real > &local_rhs_cell, const dealii::FEValues< dim, dim > &fe_values_lagrange, const Physics::PhysicsBase< dim, nstate, real > &physics, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_volume_term(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const LocalSolution< real2, dim, nstate > &local_solution, const LocalSolution< real2, dim, dim > &local_metric, const std::vector< real > &local_dual, const dealii::Quadrature< dim > &quadrature, const Physics::PhysicsBase< dim, nstate, real2 > &physics, std::vector< real2 > &rhs, real2 &dual_dot_residual, const bool compute_metric_derivatives, const dealii::FEValues< dim, dim > &fe_values_vol) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | private |
assemble_volume_term_and_build_operators(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const std::vector< dealii::types::global_dof_index > &cell_dofs_indices, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const unsigned int poly_degree, const unsigned int grid_degree, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::basis_functions< dim, 2 *dim, real > &, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &, OPERATOR::metric_operators< real, dim, 2 *dim > &, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &, std::array< std::vector< real >, dim > &, dealii::hp::FEValues< dim, dim > &fe_values_collection_volume, dealii::hp::FEValues< dim, dim > &fe_values_collection_volume_lagrange, const dealii::FESystem< dim, dim > ¤t_fe_ref, dealii::Vector< real > &local_rhs_int_cell, std::vector< dealii::Tensor< 1, dim, real >> &, const bool, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_volume_term_derivatives(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::FEValues< dim, dim > &, const dealii::FESystem< dim, dim > &fe, const dealii::Quadrature< dim > &quadrature, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const std::vector< dealii::types::global_dof_index > &soln_dof_indices, dealii::Vector< real > &local_rhs_cell, const dealii::FEValues< dim, dim > &, const bool compute_dRdW, const bool compute_dRdX, const bool compute_d2R) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
assemble_volume_term_explicit(typename dealii::DoFHandler< dim >::active_cell_iterator cell, const dealii::types::global_dof_index current_cell_index, const dealii::FEValues< dim, dim > &fe_values_volume, const std::vector< dealii::types::global_dof_index > ¤t_dofs_indices, const std::vector< dealii::types::global_dof_index > &metric_dof_indices, const unsigned int poly_degree, const unsigned int grid_degree, dealii::Vector< real > ¤t_cell_rhs, const dealii::FEValues< dim, dim > &fe_values_lagrange) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | privatevirtual |
auxiliary_right_hand_side | PHiLiP::DGBase< dim, real, MeshType > | |
auxiliary_solution | PHiLiP::DGBase< dim, real, MeshType > | |
cell_volume | PHiLiP::DGBase< dim, real, MeshType > | |
conv_num_flux_double | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
conv_num_flux_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
conv_num_flux_fad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
conv_num_flux_rad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
conv_num_flux_rad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
coordinates_of_highest_refined_cell(bool check_for_p_refined_cell=false) | PHiLiP::DGBase< dim, real, MeshType > | |
current_time | PHiLiP::DGBase< dim, real, MeshType > | protected |
d2RdWdW | PHiLiP::DGBase< dim, real, MeshType > | |
d2RdWdX | PHiLiP::DGBase< dim, real, MeshType > | |
d2RdXdX | PHiLiP::DGBase< dim, real, MeshType > | |
DGBase(const int nstate_input, const Parameters::AllParameters *const parameters_input, const unsigned int degree, const unsigned int max_degree_input, const unsigned int grid_degree_input, const std::shared_ptr< Triangulation > triangulation_input) | PHiLiP::DGBase< dim, real, MeshType > | |
DGBase(const int nstate_input, const Parameters::AllParameters *const parameters_input, const unsigned int degree, const unsigned int max_degree_input, const unsigned int grid_degree_input, const std::shared_ptr< Triangulation > triangulation_input, const MassiveCollectionTuple collection_tuple) | PHiLiP::DGBase< dim, real, MeshType > | |
DGBaseState(const Parameters::AllParameters *const parameters_input, const unsigned int degree, const unsigned int max_degree_input, const unsigned int grid_degree_input, const std::shared_ptr< Triangulation > triangulation_input) | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
DGWeak(const Parameters::AllParameters *const parameters_input, const unsigned int degree, const unsigned int max_degree_input, const unsigned int grid_degree_input, const std::shared_ptr< Triangulation > triangulation_input) | PHiLiP::DGWeak< dim, nstate, real, MeshType > | |
discontinuity_sensor(const dealii::Quadrature< dim > &volume_quadrature, const std::vector< real2 > &soln_coeff_high, const dealii::FiniteElement< dim, dim > &fe_high, const std::vector< real2 > &jac_det) | PHiLiP::DGBase< dim, real, MeshType > | |
diss_num_flux_double | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
diss_num_flux_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
diss_num_flux_fad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
diss_num_flux_rad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
diss_num_flux_rad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
dof_handler | PHiLiP::DGBase< dim, real, MeshType > | |
dof_handler_artificial_dissipation | PHiLiP::DGBase< dim, real, MeshType > | protected |
dRdXv | PHiLiP::DGBase< dim, real, MeshType > | |
dual | PHiLiP::DGBase< dim, real, MeshType > | |
epetra_rowmatrixtransposer_dRdW | PHiLiP::DGBase< dim, real, MeshType > | |
evaluate_CFL(std::vector< std::array< real, nstate > > soln_at_q, const real artificial_dissipation, const real cell_diameter, const unsigned int cell_degree) | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | protected |
evaluate_local_metric_dependent_mass_matrix_and_set_in_global_mass_matrix(const bool Cartesian_element, const bool do_inverse_mass_matrix, const unsigned int poly_degree, const unsigned int curr_grid_degree, const unsigned int n_quad_pts, const unsigned int n_dofs_cell, const std::vector< dealii::types::global_dof_index > dofs_indices, OPERATOR::metric_operators< real, dim, 2 *dim > &metric_oper, OPERATOR::basis_functions< dim, 2 *dim, real > &basis, OPERATOR::local_mass< dim, 2 *dim, real > &reference_mass_matrix, OPERATOR::local_Flux_Reconstruction_operator< dim, 2 *dim, real > &reference_FR, OPERATOR::local_Flux_Reconstruction_operator_aux< dim, 2 *dim, real > &reference_FR_aux, OPERATOR::derivative_p< dim, 2 *dim, real > &deriv_p) | PHiLiP::DGBase< dim, real, MeshType > | |
evaluate_mass_matrices(bool do_inverse_mass_matrix=false) | PHiLiP::DGBase< dim, real, MeshType > | |
evaluate_time_steps(const bool exact_time_stepping) | PHiLiP::DGBase< dim, real, MeshType > | |
face_quadrature_collection | PHiLiP::DGBase< dim, real, MeshType > | |
face_update_flags | PHiLiP::DGBase< dim, real, MeshType > | protected |
fe_collection | PHiLiP::DGBase< dim, real, MeshType > | |
fe_collection_lagrange | PHiLiP::DGBase< dim, real, MeshType > | |
fe_q_artificial_dissipation | PHiLiP::DGBase< dim, real, MeshType > | protected |
freeze_artificial_dissipation | PHiLiP::DGBase< dim, real, MeshType > | |
get_d2RdWdW_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_d2RdWdX_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_d2RdWdXs_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_d2RdXdX_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_d2RdXsdXs_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_dRdW_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_dRdX_finite_differences(dealii::SparsityPattern dRdX_sparsity_pattern) | PHiLiP::DGBase< dim, real, MeshType > | |
get_dRdX_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_dRdXs_sparsity_pattern() | PHiLiP::DGBase< dim, real, MeshType > | |
get_max_fe_degree() | PHiLiP::DGBase< dim, real, MeshType > | |
get_min_fe_degree() | PHiLiP::DGBase< dim, real, MeshType > | |
get_residual_l2norm() const | PHiLiP::DGBase< dim, real, MeshType > | |
get_residual_linfnorm() const | PHiLiP::DGBase< dim, real, MeshType > | |
ghost_dofs | PHiLiP::DGBase< dim, real, MeshType > | |
ghost_dofs_grid | PHiLiP::DGBase< dim, real, MeshType > | |
global_inverse_mass_matrix | PHiLiP::DGBase< dim, real, MeshType > | |
global_inverse_mass_matrix_auxiliary | PHiLiP::DGBase< dim, real, MeshType > | |
global_mass_matrix | PHiLiP::DGBase< dim, real, MeshType > | |
global_mass_matrix_auxiliary | PHiLiP::DGBase< dim, real, MeshType > | |
high_order_grid | PHiLiP::DGBase< dim, real, MeshType > | |
initial_degree | PHiLiP::DGBase< dim, real, MeshType > | |
initialize_manufactured_solution() | PHiLiP::DGBase< dim, real, MeshType > | |
locally_owned_dofs | PHiLiP::DGBase< dim, real, MeshType > | |
locally_owned_dofs_grid | PHiLiP::DGBase< dim, real, MeshType > | |
locally_relevant_dofs | PHiLiP::DGBase< dim, real, MeshType > | |
locally_relevant_dofs_grid | PHiLiP::DGBase< dim, real, MeshType > | |
mass_sparsity_pattern | PHiLiP::DGBase< dim, real, MeshType > | |
MassiveCollectionTuple typedef | PHiLiP::DGBase< dim, real, MeshType > | |
max_artificial_dissipation_coeff | PHiLiP::DGBase< dim, real, MeshType > | |
max_degree | PHiLiP::DGBase< dim, real, MeshType > | |
max_dt_cell | PHiLiP::DGBase< dim, real, MeshType > | |
max_grid_degree | PHiLiP::DGBase< dim, real, MeshType > | |
mpi_communicator | PHiLiP::DGBase< dim, real, MeshType > | protected |
n_dofs() const | PHiLiP::DGBase< dim, real, MeshType > | |
neighbor_face_update_flags | PHiLiP::DGBase< dim, real, MeshType > | protected |
nstate | PHiLiP::DGBase< dim, real, MeshType > | |
oneD_face_quadrature | PHiLiP::DGBase< dim, real, MeshType > | |
oneD_fe_collection | PHiLiP::DGBase< dim, real, MeshType > | |
oneD_fe_collection_1state | PHiLiP::DGBase< dim, real, MeshType > | |
oneD_fe_collection_flux | PHiLiP::DGBase< dim, real, MeshType > | |
oneD_quadrature_collection | PHiLiP::DGBase< dim, real, MeshType > | |
output_face_results_vtk(const unsigned int cycle, const double current_time=0.0) | PHiLiP::DGBase< dim, real, MeshType > | |
output_results_vtk(const unsigned int cycle, const double current_time=0.0) | PHiLiP::DGBase< dim, real, MeshType > | |
pcout | PHiLiP::DGBase< dim, real, MeshType > | protected |
pde_model_double | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_model_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_model_fad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_model_rad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_model_rad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_physics_double | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_physics_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_physics_fad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_physics_rad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
pde_physics_rad_fad | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
reduced_mesh_weights (defined in PHiLiP::DGBase< dim, real, MeshType >) | PHiLiP::DGBase< dim, real, MeshType > | |
reinit() | PHiLiP::DGBase< dim, real, MeshType > | |
reinit_operators_for_cell_residual_loop(const unsigned int poly_degree_int, const unsigned int poly_degree_ext, const unsigned int grid_degree, OPERATOR::basis_functions< dim, 2 *dim, real > &soln_basis_int, OPERATOR::basis_functions< dim, 2 *dim, real > &soln_basis_ext, OPERATOR::basis_functions< dim, 2 *dim, real > &flux_basis_int, OPERATOR::basis_functions< dim, 2 *dim, real > &flux_basis_ext, OPERATOR::local_basis_stiffness< dim, 2 *dim, real > &flux_basis_stiffness, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &soln_basis_projection_oper_int, OPERATOR::vol_projection_operator< dim, 2 *dim, real > &soln_basis_projection_oper_ext, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &mapping_basis) | PHiLiP::DGBase< dim, real, MeshType > | |
reinit_operators_for_mass_matrix(const bool Cartesian_element, const unsigned int poly_degree, const unsigned int grid_degree, OPERATOR::mapping_shape_functions< dim, 2 *dim, real > &mapping_basis, OPERATOR::basis_functions< dim, 2 *dim, real > &basis, OPERATOR::local_mass< dim, 2 *dim, real > &reference_mass_matrix, OPERATOR::local_Flux_Reconstruction_operator< dim, 2 *dim, real > &reference_FR, OPERATOR::local_Flux_Reconstruction_operator_aux< dim, 2 *dim, real > &reference_FR_aux, OPERATOR::derivative_p< dim, 2 *dim, real > &deriv_p) | PHiLiP::DGBase< dim, real, MeshType > | |
reset_numerical_fluxes() | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | protected |
right_hand_side | PHiLiP::DGBase< dim, real, MeshType > | |
set_all_cells_fe_degree(const unsigned int degree) | PHiLiP::DGBase< dim, real, MeshType > | |
set_anisotropic_flags() | PHiLiP::DGBase< dim, real, MeshType > | |
set_current_time(const real current_time_input) | PHiLiP::DGBase< dim, real, MeshType > | |
set_dual(const dealii::LinearAlgebra::distributed::Vector< real > &dual_input) | PHiLiP::DGBase< dim, real, MeshType > | |
set_high_order_grid(std::shared_ptr< HighOrderGrid< dim, real, MeshType >> new_high_order_grid) | PHiLiP::DGBase< dim, real, MeshType > | |
set_physics(std::shared_ptr< Physics::PhysicsBase< dim, nstate, real > > pde_physics_double_input, std::shared_ptr< Physics::PhysicsBase< dim, nstate, FadType > > pde_physics_fad_input, std::shared_ptr< Physics::PhysicsBase< dim, nstate, RadType > > pde_physics_rad_input, std::shared_ptr< Physics::PhysicsBase< dim, nstate, FadFadType > > pde_physics_fad_fad_input, std::shared_ptr< Physics::PhysicsBase< dim, nstate, RadFadType > > pde_physics_rad_fad_input) | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | |
set_use_auxiliary_eq() | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | virtual |
solution | PHiLiP::DGBase< dim, real, MeshType > | |
sparsity_pattern | PHiLiP::DGBase< dim, real, MeshType > | |
system_matrix | PHiLiP::DGBase< dim, real, MeshType > | |
system_matrix_transpose | PHiLiP::DGBase< dim, real, MeshType > | |
time_scale_solution_update(dealii::LinearAlgebra::distributed::Vector< double > &solution_update, const real CFL) const | PHiLiP::DGBase< dim, real, MeshType > | |
time_scaled_global_mass_matrix | PHiLiP::DGBase< dim, real, MeshType > | |
time_scaled_mass_matrices(const real scale) | PHiLiP::DGBase< dim, real, MeshType > | |
triangulation | PHiLiP::DGBase< dim, real, MeshType > | |
Triangulation typedef | PHiLiP::DGWeak< dim, nstate, real, MeshType > | protected |
update_artificial_diss (defined in PHiLiP::DGBase< dim, real, MeshType >) | PHiLiP::DGBase< dim, real, MeshType > | |
update_artificial_dissipation_discontinuity_sensor() | PHiLiP::DGBase< dim, real, MeshType > | |
update_model_variables() | PHiLiP::DGBaseState< dim, nstate, real, MeshType > | virtual |
use_auxiliary_eq | PHiLiP::DGBase< dim, real, MeshType > | |
volume_quadrature_collection | PHiLiP::DGBase< dim, real, MeshType > | |
volume_update_flags | PHiLiP::DGBase< dim, real, MeshType > | protected |
~DGBase()=default | PHiLiP::DGBase< dim, real, MeshType > | virtual |