| _abs_training_tolerance | libMesh::RBEIMConstruction | private |
| _communicator | libMesh::ParallelObject | protected |
| _component_scaling_in_training_set | libMesh::RBEIMConstruction | private |
| libMesh::_counts | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_counts | libMesh::ReferenceCounter | protectedstatic |
| _eim_projection_matrix | libMesh::RBEIMConstruction | private |
| libMesh::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
| _local_node_boundary_ids | libMesh::RBEIMConstruction | private |
| _local_node_locations | libMesh::RBEIMConstruction | private |
| _local_node_parametrized_functions_for_training | libMesh::RBEIMConstruction | private |
| _local_parametrized_functions_for_training | libMesh::RBEIMConstruction | private |
| _local_quad_point_JxW | libMesh::RBEIMConstruction | private |
| _local_quad_point_locations | libMesh::RBEIMConstruction | private |
| _local_quad_point_locations_perturbations | libMesh::RBEIMConstruction | private |
| _local_quad_point_subdomain_ids | libMesh::RBEIMConstruction | private |
| _local_side_parametrized_functions_for_training | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_boundary_ids | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_JxW | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_locations | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_locations_perturbations | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_side_types | libMesh::RBEIMConstruction | private |
| _local_side_quad_point_subdomain_ids | libMesh::RBEIMConstruction | private |
| _max_abs_value_in_training_set | libMesh::RBEIMConstruction | private |
| _max_abs_value_in_training_set_index | libMesh::RBEIMConstruction | private |
| libMesh::_mutex | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_mutex | libMesh::ReferenceCounter | protectedstatic |
| libMesh::_n_objects | libMesh::ReferenceCounter | protectedstatic |
| libMesh::RBParametrized::_n_objects | libMesh::ReferenceCounter | protectedstatic |
| _Nmax | libMesh::RBEIMConstruction | private |
| _Nmax_from_n_snapshots_increment | libMesh::RBEIMConstruction | private |
| _normalize_solution_snapshots | libMesh::RBConstructionBase< System > | protected |
| _rb_eim_assembly_objects | libMesh::RBEIMConstruction | private |
| _rb_eim_eval | libMesh::RBEIMConstruction | private |
| _rel_training_tolerance | libMesh::RBEIMConstruction | private |
| _set_Nmax_from_n_snapshots | libMesh::RBEIMConstruction | private |
| 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() | libMesh::System | inlineprotectedvirtual |
| 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_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 |
| apply_normalization_to_solution_snapshots() | libMesh::RBEIMConstruction | |
| 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_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 | |
| BEST_FIT_TYPE enum name | libMesh::RBEIMConstruction | |
| best_fit_type_flag | libMesh::RBEIMConstruction | |
| 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< System > | |
| build_eim_assembly(unsigned int bf_index)=0 | libMesh::RBEIMConstruction | pure virtual |
| 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::RBEIMConstruction | virtual |
| comm() const | libMesh::ParallelObject | inline |
| compare(const System &other_system, const Real threshold, const bool verbose) const | libMesh::System | virtual |
| compute_max_eim_error() | libMesh::RBEIMConstruction | private |
| condense_constrained_dofs() const | libMesh::System | inlineprotectedvirtual |
| const_matrices_iterator typedef | libMesh::System | |
| const_vectors_iterator typedef | libMesh::System | |
| 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 |
| disable_set_Nmax_from_n_snapshots() | libMesh::RBEIMConstruction | |
| EIM_BEST_FIT enum value | libMesh::RBEIMConstruction | |
| libMesh::enable_print_counter_info() | libMesh::ReferenceCounter | static |
| libMesh::RBParametrized::enable_print_counter_info() | libMesh::ReferenceCounter | static |
| enable_set_Nmax_from_n_snapshots(int increment) | libMesh::RBEIMConstruction | |
| enrich_eim_approximation(unsigned int training_index, bool add_basis_function, EimPointData *eim_point_data) | libMesh::RBEIMConstruction | private |
| enrich_eim_approximation_on_interiors(const QpDataMap &interior_pf, bool add_basis_function, EimPointData *eim_point_data) | libMesh::RBEIMConstruction | protected |
| enrich_eim_approximation_on_nodes(const NodeDataMap &node_pf, bool add_basis_function, EimPointData *eim_point_data) | libMesh::RBEIMConstruction | protected |
| enrich_eim_approximation_on_sides(const SideQpDataMap &side_pf, bool add_basis_function, EimPointData *eim_point_data) | libMesh::RBEIMConstruction | protected |
| extra_quadrature_order | libMesh::System | |
| forward_qoi_parameter_sensitivity(const QoISet &qoi_indices, const ParameterVector ¶meters, SensitivityData &sensitivities) | libMesh::System | inlinevirtual |
| 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< System > | 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< System > | static |
| get_abs_training_tolerance() | libMesh::RBEIMConstruction | |
| 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_constraint_object() | libMesh::System | |
| get_deterministic_training_parameter_name() const | libMesh::RBConstructionBase< System > | |
| get_discrete_parameter_values() const | libMesh::RBParametrized | |
| get_dof_map() const | libMesh::System | inline |
| get_dof_map() | libMesh::System | inline |
| get_eim_assembly_objects() | libMesh::RBEIMConstruction | |
| get_equation_systems() const | libMesh::System | inline |
| get_equation_systems() | libMesh::System | inline |
| get_first_local_training_index() const | libMesh::RBConstructionBase< System > | |
| get_global_max_error_pair(const Parallel::Communicator &communicator, std::pair< numeric_index_type, Real > &error_pair) | libMesh::RBConstructionBase< System > | 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< System > | |
| get_local_n_training_samples() const | libMesh::RBConstructionBase< System > | |
| get_local_quad_point_JxW() | libMesh::RBEIMConstruction | |
| get_local_side_quad_point_JxW() | libMesh::RBEIMConstruction | |
| get_matrix(std::string_view mat_name) const | libMesh::System | |
| get_matrix(std::string_view mat_name) | libMesh::System | |
| get_max_abs_value(const DataMap &v) const | libMesh::RBEIMConstruction | inlineprivate |
| get_max_abs_value_in_training_set() const | libMesh::RBEIMConstruction | |
| get_mesh() const | libMesh::System | inline |
| get_mesh() | libMesh::System | inline |
| get_n_continuous_params() const | libMesh::RBParametrized | |
| get_n_discrete_params() const | libMesh::RBParametrized | |
| get_n_parametrized_functions_for_training() const | libMesh::RBEIMConstruction | |
| get_n_params() const | libMesh::RBParametrized | |
| get_n_training_samples() const | libMesh::RBConstructionBase< System > | |
| get_Nmax() const | libMesh::RBEIMConstruction | |
| get_node_max_abs_value(const NodeDataMap &v) const | libMesh::RBEIMConstruction | private |
| get_node_parametrized_function_from_training_set(unsigned int training_index) const | libMesh::RBEIMConstruction | |
| 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_parametrized_function_from_training_set(unsigned int training_index) const | libMesh::RBEIMConstruction | |
| get_params_from_training_set(unsigned int global_index) | libMesh::RBConstructionBase< System > | protected |
| 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_random_int_0_to_n(unsigned int n) | libMesh::RBEIMConstruction | privatestatic |
| get_random_point(const QpDataMap &v) | libMesh::RBEIMConstruction | private |
| get_random_point(const SideQpDataMap &v) | libMesh::RBEIMConstruction | private |
| get_random_point(const NodeDataMap &v) | libMesh::RBEIMConstruction | private |
| get_random_point_from_training_sample() | libMesh::RBEIMConstruction | private |
| get_rb_eim_evaluation() | libMesh::RBEIMConstruction | |
| get_rb_eim_evaluation() const | libMesh::RBEIMConstruction | |
| get_rel_training_tolerance() | libMesh::RBEIMConstruction | |
| 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_side_parametrized_function_from_training_set(unsigned int training_index) const | libMesh::RBEIMConstruction | |
| 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_constraint_object() const | libMesh::System | |
| has_static_condensation() const | libMesh::System | |
| has_variable(std::string_view var) const | libMesh::System | |
| 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_context(FEMContext &) | libMesh::RBEIMConstruction | virtual |
| init_data() | libMesh::RBConstructionBase< System > | protectedvirtual |
| init_matrices() | libMesh::System | protectedvirtual |
| init_qois(unsigned int n_qois) | libMesh::System | |
| initialize_eim_assembly_objects() | libMesh::RBEIMConstruction | virtual |
| initialize_eim_construction() | libMesh::RBEIMConstruction | |
| 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_parametrized_functions_in_training_set() | libMesh::RBEIMConstruction | private |
| initialize_qp_data() | libMesh::RBEIMConstruction | private |
| 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< System > | virtual |
| inner_product(const QpDataMap &v, const QpDataMap &w, bool apply_comp_scaling) | libMesh::RBEIMConstruction | private |
| inner_product_storage_vector | libMesh::RBConstructionBase< System > | 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< System > | inline |
| load_training_set(const std::map< std::string, std::vector< RBParameter >> &new_training_set) | libMesh::RBConstructionBase< System > | virtual |
| local_dof_indices(const unsigned int var, std::set< dof_id_type > &var_indices) const | libMesh::System | |
| 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 | |
| n_active_dofs() const | libMesh::System | inline |
| n_components() const | libMesh::System | |
| n_constrained_dofs() const | libMesh::System | |
| n_dofs() const | libMesh::System | |
| 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 |
| node_inner_product(const NodeDataMap &v, const NodeDataMap &w, bool apply_comp_scaling) | libMesh::RBEIMConstruction | private |
| NodeDataMap typedef | libMesh::RBEIMConstruction | |
| number() const | libMesh::System | inline |
| operator=(const RBEIMConstruction &)=delete | libMesh::RBEIMConstruction | |
| operator=(RBEIMConstruction &&)=delete | libMesh::RBEIMConstruction | |
| RBConstructionBase< System >::operator=(RBConstructionBase &&)=delete | libMesh::RBConstructionBase< System > | |
| RBConstructionBase< System >::operator=(const RBConstructionBase &)=delete | libMesh::RBConstructionBase< System > | |
| RBConstructionBase< System >::libMesh::System::operator=(const System &)=delete | libMesh::System | |
| RBConstructionBase< System >::libMesh::System::operator=(System &&)=delete | libMesh::System | |
| RBConstructionBase< System >::ReferenceCountedObject< System >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< System > | inlineprotected |
| RBConstructionBase< System >::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 | |
| POD_BEST_FIT enum value | libMesh::RBEIMConstruction | |
| 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 | |
| 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::RBEIMConstruction | virtual |
| RBConstructionBase< System >::print_info(std::ostream &out_stream=libMesh::out) | libMesh::ReferenceCounter | static |
| RBConstructionBase< System >::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::RBEIMConstruction | 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_BEST_FIT enum value | libMesh::RBEIMConstruction | |
| 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 |
| QpDataMap typedef | libMesh::RBEIMConstruction | |
| quiet_mode | libMesh::RBConstructionBase< System > | protected |
| RBConstructionBase(EquationSystems &es, const std::string &name, const unsigned int number) | libMesh::RBConstructionBase< System > | |
| RBConstructionBase(RBConstructionBase &&)=default | libMesh::RBConstructionBase< System > | |
| RBConstructionBase(const RBConstructionBase &)=delete | libMesh::RBConstructionBase< System > | |
| RBEIMConstruction(EquationSystems &es, const std::string &name, const unsigned int number) | libMesh::RBEIMConstruction | |
| RBEIMConstruction(RBEIMConstruction &&)=default | libMesh::RBEIMConstruction | |
| RBEIMConstruction(const RBEIMConstruction &)=delete | libMesh::RBEIMConstruction | |
| RBParametrized() | libMesh::RBParametrized | |
| RBParametrized(RBParametrized &&)=default | libMesh::RBParametrized | |
| RBParametrized(const RBParametrized &)=default | libMesh::RBParametrized | |
| 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() | libMesh::System | virtual |
| reinit_constraints() | libMesh::System | virtual |
| reinit_eim_projection_matrix() | libMesh::RBEIMConstruction | |
| 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 | |
| restrict_solve_to(const SystemSubset *subset, const SubsetSolveMode subset_solve_mode=SUBSET_ZERO) | libMesh::System | virtual |
| restrict_vectors() | libMesh::System | virtual |
| scale_node_parametrized_function(NodeDataMap &local_pf, Number scaling_factor) | libMesh::RBEIMConstruction | privatestatic |
| scale_parametrized_function(DataMap &local_pf, Number scaling_factor) | libMesh::RBEIMConstruction | inlineprivatestatic |
| sensitivity_solve(const ParameterVector ¶meters) | libMesh::System | inlinevirtual |
| serial_training_set | libMesh::RBConstructionBase< System > | protected |
| set_abs_training_tolerance(Real new_training_tolerance) | libMesh::RBEIMConstruction | |
| set_adjoint_already_solved(bool setting) | libMesh::System | inline |
| set_basic_system_only() | libMesh::System | inline |
| set_best_fit_type_flag(const std::string &best_fit_type_string) | libMesh::RBEIMConstruction | virtual |
| set_deterministic_training_parameter_name(const std::string &name) | libMesh::RBConstructionBase< System > | |
| set_Nmax(unsigned int Nmax) | libMesh::RBEIMConstruction | virtual |
| set_normalize_solution_snapshots(bool value) | libMesh::RBConstructionBase< System > | |
| set_parameters(const RBParameters ¶ms) | libMesh::RBParametrized | |
| set_params_from_training_set(unsigned int global_index) | libMesh::RBConstructionBase< System > | protected |
| set_params_from_training_set_and_broadcast(unsigned int global_index) | libMesh::RBConstructionBase< System > | 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< System > | inline |
| set_rb_construction_parameters(unsigned int n_training_samples_in, bool deterministic_training_in, int training_parameters_random_seed_in, bool quiet_mode_in, unsigned int Nmax_in, Real rel_training_tolerance_in, Real abs_training_tolerance_in, const RBParameters &mu_min_in, const RBParameters &mu_max_in, const std::map< std::string, std::vector< Real >> &discrete_parameter_values_in, const std::map< std::string, bool > &log_scaling, std::map< std::string, std::vector< RBParameter >> *training_sample_list=nullptr) | libMesh::RBEIMConstruction | |
| set_rb_eim_evaluation(RBEIMEvaluation &rb_eim_eval_in) | libMesh::RBEIMConstruction | |
| set_rel_training_tolerance(Real new_training_tolerance) | libMesh::RBEIMConstruction | |
| set_training_parameter_values(const std::string ¶m_name, const std::vector< RBParameter > &values) | libMesh::RBConstructionBase< System > | |
| set_training_random_seed(int seed) | libMesh::RBConstructionBase< System > | |
| 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 | |
| side_inner_product(const SideQpDataMap &v, const SideQpDataMap &w, bool apply_comp_scaling) | libMesh::RBEIMConstruction | private |
| SideQpDataMap typedef | libMesh::RBEIMConstruction | |
| solution | libMesh::System | |
| solve() | libMesh::System | inlinevirtual |
| solve_for_unconstrained_dofs(NumericVector< Number > &, int is_adjoint=-1) const | libMesh::System | protected |
| store_eim_solutions_for_training_set() | libMesh::RBEIMConstruction | |
| sys_type typedef | libMesh::RBConstructionBase< System > | |
| 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() | libMesh::RBConstructionBase< System > | inline |
| system_type() const | libMesh::System | inlinevirtual |
| time | libMesh::System | |
| train_eim_approximation() | libMesh::RBEIMConstruction | virtual |
| train_eim_approximation_with_greedy() | libMesh::RBEIMConstruction | virtual |
| train_eim_approximation_with_POD() | libMesh::RBEIMConstruction | virtual |
| update() | libMesh::System | virtual |
| update_eim_matrices(bool set_eim_error_indicator) | libMesh::RBEIMConstruction | protected |
| 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 | |
| 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 | |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~RBConstructionBase() | libMesh::RBConstructionBase< System > | virtual |
| ~RBEIMConstruction() | libMesh::RBEIMConstruction | virtual |
| ~RBParametrized() | libMesh::RBParametrized | 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 |