![]() |
Reference documentation for deal.II version 8.4.2
|
This is the complete list of members for PointValueHistory< dim >, including all inherited members.
| add_component_names(const std::string &vector_name, const std::vector< std::string > &component_names) | PointValueHistory< dim > | |
| add_field_name(const std::string &vector_name, const ComponentMask &component_mask=ComponentMask()) | PointValueHistory< dim > | |
| add_field_name(const std::string &vector_name, const unsigned int n_components) | PointValueHistory< dim > | |
| add_independent_names(const std::vector< std::string > &independent_names) | PointValueHistory< dim > | |
| add_point(const Point< dim > &location) | PointValueHistory< dim > | |
| add_points(const std::vector< Point< dim > > &locations) | PointValueHistory< dim > | |
| clear() | PointValueHistory< dim > | |
| cleared | PointValueHistory< dim > | private |
| close() | PointValueHistory< dim > | |
| closed | PointValueHistory< dim > | private |
| component_mask | PointValueHistory< dim > | private |
| component_names_map | PointValueHistory< dim > | private |
| data_store | PointValueHistory< dim > | private |
| dataset_key | PointValueHistory< dim > | private |
| DeclExceptionMsg(ExcNoIndependent, "A call has been made to push_back_independent() when " "no independent values were requested.") | PointValueHistory< dim > | |
| DeclExceptionMsg(ExcDataLostSync, "This error is thrown to indicate that the data sets appear to be out of " "sync. The class requires that the number of dataset keys is the same as " "the number of independent values sets and mesh linked value sets. The " "number of each of these is allowed to differ by one to allow new values " "to be added with out restricting the order the user choses to do so. " "Special cases of no FHandler and no independent values should not " "trigger this error.") | PointValueHistory< dim > | |
| DeclExceptionMsg(ExcDoFHandlerRequired, "A method which requires access to a @p DoFHandler to be meaningful has " "been called when have_dof_handler is false (most likely due to default " "constructor being called). Only independent variables may be logged with " "no DoFHandler.") | PointValueHistory< dim > | |
| DeclExceptionMsg(ExcDoFHandlerChanged, "The triangulation has been refined or coarsened in some way. This " "suggests that the internal DoF indices stored by the current " "object are no longer meaningful.") | PointValueHistory< dim > | |
| deep_check(const bool strict) | PointValueHistory< dim > | |
| dof_handler | PointValueHistory< dim > | private |
| evaluate_field(const std::string &name, const VectorType &solution) | PointValueHistory< dim > | |
| evaluate_field(const std::vector< std::string > &names, const VectorType &solution, const DataPostprocessor< dim > &data_postprocessor, const Quadrature< dim > &quadrature) | PointValueHistory< dim > | |
| evaluate_field(const std::string &name, const VectorType &solution, const DataPostprocessor< dim > &data_postprocessor, const Quadrature< dim > &quadrature) | PointValueHistory< dim > | |
| evaluate_field_at_requested_location(const std::string &name, const VectorType &solution) | PointValueHistory< dim > | |
| get_points(std::vector< std::vector< Point< dim > > > &locations) | PointValueHistory< dim > | |
| get_postprocessor_locations(const Quadrature< dim > &quadrature, std::vector< Point< dim > > &locations) | PointValueHistory< dim > | |
| get_support_locations(std::vector< std::vector< Point< dim > > > &locations) | PointValueHistory< dim > | |
| have_dof_handler | PointValueHistory< dim > | private |
| indep_names | PointValueHistory< dim > | private |
| independent_values | PointValueHistory< dim > | private |
| mark_support_locations() | PointValueHistory< dim > | |
| n_indep | PointValueHistory< dim > | private |
| operator=(const PointValueHistory &point_value_history) | PointValueHistory< dim > | |
| point_geometry_data | PointValueHistory< dim > | private |
| PointValueHistory(const unsigned int n_independent_variables=0) | PointValueHistory< dim > | |
| PointValueHistory(const DoFHandler< dim > &dof_handler, const unsigned int n_independent_variables=0) | PointValueHistory< dim > | |
| PointValueHistory(const PointValueHistory &point_value_history) | PointValueHistory< dim > | |
| push_back_independent(const std::vector< double > &independent_values) | PointValueHistory< dim > | |
| start_new_dataset(const double key) | PointValueHistory< dim > | |
| status(std::ostream &out) | PointValueHistory< dim > | |
| tria_change_listener() | PointValueHistory< dim > | private |
| tria_listener | PointValueHistory< dim > | private |
| triangulation_changed | PointValueHistory< dim > | private |
| write_gnuplot(const std::string &base_name, const std::vector< Point< dim > > postprocessor_locations=std::vector< Point< dim > >()) | PointValueHistory< dim > | |
| ~PointValueHistory() | PointValueHistory< dim > |
1.8.12