![]() |
deal.II version GIT relicensing-2848-g5241f990fb 2025-03-16 19:30:00+00:00
|
#include <deal.II/grid/connectivity.h>
Public Member Functions | |
CRS () | |
CRS (const std::vector< std::size_t > &ptr, const std::vector< T > &col) | |
Public Attributes | |
std::vector< std::size_t > | ptr |
std::vector< T > | col |
Compressed row storage sparse matrix. This class is similar to SparsityPattern but reduced to the bare minimum as needed here - in the context of setting up the connectivity - and allowing direct simplified access to the entries.
Definition at line 770 of file connectivity.h.
|
inline |
Default constructor.
Definition at line 775 of file connectivity.h.
|
inline |
Constructor which allows to set the internal fields directly.
Definition at line 781 of file connectivity.h.
std::vector<std::size_t> internal::TriangulationImplementation::CRS< T >::ptr |
Definition at line 787 of file connectivity.h.
std::vector<T> internal::TriangulationImplementation::CRS< T >::col |
Definition at line 790 of file connectivity.h.