| _communicator | libMesh::ParallelObject | protected |
| libMesh::_counts | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_counts | libMesh::ReferenceCounter | protectedstatic |
| libMesh::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
| libMesh::_mutex | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_mutex | libMesh::ReferenceCounter | protectedstatic |
| libMesh::_n_objects | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_n_objects | libMesh::ReferenceCounter | protectedstatic |
| _normalize_solution_snapshots | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| activate() | libMesh::System | inline |
| active() const | libMesh::System | inline |
| add_adjoint_rhs(unsigned int i=0) | libMesh::System | |
| add_adjoint_solution(unsigned int i=0) | libMesh::System | |
| add_matrices() override | libMesh::CondensedEigenSystem | protectedvirtual |
| add_matrix(std::string_view mat_name, ParallelType type=PARALLEL, MatrixBuildType mat_build_type=MatrixBuildType::AUTOMATIC) | libMesh::System | |
| add_matrix(std::string_view mat_name, ParallelType=PARALLEL) | libMesh::System | inline |
| add_matrix(std::string_view mat_name, std::unique_ptr< SparseMatrix< Number >> matrix, ParallelType type=PARALLEL) | libMesh::System | |
| add_scaled_symm_Aq(unsigned int q_a, Number scalar) | libMesh::RBSCMConstruction | protectedvirtual |
| add_sensitivity_rhs(unsigned int i=0) | libMesh::System | |
| add_sensitivity_solution(unsigned int i=0) | libMesh::System | |
| add_variable(std::string_view var, const FEType &type, const std::set< subdomain_id_type > *const active_subdomains=nullptr) | libMesh::System | |
| add_variable(std::string_view var, const Order order=FIRST, const FEFamily=LAGRANGE, const std::set< subdomain_id_type > *const active_subdomains=nullptr) | libMesh::System | |
| add_variable_array(const std::vector< std::string > &vars, const FEType &type, const std::set< subdomain_id_type > *const active_subdomains=nullptr) | libMesh::System | |
| add_variables(const std::vector< std::string > &vars, const FEType &type, const std::set< subdomain_id_type > *const active_subdomains=nullptr) | libMesh::System | |
| add_variables(const std::vector< std::string > &vars, const Order order=FIRST, const FEFamily=LAGRANGE, const std::set< subdomain_id_type > *const active_subdomains=nullptr) | libMesh::System | |
| add_vector(std::string_view vec_name, const bool projections=true, const ParallelType type=PARALLEL) | libMesh::System | |
| add_weighted_sensitivity_adjoint_solution(unsigned int i=0) | libMesh::System | |
| add_weighted_sensitivity_solution() | libMesh::System | |
| adjoint_qoi_parameter_sensitivity(const QoISet &qoi_indices, const ParameterVector ¶meters, SensitivityData &sensitivities) | libMesh::System | inlinevirtual |
| adjoint_solve(const QoISet &qoi_indices=QoISet()) | libMesh::System | inlinevirtual |
| Aq_inner_product(unsigned int q, const NumericVector< Number > &v, const NumericVector< Number > &w) | libMesh::RBSCMConstruction | protected |
| assemble() | libMesh::System | virtual |
| assemble_before_solve | libMesh::System | |
| assemble_qoi(const QoISet &qoi_indices=QoISet()) | libMesh::System | virtual |
| assemble_qoi_derivative(const QoISet &qoi_indices=QoISet(), bool include_liftfunc=true, bool apply_constraints=true) | libMesh::System | virtual |
| assemble_residual_derivatives(const ParameterVector ¶meters) | libMesh::System | inlinevirtual |
| attach_assemble_function(void fptr(EquationSystems &es, const std::string &name)) | libMesh::System | |
| attach_assemble_object(Assembly &assemble) | libMesh::System | |
| attach_constraint_function(void fptr(EquationSystems &es, const std::string &name)) | libMesh::System | |
| attach_constraint_object(Constraint &constrain) | libMesh::System | |
| attach_deflation_space() | libMesh::RBSCMConstruction | inlinevirtual |
| attach_init_function(void fptr(EquationSystems &es, const std::string &name)) | libMesh::System | |
| attach_init_object(Initialization &init) | libMesh::System | |
| attach_QOI_derivative(void fptr(EquationSystems &es, const std::string &name, const QoISet &qoi_indices, bool include_liftfunc, bool apply_constraints)) | libMesh::System | |
| attach_QOI_derivative_object(QOIDerivative &qoi_derivative) | libMesh::System | |
| attach_QOI_function(void fptr(EquationSystems &es, const std::string &name, const QoISet &qoi_indices)) | libMesh::System | |
| attach_QOI_object(QOI &qoi) | libMesh::System | |
| B_inner_product(const NumericVector< Number > &v, const NumericVector< Number > &w) const | libMesh::RBSCMConstruction | protected |
| boundary_project_solution(const std::set< boundary_id_type > &b, const std::vector< unsigned int > &variables, FunctionBase< Number > *f, FunctionBase< Gradient > *g=nullptr) | libMesh::System | |
| boundary_project_solution(const std::set< boundary_id_type > &b, const std::vector< unsigned int > &variables, ValueFunctionPointer fptr, GradientFunctionPointer gptr, const Parameters ¶meters) | libMesh::System | |
| boundary_project_vector(const std::set< boundary_id_type > &b, const std::vector< unsigned int > &variables, NumericVector< Number > &new_vector, FunctionBase< Number > *f, FunctionBase< Gradient > *g=nullptr, int is_adjoint=-1) const | libMesh::System | |
| boundary_project_vector(const std::set< boundary_id_type > &b, const std::vector< unsigned int > &variables, ValueFunctionPointer fptr, GradientFunctionPointer gptr, const Parameters ¶meters, NumericVector< Number > &new_vector, int is_adjoint=-1) const | libMesh::System | |
| broadcast_parameters(const unsigned int proc_id) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| calculate_norm(const NumericVector< Number > &v, unsigned int var, FEMNormType norm_type, std::set< unsigned int > *skip_dimensions=nullptr) const | libMesh::System | |
| calculate_norm(const NumericVector< Number > &v, const SystemNorm &norm, std::set< unsigned int > *skip_dimensions=nullptr) const | libMesh::System | |
| can_add_matrices() const | libMesh::System | inlineprotected |
| clear() override | libMesh::RBSCMConstruction | virtual |
| comm() const | libMesh::ParallelObject | inline |
| compare(const System &other_system, const Real threshold, const bool verbose) const | libMesh::System | virtual |
| compute_SCM_bounding_box() | libMesh::RBSCMConstruction | protectedvirtual |
| compute_SCM_bounds_on_training_set() | libMesh::RBSCMConstruction | protectedvirtual |
| condensed_matrix_A | libMesh::CondensedEigenSystem | |
| condensed_matrix_B | libMesh::CondensedEigenSystem | |
| CondensedEigenSystem(EquationSystems &es, const std::string &name_in, const unsigned int number_in) | libMesh::CondensedEigenSystem | |
| CondensedEigenSystem(const CondensedEigenSystem &)=delete | libMesh::CondensedEigenSystem | |
| CondensedEigenSystem(CondensedEigenSystem &&)=default | libMesh::CondensedEigenSystem | |
| const_matrices_iterator typedef | libMesh::System | |
| const_vectors_iterator typedef | libMesh::System | |
| copy_sub_to_super(const NumericVector< Number > &sub, NumericVector< Number > &super) | libMesh::CondensedEigenSystem | |
| copy_super_to_sub(NumericVector< Number > &super, NumericVector< Number > &sub) | libMesh::CondensedEigenSystem | |
| copy_super_to_sub(const SparseMatrix< Number > &super, SparseMatrix< Number > &sub) | libMesh::CondensedEigenSystem | |
| libMesh::Counts typedef | libMesh::ReferenceCounter | protected |
| libMesh::RBParametrized::Counts typedef | libMesh::ReferenceCounter | protected |
| create_static_condensation() | libMesh::System | virtual |
| current_local_solution | libMesh::System | |
| current_solution(const dof_id_type global_dof_number) const | libMesh::System | |
| deactivate() | libMesh::System | inline |
| disable_cache() | libMesh::System | inlinevirtual |
| libMesh::disable_print_counter_info() | libMesh::ReferenceCounter | static |
| libMesh::RBParametrized::disable_print_counter_info() | libMesh::ReferenceCounter | static |
| dont_create_submatrices_in_solve() | libMesh::CondensedEigenSystem | inline |
| eigen_solver | libMesh::EigenSystem | |
| EigenSystem(EquationSystems &es, const std::string &name_in, const unsigned int number_in) | libMesh::EigenSystem | |
| EigenSystem(const EigenSystem &)=delete | libMesh::EigenSystem | |
| EigenSystem(EigenSystem &&)=default | libMesh::EigenSystem | |
| libMesh::enable_print_counter_info() | libMesh::ReferenceCounter | static |
| libMesh::RBParametrized::enable_print_counter_info() | libMesh::ReferenceCounter | static |
| enrich_C_J(unsigned int new_C_J_index) | libMesh::RBSCMConstruction | protectedvirtual |
| evaluate_stability_constant() | libMesh::RBSCMConstruction | protectedvirtual |
| extra_quadrature_order | libMesh::System | |
| forward_qoi_parameter_sensitivity(const QoISet &qoi_indices, const ParameterVector ¶meters, SensitivityData &sensitivities) | libMesh::System | inlinevirtual |
| generalized() const | libMesh::EigenSystem | |
| generate_training_parameters_deterministic(const Parallel::Communicator &communicator, const std::map< std::string, bool > &log_param_scale, std::map< std::string, std::vector< RBParameter >> &local_training_parameters_in, const unsigned int n_global_training_samples_in, const RBParameters &min_parameters, const RBParameters &max_parameters, const bool serial_training_set=false) | libMesh::RBConstructionBase< CondensedEigenSystem > | static |
| generate_training_parameters_random(const Parallel::Communicator &communicator, const std::map< std::string, bool > &log_param_scale, std::map< std::string, std::vector< RBParameter >> &local_training_parameters_in, const unsigned int n_global_training_samples_in, const RBParameters &min_parameters, const RBParameters &max_parameters, const int training_parameters_random_seed=-1, const bool serial_training_set=false) | libMesh::RBConstructionBase< CondensedEigenSystem > | static |
| get_adjoint_rhs(unsigned int i=0) | libMesh::System | |
| get_adjoint_rhs(unsigned int i=0) const | libMesh::System | |
| get_adjoint_solution(unsigned int i=0) | libMesh::System | |
| get_adjoint_solution(unsigned int i=0) const | libMesh::System | |
| get_all_variable_numbers(std::vector< unsigned int > &all_variable_numbers) const | libMesh::System | |
| get_closest_value(Real value, const std::vector< Real > &list_of_values) | libMesh::RBParametrized | static |
| get_condensed_matrix_A() | libMesh::CondensedEigenSystem | |
| get_condensed_matrix_B() | libMesh::CondensedEigenSystem | |
| get_condensed_precond_matrix() | libMesh::CondensedEigenSystem | |
| get_constraint_object() | libMesh::System | |
| get_deterministic_training_parameter_name() const | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| get_discrete_parameter_values() const | libMesh::RBParametrized | |
| get_dof_map() const | libMesh::System | inline |
| get_dof_map() | libMesh::System | inline |
| get_eigen_solver() const | libMesh::EigenSystem | |
| get_eigen_solver() | libMesh::EigenSystem | |
| get_eigenpair(dof_id_type i) override | libMesh::CondensedEigenSystem | virtual |
| get_eigenproblem_type() const | libMesh::EigenSystem | inline |
| get_eigenvalue(dof_id_type i) | libMesh::EigenSystem | virtual |
| get_equation_systems() const | libMesh::System | inline |
| get_equation_systems() | libMesh::System | inline |
| get_first_local_training_index() const | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| get_global_max_error_pair(const Parallel::Communicator &communicator, std::pair< numeric_index_type, Real > &error_pair) | libMesh::RBConstructionBase< CondensedEigenSystem > | protectedstatic |
| get_info() const | libMesh::System | |
| libMesh::ReferenceCountedObject< System >::get_info() | libMesh::ReferenceCounter | static |
| libMesh::RBParametrized::get_info() | libMesh::ReferenceCounter | static |
| get_last_local_training_index() const | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| get_local_n_training_samples() const | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| get_matrix(std::string_view mat_name) const | libMesh::System | |
| get_matrix(std::string_view mat_name) | libMesh::System | |
| get_matrix_A() const | libMesh::EigenSystem | |
| get_matrix_A() | libMesh::EigenSystem | |
| get_matrix_B() const | libMesh::EigenSystem | |
| get_matrix_B() | libMesh::EigenSystem | |
| get_mesh() const | libMesh::System | inline |
| get_mesh() | libMesh::System | inline |
| get_n_continuous_params() const | libMesh::RBParametrized | |
| get_n_converged() const | libMesh::EigenSystem | inline |
| get_n_discrete_params() const | libMesh::RBParametrized | |
| get_n_iterations() const | libMesh::EigenSystem | inline |
| get_n_params() const | libMesh::RBParametrized | |
| get_n_training_samples() const | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| get_parameter_max(const std::string ¶m_name) const | libMesh::RBParametrized | |
| get_parameter_min(const std::string ¶m_name) const | libMesh::RBParametrized | |
| get_parameter_names() const | libMesh::RBParametrized | |
| get_parameters() const | libMesh::RBParametrized | |
| get_parameters_max() const | libMesh::RBParametrized | |
| get_parameters_min() const | libMesh::RBParametrized | |
| get_params_from_training_set(unsigned int global_index) | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| get_precond_matrix() const | libMesh::EigenSystem | |
| get_precond_matrix() | libMesh::EigenSystem | |
| get_project_with_constraints() | libMesh::System | inline |
| get_qoi_error_estimate_value(unsigned int qoi_index) const | libMesh::System | |
| get_qoi_value(unsigned int qoi_index) const | libMesh::System | |
| get_qoi_values() const | libMesh::System | |
| get_rb_scm_evaluation() | libMesh::RBSCMConstruction | |
| get_rb_theta_expansion() | libMesh::RBSCMConstruction | |
| get_SCM_training_tolerance() const | libMesh::RBSCMConstruction | inline |
| get_sensitivity_rhs(unsigned int i=0) | libMesh::System | |
| get_sensitivity_rhs(unsigned int i=0) const | libMesh::System | |
| get_sensitivity_solution(unsigned int i=0) | libMesh::System | |
| get_sensitivity_solution(unsigned int i=0) const | libMesh::System | |
| get_shell_matrix_A() const | libMesh::EigenSystem | |
| get_shell_matrix_A() | libMesh::EigenSystem | |
| get_shell_matrix_B() const | libMesh::EigenSystem | |
| get_shell_matrix_B() | libMesh::EigenSystem | |
| get_shell_precond_matrix() const | libMesh::EigenSystem | |
| get_shell_precond_matrix() | libMesh::EigenSystem | |
| get_vector(std::string_view vec_name) const | libMesh::System | |
| get_vector(std::string_view vec_name) | libMesh::System | |
| get_vector(const unsigned int vec_num) const | libMesh::System | |
| get_vector(const unsigned int vec_num) | libMesh::System | |
| get_weighted_sensitivity_adjoint_solution(unsigned int i=0) | libMesh::System | |
| get_weighted_sensitivity_adjoint_solution(unsigned int i=0) const | libMesh::System | |
| get_weighted_sensitivity_solution() | libMesh::System | |
| get_weighted_sensitivity_solution() const | libMesh::System | |
| GradientFunctionPointer typedef | libMesh::System | |
| has_condensed_matrix_A() const | libMesh::CondensedEigenSystem | inline |
| has_condensed_matrix_B() const | libMesh::CondensedEigenSystem | inline |
| has_condensed_precond_matrix() const | libMesh::CondensedEigenSystem | inline |
| has_constraint_object() const | libMesh::System | |
| has_matrix_A() const | libMesh::EigenSystem | |
| has_matrix_B() const | libMesh::EigenSystem | |
| has_precond_matrix() const | libMesh::EigenSystem | |
| has_shell_matrix_A() const | libMesh::EigenSystem | |
| has_shell_matrix_B() const | libMesh::EigenSystem | |
| has_shell_precond_matrix() const | libMesh::EigenSystem | |
| has_static_condensation() const | libMesh::System | |
| has_variable(std::string_view var) const | libMesh::System | |
| have_condensed_dofs() const | libMesh::CondensedEigenSystem | inline |
| have_matrix(std::string_view mat_name) const | libMesh::System | inline |
| have_vector(std::string_view vec_name) const | libMesh::System | inline |
| hide_output() | libMesh::System | inline |
| identify_variable_groups() const | libMesh::System | |
| identify_variable_groups(const bool) | libMesh::System | |
| libMesh::increment_constructor_count(const std::string &name) noexcept | libMesh::ReferenceCounter | inlineprotected |
| libMesh::RBParametrized::increment_constructor_count(const std::string &name) noexcept | libMesh::ReferenceCounter | inlineprotected |
| libMesh::increment_destructor_count(const std::string &name) noexcept | libMesh::ReferenceCounter | inlineprotected |
| libMesh::RBParametrized::increment_destructor_count(const std::string &name) noexcept | libMesh::ReferenceCounter | inlineprotected |
| init() | libMesh::System | |
| init_data() | libMesh::RBConstructionBase< CondensedEigenSystem > | protectedvirtual |
| init_matrices() override | libMesh::EigenSystem | protectedvirtual |
| init_qois(unsigned int n_qois) | libMesh::System | |
| initialize_condensed_dofs(const std::set< dof_id_type > &global_condensed_dofs_set=std::set< dof_id_type >()) | libMesh::CondensedEigenSystem | |
| initialize_condensed_matrices() | libMesh::CondensedEigenSystem | |
| initialize_parameters(const RBParameters &mu_min_in, const RBParameters &mu_max_in, const std::map< std::string, std::vector< Real >> &discrete_parameter_values) | libMesh::RBParametrized | |
| initialize_parameters(const RBParametrized &rb_parametrized) | libMesh::RBParametrized | |
| initialize_training_parameters(const RBParameters &mu_min, const RBParameters &mu_max, const unsigned int n_global_training_samples, const std::map< std::string, bool > &log_param_scale, const bool deterministic=true) | libMesh::RBConstructionBase< CondensedEigenSystem > | virtual |
| inner_product_storage_vector | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| is_adjoint_already_solved() const | libMesh::System | inline |
| is_discrete_parameter(const std::string &mu_name) const | libMesh::RBParametrized | |
| is_initialized() const | libMesh::System | inline |
| is_quiet() const | libMesh::RBConstructionBase< CondensedEigenSystem > | inline |
| load_matrix_B() | libMesh::RBSCMConstruction | protectedvirtual |
| load_training_set(const std::map< std::string, std::vector< RBParameter >> &new_training_set) | libMesh::RBConstructionBase< CondensedEigenSystem > | virtual |
| local_dof_indices(const unsigned int var, std::set< dof_id_type > &var_indices) const | libMesh::System | |
| local_non_condensed_dofs_vector | libMesh::CondensedEigenSystem | |
| matrices_begin() | libMesh::System | inline |
| matrices_begin() const | libMesh::System | inline |
| matrices_end() | libMesh::System | inline |
| matrices_end() const | libMesh::System | inline |
| matrices_iterator typedef | libMesh::System | |
| matrix_A | libMesh::EigenSystem | |
| matrix_B | libMesh::EigenSystem | |
| n_active_dofs() const | libMesh::System | inline |
| n_components() const | libMesh::System | |
| n_constrained_dofs() const | libMesh::System | |
| n_dofs() const | libMesh::System | |
| n_global_non_condensed_dofs() const | libMesh::CondensedEigenSystem | |
| n_local_constrained_dofs() const | libMesh::System | |
| n_local_dofs() const | libMesh::System | |
| n_matrices() const | libMesh::System | inline |
| libMesh::n_objects() | libMesh::ReferenceCounter | inlinestatic |
| libMesh::RBParametrized::n_objects() | libMesh::ReferenceCounter | inlinestatic |
| n_processors() const | libMesh::ParallelObject | inline |
| n_qois() const | libMesh::System | inline |
| n_variable_groups() const | libMesh::System | |
| n_vars() const | libMesh::System | |
| n_vectors() const | libMesh::System | inline |
| name() const | libMesh::System | inline |
| number() const | libMesh::System | inline |
| operator=(const RBSCMConstruction &)=delete | libMesh::RBSCMConstruction | |
| operator=(RBSCMConstruction &&)=delete | libMesh::RBSCMConstruction | |
| RBConstructionBase< CondensedEigenSystem >::operator=(RBConstructionBase &&)=delete | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| RBConstructionBase< CondensedEigenSystem >::operator=(const RBConstructionBase &)=delete | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::CondensedEigenSystem::operator=(const CondensedEigenSystem &)=delete | libMesh::CondensedEigenSystem | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::CondensedEigenSystem::operator=(CondensedEigenSystem &&)=delete | libMesh::CondensedEigenSystem | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::EigenSystem::operator=(const EigenSystem &)=delete | libMesh::EigenSystem | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::EigenSystem::operator=(EigenSystem &&)=delete | libMesh::EigenSystem | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::System::operator=(const System &)=delete | libMesh::System | |
| RBConstructionBase< CondensedEigenSystem >::libMesh::System::operator=(System &&)=delete | libMesh::System | |
| RBConstructionBase< CondensedEigenSystem >::ReferenceCountedObject< System >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< System > | inlineprotected |
| RBConstructionBase< CondensedEigenSystem >::libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | inline |
| libMesh::RBParametrized::operator=(RBParametrized &&)=default | libMesh::RBParametrized | |
| libMesh::RBParametrized::operator=(const RBParametrized &)=default | libMesh::RBParametrized | |
| ReferenceCountedObject< RBParametrized >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< RBParametrized > | inlineprotected |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | inline |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | inline |
| libMesh::parameters | libMesh::System | |
| Parent typedef | libMesh::RBSCMConstruction | |
| perform_SCM_greedy() | libMesh::RBSCMConstruction | virtual |
| point_gradient(unsigned int var, const Point &p, const bool insist_on_success=true, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_gradient(unsigned int var, const Point &p, const Elem &e, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_gradient(unsigned int var, const Point &p, const Elem *e) const | libMesh::System | |
| point_gradient(unsigned int var, const Point &p, const NumericVector< Number > *sol) const | libMesh::System | |
| point_hessian(unsigned int var, const Point &p, const bool insist_on_success=true, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_hessian(unsigned int var, const Point &p, const Elem &e, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_hessian(unsigned int var, const Point &p, const Elem *e) const | libMesh::System | |
| point_hessian(unsigned int var, const Point &p, const NumericVector< Number > *sol) const | libMesh::System | |
| point_value(unsigned int var, const Point &p, const bool insist_on_success=true, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_value(unsigned int var, const Point &p, const Elem &e, const NumericVector< Number > *sol=nullptr) const | libMesh::System | |
| point_value(unsigned int var, const Point &p, const Elem *e) const | libMesh::System | |
| point_value(unsigned int var, const Point &p, const NumericVector< Number > *sol) const | libMesh::System | |
| precond_matrix | libMesh::EigenSystem | |
| prefer_hash_table_matrix_assembly(bool preference) | libMesh::System | inline |
| prefix() const | libMesh::System | inline |
| prefix_with_name(bool value) | libMesh::System | inline |
| prefix_with_name() const | libMesh::System | inline |
| print_discrete_parameter_values() const | libMesh::RBParametrized | |
| print_info() | libMesh::RBSCMConstruction | virtual |
| RBConstructionBase< CondensedEigenSystem >::print_info(std::ostream &out_stream=libMesh::out) | libMesh::ReferenceCounter | static |
| RBConstructionBase< CondensedEigenSystem >::print_info(std::ostream &out_stream=libMesh::out) | libMesh::ReferenceCounter | static |
| print_parameters() const | libMesh::RBParametrized | |
| process_parameters_file(const std::string ¶meters_filename) | libMesh::RBSCMConstruction | virtual |
| processor_id() const | libMesh::ParallelObject | inline |
| project_solution(FunctionBase< Number > *f, FunctionBase< Gradient > *g=nullptr) const | libMesh::System | |
| project_solution(FEMFunctionBase< Number > *f, FEMFunctionBase< Gradient > *g=nullptr) const | libMesh::System | |
| project_solution(ValueFunctionPointer fptr, GradientFunctionPointer gptr, const Parameters ¶meters) const | libMesh::System | |
| project_solution_on_reinit(void) | libMesh::System | inline |
| project_vector(NumericVector< Number > &new_vector, FunctionBase< Number > *f, FunctionBase< Gradient > *g=nullptr, int is_adjoint=-1) const | libMesh::System | |
| project_vector(NumericVector< Number > &new_vector, FEMFunctionBase< Number > *f, FEMFunctionBase< Gradient > *g=nullptr, int is_adjoint=-1) const | libMesh::System | |
| project_vector(ValueFunctionPointer fptr, GradientFunctionPointer gptr, const Parameters ¶meters, NumericVector< Number > &new_vector, int is_adjoint=-1) const | libMesh::System | |
| project_vector(NumericVector< Number > &, int is_adjoint=-1) const | libMesh::System | protected |
| project_vector(const NumericVector< Number > &, NumericVector< Number > &, int is_adjoint=-1) const | libMesh::System | protected |
| projection_matrix(SparseMatrix< Number > &proj_mat) const | libMesh::System | |
| prolong_vectors() | libMesh::System | virtual |
| qoi_parameter_hessian(const QoISet &qoi_indices, const ParameterVector ¶meters, SensitivityData &hessian) | libMesh::System | inlinevirtual |
| qoi_parameter_hessian_vector_product(const QoISet &qoi_indices, const ParameterVector ¶meters, const ParameterVector &vector, SensitivityData &product) | libMesh::System | inlinevirtual |
| qoi_parameter_sensitivity(const QoISet &qoi_indices, const ParameterVector ¶meters, SensitivityData &sensitivities) | libMesh::System | virtual |
| quiet_mode | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| rb_scm_eval | libMesh::RBSCMConstruction | private |
| RB_system_name | libMesh::RBSCMConstruction | protected |
| RBConstructionBase(EquationSystems &es, const std::string &name, const unsigned int number) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| RBConstructionBase(RBConstructionBase &&)=default | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| RBConstructionBase(const RBConstructionBase &)=delete | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| RBParametrized() | libMesh::RBParametrized | |
| RBParametrized(RBParametrized &&)=default | libMesh::RBParametrized | |
| RBParametrized(const RBParametrized &)=default | libMesh::RBParametrized | |
| RBSCMConstruction(EquationSystems &es, const std::string &name_in, const unsigned int number_in) | libMesh::RBSCMConstruction | |
| RBSCMConstruction(RBSCMConstruction &&)=default | libMesh::RBSCMConstruction | |
| RBSCMConstruction(const RBSCMConstruction &)=delete | libMesh::RBSCMConstruction | |
| re_update() | libMesh::System | virtual |
| read_header(Xdr &io, std::string_view version, const bool read_header=true, const bool read_additional_data=true, const bool read_legacy_format=false) | libMesh::System | |
| read_legacy_data(Xdr &io, const bool read_additional_data=true) | libMesh::System | |
| read_parallel_data(Xdr &io, const bool read_additional_data) | libMesh::System | |
| read_parallel_data(Xdr &io, const bool read_additional_data) | libMesh::System | inline |
| read_parameter_data_from_files(const std::string &continuous_param_file_name, const std::string &discrete_param_file_name, const bool read_binary_data) | libMesh::RBParametrized | |
| read_serialized_data(Xdr &io, const bool read_additional_data=true) | libMesh::System | |
| read_serialized_data(Xdr &io, const bool read_additional_data=true) | libMesh::System | inline |
| read_serialized_vectors(Xdr &io, const std::vector< NumericVector< Number > *> &vectors) const | libMesh::System | |
| read_serialized_vectors(Xdr &io, const std::vector< NumericVector< Number > *> &vectors) const | libMesh::System | inline |
| libMesh::ReferenceCountedObject() | libMesh::ReferenceCountedObject< System > | inlineprotected |
| libMesh::ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< System > | inlineprotected |
| libMesh::ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< System > | inlineprotected |
| libMesh::RBParametrized::ReferenceCountedObject() | libMesh::ReferenceCountedObject< RBParametrized > | inlineprotected |
| libMesh::RBParametrized::ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< RBParametrized > | inlineprotected |
| libMesh::RBParametrized::ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< RBParametrized > | inlineprotected |
| libMesh::ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
| libMesh::ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
| libMesh::ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
| libMesh::RBParametrized::ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
| libMesh::RBParametrized::ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
| libMesh::RBParametrized::ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
| reinit() override | libMesh::CondensedEigenSystem | virtual |
| reinit_constraints() | libMesh::System | virtual |
| reinit_mesh() | libMesh::System | virtual |
| remove_matrix(std::string_view mat_name) | libMesh::System | |
| remove_vector(std::string_view vec_name) | libMesh::System | |
| request_matrix(std::string_view mat_name) const | libMesh::System | |
| request_matrix(std::string_view mat_name) | libMesh::System | |
| request_vector(std::string_view vec_name) const | libMesh::System | |
| request_vector(std::string_view vec_name) | libMesh::System | |
| request_vector(const unsigned int vec_num) const | libMesh::System | |
| request_vector(const unsigned int vec_num) | libMesh::System | |
| resize_SCM_vectors() | libMesh::RBSCMConstruction | virtual |
| restrict_solve_to(const SystemSubset *subset, const SubsetSolveMode subset_solve_mode=SUBSET_ZERO) | libMesh::System | virtual |
| restrict_vectors() | libMesh::System | virtual |
| SCM_greedy_error_indicator(Real LB, Real UB) | libMesh::RBSCMConstruction | inlineprotectedvirtual |
| SCM_training_tolerance | libMesh::RBSCMConstruction | protected |
| sensitivity_solve(const ParameterVector ¶meters) | libMesh::System | inlinevirtual |
| serial_training_set | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| set_adjoint_already_solved(bool setting) | libMesh::System | inline |
| set_basic_system_only() | libMesh::System | inline |
| set_deterministic_training_parameter_name(const std::string &name) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| set_eigenproblem_type(EigenProblemType ept) | libMesh::EigenSystem | |
| set_eigensolver_properties(int) | libMesh::RBSCMConstruction | inlinevirtual |
| set_initial_space(NumericVector< Number > &initial_space_in) | libMesh::EigenSystem | |
| set_n_converged(unsigned int nconv) | libMesh::EigenSystem | inlineprotected |
| set_n_iterations(unsigned int its) | libMesh::EigenSystem | inlineprotected |
| set_normalize_solution_snapshots(bool value) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| set_parameters(const RBParameters ¶ms) | libMesh::RBParametrized | |
| set_params_from_training_set(unsigned int global_index) | libMesh::RBConstructionBase< CondensedEigenSystem > | protected |
| set_params_from_training_set_and_broadcast(unsigned int global_index) | libMesh::RBConstructionBase< CondensedEigenSystem > | protectedvirtual |
| set_project_with_constraints(bool _project_with_constraints) | libMesh::System | inline |
| set_qoi(unsigned int qoi_index, Number qoi_value) | libMesh::System | |
| set_qoi(std::vector< Number > new_qoi) | libMesh::System | |
| set_qoi_error_estimate(unsigned int qoi_index, Number qoi_error_estimate) | libMesh::System | |
| set_quiet_mode(bool quiet_mode_in) | libMesh::RBConstructionBase< CondensedEigenSystem > | inline |
| set_rb_scm_evaluation(RBSCMEvaluation &rb_scm_eval_in) | libMesh::RBSCMConstruction | |
| set_RB_system_name(const std::string &new_name) | libMesh::RBSCMConstruction | inline |
| set_SCM_training_tolerance(Real SCM_training_tolerance_in) | libMesh::RBSCMConstruction | inline |
| set_training_parameter_values(const std::string ¶m_name, const std::vector< RBParameter > &values) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| set_training_random_seed(int seed) | libMesh::RBConstructionBase< CondensedEigenSystem > | |
| set_vector_as_adjoint(const std::string &vec_name, int qoi_num) | libMesh::System | |
| set_vector_preservation(const std::string &vec_name, bool preserve) | libMesh::System | |
| shell_matrix_A | libMesh::EigenSystem | |
| shell_matrix_B | libMesh::EigenSystem | |
| shell_precond_matrix | libMesh::EigenSystem | |
| solution | libMesh::System | |
| solve() override | libMesh::CondensedEigenSystem | virtual |
| solve_for_unconstrained_dofs(NumericVector< Number > &, int is_adjoint=-1) const | libMesh::System | protected |
| solve_helper(SparseMatrix< Number > *const A, SparseMatrix< Number > *const B, SparseMatrix< Number > *const P) | libMesh::EigenSystem | protected |
| sys_type typedef | libMesh::RBSCMConstruction | |
| system() | libMesh::RBConstructionBase< CondensedEigenSystem > | inline |
| System(EquationSystems &es, const std::string &name, const unsigned int number) | libMesh::System | |
| System(const System &)=delete | libMesh::System | |
| System(System &&)=default | libMesh::System | |
| system_type() const override | libMesh::EigenSystem | inlinevirtual |
| time | libMesh::System | |
| update() | libMesh::System | virtual |
| update_global_solution(std::vector< Number > &global_soln) const | libMesh::System | |
| update_global_solution(std::vector< Number > &global_soln, const processor_id_type dest_proc) const | libMesh::System | |
| use_fixed_solution | libMesh::System | |
| use_shell_matrices() const | libMesh::EigenSystem | inline |
| use_shell_matrices(bool use_shell_matrices) | libMesh::EigenSystem | inline |
| use_shell_precond_matrix() const | libMesh::EigenSystem | inline |
| use_shell_precond_matrix(bool use_shell_precond_matrix) | libMesh::EigenSystem | inline |
| user_assembly() | libMesh::System | virtual |
| user_constrain() | libMesh::System | virtual |
| user_initialization() | libMesh::System | virtual |
| user_QOI(const QoISet &qoi_indices) | libMesh::System | virtual |
| user_QOI_derivative(const QoISet &qoi_indices=QoISet(), bool include_liftfunc=true, bool apply_constraints=true) | libMesh::System | virtual |
| ValueFunctionPointer typedef | libMesh::System | |
| variable(unsigned int var) const | libMesh::System | |
| variable_group(unsigned int vg) const | libMesh::System | |
| variable_name(const unsigned int i) const | libMesh::System | |
| variable_number(std::string_view var) const | libMesh::System | |
| variable_scalar_number(std::string_view var, unsigned int component) const | libMesh::System | inline |
| variable_scalar_number(unsigned int var_num, unsigned int component) const | libMesh::System | |
| variable_type(const unsigned int i) const | libMesh::System | |
| variable_type(std::string_view var) const | libMesh::System | |
| vector_is_adjoint(std::string_view vec_name) const | libMesh::System | |
| vector_name(const unsigned int vec_num) const | libMesh::System | |
| vector_name(const NumericVector< Number > &vec_reference) const | libMesh::System | |
| vector_preservation(std::string_view vec_name) const | libMesh::System | |
| vectors_begin() | libMesh::System | inline |
| vectors_begin() const | libMesh::System | inline |
| vectors_end() | libMesh::System | inline |
| vectors_end() const | libMesh::System | inline |
| vectors_iterator typedef | libMesh::System | |
| verbose_mode | libMesh::RBParametrized | |
| weighted_sensitivity_adjoint_solve(const ParameterVector ¶meters, const ParameterVector &weights, const QoISet &qoi_indices=QoISet()) | libMesh::System | inlinevirtual |
| weighted_sensitivity_solve(const ParameterVector ¶meters, const ParameterVector &weights) | libMesh::System | inlinevirtual |
| write_header(Xdr &io, std::string_view version, const bool write_additional_data) const | libMesh::System | |
| write_parallel_data(Xdr &io, const bool write_additional_data) const | libMesh::System | |
| write_parameter_data_to_files(const std::string &continuous_param_file_name, const std::string &discrete_param_file_name, const bool write_binary_data) | libMesh::RBParametrized | |
| write_serialized_data(Xdr &io, const bool write_additional_data=true) const | libMesh::System | |
| write_serialized_vectors(Xdr &io, const std::vector< const NumericVector< Number > *> &vectors) const | libMesh::System | |
| zero_variable(NumericVector< Number > &v, unsigned int var_num) const | libMesh::System | |
| ~CondensedEigenSystem() | libMesh::CondensedEigenSystem | virtual |
| ~EigenSystem() | libMesh::EigenSystem | virtual |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~RBConstructionBase() | libMesh::RBConstructionBase< CondensedEigenSystem > | virtual |
| ~RBParametrized() | libMesh::RBParametrized | virtual |
| ~RBSCMConstruction() | libMesh::RBSCMConstruction | virtual |
| libMesh::~ReferenceCountedObject() | libMesh::ReferenceCountedObject< System > | inline |
| libMesh::RBParametrized::~ReferenceCountedObject() | libMesh::ReferenceCountedObject< RBParametrized > | inline |
| libMesh::~ReferenceCounter() | libMesh::ReferenceCounter | inline |
| libMesh::RBParametrized::~ReferenceCounter() | libMesh::ReferenceCounter | inline |
| ~System() | libMesh::System | virtual |