|
| | DoFIndexStorage (SmartPtr< MultiGrid > spMG, ConstSmartPtr< DoFDistributionInfo > spDDInfo) |
| |
| SmartPtr< MultiGrid > | multi_grid () |
| | returns the multigrid
|
| |
| ConstSmartPtr< MultiGrid > | multi_grid () const |
| |
| | ~DoFIndexStorage () |
| |
|
| size_t & | obj_index (GridObject *obj) |
| |
| size_t & | obj_index (Vertex *vrt) |
| |
| size_t & | obj_index (Edge *ed) |
| |
| size_t & | obj_index (Face *face) |
| |
| size_t & | obj_index (Volume *vol) |
| |
|
| const size_t & | obj_index (GridObject *obj) const |
| |
| const size_t & | obj_index (Vertex *vrt) const |
| |
| const size_t & | obj_index (Edge *ed) const |
| |
| const size_t & | obj_index (Face *face) const |
| |
| const size_t & | obj_index (Volume *vol) const |
| |
| SubsetGroup | all_subsets_grp_except_for (const char *names) const |
| | returns subset group of all the subsets except for (by name)
|
| |
| int | dim (size_t fct) const |
| | returns the dimension in which solution lives
|
| |
| int | dim_subset (int si) const |
| | returns dimension of subset
|
| |
| ConstSmartPtr< DoFDistributionInfo > | dof_distribution_info () const |
| | returns underlying info
|
| |
| | DoFDistributionInfoProvider () |
| | constructor
|
| |
| | DoFDistributionInfoProvider (ConstSmartPtr< DoFDistributionInfo > spDDI) |
| | constructor
|
| |
| FunctionGroup | fct_grp_by_name (const char *names) const |
| | returns a function group to a string of functions
|
| |
| size_t | fct_id_by_name (const char *name) const |
| | returns fct id by name
|
| |
| ConstSmartPtr< FunctionPattern > | function_pattern () const |
| | returns the function pattern
|
| |
| bool | is_def_everywhere (size_t fct) const |
| | returns true if the discrete function nr_fct is defined everywhere
|
| |
| bool | is_def_in_subset (size_t fct, int si) const |
| | returns if a function is defined on a subset
|
| |
| size_t | max_dofs (const GridBaseObjectId gbo) const |
| | returns the maximum number of dofs on a grid base object type
|
| |
| size_t | max_dofs (const GridBaseObjectId gbo, const int si) const |
| | returns the maximum number of dofs on a grid base object on a subset
|
| |
| size_t | max_dofs (const int dim) const |
| | returns the maximum number of dofs on grid objects in a dimension
|
| |
| size_t | max_dofs (const int dim, const int si) const |
| | returns the maximum number of dofs in a dimension on a subset
|
| |
| size_t | max_dofs (const ReferenceObjectID roid) const |
| | returns the maximum number of dofs on reference object type
|
| |
| size_t | max_fct_dofs (const size_t fct, const GridBaseObjectId gbo) const |
| | returns the maximal number of dofs on a base object type for a function component
|
| |
| size_t | max_fct_dofs (const size_t fct, const GridBaseObjectId gbo, const int si) const |
| | returns the maximum number of dofs on a grid base object on a subset for a function component
|
| |
| size_t | max_fct_dofs (const size_t fct, const int dim, const int si) const |
| | returns the maximum number of dofs in a dimension on a subset for a function component
|
| |
| size_t | max_fct_dofs (const size_t fct, const ReferenceObjectID roid) const |
| | returns the number of dofs on a reference object for a function component
|
| |
| size_t | max_fct_dofs (const size_t fct, int dim) const |
| | returns the maximal number of dofs on a dimension for a function component
|
| |
| std::string | name (size_t fct) const |
| | returns the name of the discrete function nr_fct
|
| |
| std::vector< std::string > | names () const |
| | returns the names of the discrete functions
|
| |
| size_t | num_dofs (const ReferenceObjectID roid, const int si) const |
| | returns the number of dofs on a Reference Object on a subset
|
| |
| size_t | num_fct () const |
| | number of discrete functions on subset si
|
| |
| size_t | num_fct (int si) const |
| | number of discrete functions on subset si
|
| |
| size_t | num_fct_dofs (const size_t fct, const ReferenceObjectID roid, const int si) const |
| | returns the number of dofs on a Reference Object on a subset for a function component
|
| |
| int | num_subsets () const |
| | returns number of subsets
|
| |
| size_t | offset (const ReferenceObjectID roid, const int si, const size_t fct) const |
| | returns the offset for reference element, subset and function
|
| |
| void | print_local_dof_statistic () const |
| | prints statistic on local dof distribution
|
| |
| void | print_local_dof_statistic (int verboseLev) const |
| | prints informations
|
| |
| void | set_dof_distribution_info (ConstSmartPtr< DoFDistributionInfo > spDDI) |
| | sets the dd info
|
| |
| SubsetGroup | subset_grp_by_name (const char *names) const |
| | returns subset group by name
|
| |
| ConstSmartPtr< ISubsetHandler > | subset_handler () const |
| | returns the subset handler
|
| |
| int | subset_id_by_name (const char *name) const |
| | returns the subset id
|
| |
| std::string | subset_name (int si) const |
| | returns subset name
|
| |
| const LFEID & | local_finite_element_id (size_t fct) const |
| |
| const LFEID & | lfeid (size_t fct) const |
| |