deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40: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 768 of file connectivity.h.
|
inline |
Default constructor.
Definition at line 773 of file connectivity.h.
|
inline |
Constructor which allows to set the internal fields directly.
Definition at line 779 of file connectivity.h.
std::vector<std::size_t> internal::TriangulationImplementation::CRS< T >::ptr |
Definition at line 785 of file connectivity.h.
std::vector<T> internal::TriangulationImplementation::CRS< T >::col |
Definition at line 788 of file connectivity.h.