![]() |
Reference documentation for deal.II version 8.1.0
|
Public Member Functions | |
| ScratchData () | |
| ScratchData (const ScratchData &) | |
Public Attributes | |
| bool | in_use |
| std::vector< size_type > | columns |
| std::vector< Number > | values |
| std::vector< size_type > | block_starts |
| std::vector< size_type > | vector_indices |
| GlobalRowsFromLocal | global_rows |
| GlobalRowsFromLocal | global_columns |
Definition at line 1658 of file constraint_matrix.templates.h.
|
inline |
Constructor, does nothing.
Definition at line 1663 of file constraint_matrix.templates.h.
|
inline |
Copy constructor, does nothing
Definition at line 1671 of file constraint_matrix.templates.h.
| bool internals::ConstraintMatrixData< Number >::ScratchData::in_use |
Stores whether the data is currently in use.
Definition at line 1679 of file constraint_matrix.templates.h.
| std::vector<size_type> internals::ConstraintMatrixData< Number >::ScratchData::columns |
Temporary array for column indices
Definition at line 1684 of file constraint_matrix.templates.h.
| std::vector<Number> internals::ConstraintMatrixData< Number >::ScratchData::values |
Temporary array for column values
Definition at line 1689 of file constraint_matrix.templates.h.
| std::vector<size_type> internals::ConstraintMatrixData< Number >::ScratchData::block_starts |
Temporary array for block start indices
Definition at line 1694 of file constraint_matrix.templates.h.
| std::vector<size_type> internals::ConstraintMatrixData< Number >::ScratchData::vector_indices |
Temporary array for vector indices
Definition at line 1699 of file constraint_matrix.templates.h.
| GlobalRowsFromLocal internals::ConstraintMatrixData< Number >::ScratchData::global_rows |
Data array for reorder row/column indices. Use a shared ptr to global_rows to avoid defining in the .h file
Definition at line 1705 of file constraint_matrix.templates.h.
| GlobalRowsFromLocal internals::ConstraintMatrixData< Number >::ScratchData::global_columns |
Data array for reorder row/column indices. Use a shared ptr to global_rows to avoid defining in the .h file
Definition at line 1711 of file constraint_matrix.templates.h.
1.8.6