| FEAT 3
    Finite Element Analysis Toolbox | 
Identity Dof-Assignment class template. More...
#include <dof_assignment_common.hpp>
 
  
| Public Types | |
| typedef Space_ | SpaceType | 
| space typedef  More... | |
| Public Member Functions | |
| DofAssignmentIdentity (const Space_ &space) | |
| void | finish () | 
| Index | get_index (int assign_idx) const | 
| int | get_max_assigned_dofs () const | 
| int | get_num_assigned_dofs () const | 
| void | prepare (Index cell_index) | 
| Protected Attributes | |
| Index | _cell_index | 
| currently active cell index  More... | |
| const SpaceType & | _space | 
| space reference  More... | |
| Private Types | |
| typedef DofAssignmentBase< Space_, shape_dim_, DataType_ > | BaseClass | 
Identity Dof-Assignment class template.
This class defines a dof-assignment which has no dofs for the selected shape dimension.
| Space_ | The finite element space that this dof-assignment is used by. | 
| shape_dim_ | The dimension of the shape whose dof-assignment is to be considered. | 
| DataType_ | The data type used by the dof-assignment. | 
Definition at line 87 of file dof_assignment_common.hpp.
| 
 | private | 
Definition at line 90 of file dof_assignment_common.hpp.
| 
 | inherited | 
space typedef
Definition at line 40 of file dof_assignment_base.hpp.
| 
 | inlineexplicit | 
Definition at line 93 of file dof_assignment_common.hpp.
| 
 | inlineinherited | 
Definition at line 61 of file dof_assignment_base.hpp.
| 
 | inline | 
Definition at line 111 of file dof_assignment_common.hpp.
References FEAT::Space::DofAssignmentBase< Space_, shape_dim_, DataType_ >::_cell_index.
| 
 | inline | 
Definition at line 99 of file dof_assignment_common.hpp.
| 
 | inline | 
Definition at line 105 of file dof_assignment_common.hpp.
| 
 | inlineinherited | 
Definition at line 56 of file dof_assignment_base.hpp.
| 
 | protectedinherited | 
currently active cell index
Definition at line 46 of file dof_assignment_base.hpp.
Referenced by FEAT::Space::DofAssignmentUniform< Space_, shape_dim_, DataType_, DofTraits_, DofTag_ >::get_index(), and FEAT::Space::DofAssignmentIdentity< Space_, shape_dim_, DataType_, dofs_per_cell_ >::get_index().
| 
 | protectedinherited | 
space reference
Definition at line 44 of file dof_assignment_base.hpp.