, including all inherited members.
| _communicator | libMesh::ParallelObject | [protected] |
| _counts | libMesh::ReferenceCounter | [protected, static] |
| _enable_print_counter | libMesh::ReferenceCounter | [protected, static] |
| _mutex | libMesh::ReferenceCounter | [protected, static] |
| _n_objects | libMesh::ReferenceCounter | [protected, static] |
| B_max | libMesh::RBSCMEvaluation | |
| B_min | libMesh::RBSCMEvaluation | |
| C_J | libMesh::RBSCMEvaluation | |
| C_J_stability_vector | libMesh::RBSCMEvaluation | |
| clear() | libMesh::RBParametrized | [virtual] |
| comm() const | libMesh::ParallelObject | [inline] |
| Counts typedef | libMesh::ReferenceCounter | [protected] |
| disable_print_counter_info() | libMesh::ReferenceCounter | [static] |
| enable_print_counter_info() | libMesh::ReferenceCounter | [static] |
| get_B_max(unsigned int i) const | libMesh::RBSCMEvaluation | |
| get_B_min(unsigned int i) const | libMesh::RBSCMEvaluation | |
| get_C_J_entry(unsigned int j) | libMesh::RBSCMEvaluation | |
| get_C_J_size() | libMesh::RBSCMEvaluation | [inline] |
| get_C_J_stability_constraint(unsigned int j) const | libMesh::RBSCMEvaluation | |
| get_C_J_stability_value(unsigned int j) | libMesh::RBSCMEvaluation | [inline] |
| get_closest_value(Real value, const std::vector< Real > &list_of_values) | libMesh::RBParametrized | [static] |
| get_discrete_parameter_values() const | libMesh::RBParametrized | |
| get_info() | libMesh::ReferenceCounter | [static] |
| get_n_continuous_params() const | libMesh::RBParametrized | |
| get_n_discrete_params() const | libMesh::RBParametrized | |
| get_n_params() const | libMesh::RBParametrized | |
| 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_rb_theta_expansion() | libMesh::RBSCMEvaluation | |
| get_SCM_LB() | libMesh::RBSCMEvaluation | [virtual] |
| get_SCM_UB() | libMesh::RBSCMEvaluation | [virtual] |
| get_SCM_UB_vector(unsigned int j, unsigned int q) | libMesh::RBSCMEvaluation | |
| increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| 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 | |
| is_discrete_parameter(const std::string &mu_name) const | libMesh::RBParametrized | |
| n_objects() | libMesh::ReferenceCounter | [inline, static] |
| n_processors() const | libMesh::ParallelObject | [inline] |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | [inline] |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | [inline] |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | [inline] |
| print_discrete_parameter_values() const | libMesh::RBParametrized | |
| print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | [static] |
| print_parameters() const | libMesh::RBParametrized | |
| processor_id() const | libMesh::ParallelObject | [inline] |
| rb_theta_expansion | libMesh::RBSCMEvaluation | [private] |
| RBParametrized() | libMesh::RBParametrized | |
| RBSCMEvaluation(const Parallel::Communicator &comm LIBMESH_CAN_DEFAULT_TO_COMMWORLD) | libMesh::RBSCMEvaluation | |
| read_offline_data_from_files(const std::string &directory_name="offline_data", const bool read_binary_data=true) | libMesh::RBSCMEvaluation | [virtual] |
| 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 | |
| ReferenceCountedObject() | libMesh::ReferenceCountedObject< RBParametrized > | [inline, protected] |
| ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< RBParametrized > | [inline, protected] |
| ReferenceCounter() | libMesh::ReferenceCounter | [inline, protected] |
| reload_current_parameters() | libMesh::RBSCMEvaluation | [virtual] |
| save_current_parameters() | libMesh::RBSCMEvaluation | [virtual] |
| saved_parameters | libMesh::RBSCMEvaluation | [private] |
| SCM_UB_vectors | libMesh::RBSCMEvaluation | |
| set_B_max(unsigned int i, Real B_max_val) | libMesh::RBSCMEvaluation | |
| set_B_min(unsigned int i, Real B_min_val) | libMesh::RBSCMEvaluation | |
| set_C_J_stability_constraint(unsigned int j, Real stability_constraint_in) | libMesh::RBSCMEvaluation | |
| set_current_parameters_from_C_J(unsigned int C_J_index) | libMesh::RBSCMEvaluation | [virtual] |
| set_parameters(const RBParameters ¶ms) | libMesh::RBParametrized | |
| set_rb_theta_expansion(RBThetaExpansion &rb_theta_expansion_in) | libMesh::RBSCMEvaluation | |
| set_SCM_UB_vector(unsigned int j, unsigned int q, Real y_q) | libMesh::RBSCMEvaluation | |
| verbose_mode | libMesh::RBParametrized | |
| write_offline_data_to_files(const std::string &directory_name="offline_data", const bool write_binary_data=true) | libMesh::RBSCMEvaluation | [virtual] |
| 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 | |
| ~ParallelObject() | libMesh::ParallelObject | [inline, virtual] |
| ~RBParametrized() | libMesh::RBParametrized | [virtual] |
| ~RBSCMEvaluation() | libMesh::RBSCMEvaluation | [virtual] |
| ~ReferenceCountedObject() | libMesh::ReferenceCountedObject< RBParametrized > | [inline] |
| ~ReferenceCounter() | libMesh::ReferenceCounter | [inline] |