data | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | protected |
EntryType typedef | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
exchange_buffer | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | protected |
get_entry(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
get_entry(const unsigned int row, const unsigned int position_within_column) const -> EntryType< Number2 > | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
get_tensor(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
get_tensor(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
get_transposed_entry(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
get_transposed_entry(const unsigned int row, const unsigned int position_within_column) const -> EntryType< Number2 > | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
get_transposed_tensor(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
get_transposed_tensor(const unsigned int row, const unsigned int position_within_column) const | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
read_in(const std::array< SparseMatrix, n_components > &sparse_matrix, bool locally_indexed=true) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
read_in(const SparseMatrix &sparse_matrix, bool locally_indexed=true) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
reinit(const SparsityPatternSIMD< simd_length > &sparsity) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
requests | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | protected |
SparseMatrixSIMD() | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
SparseMatrixSIMD(const SparsityPatternSIMD< simd_length > &sparsity) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
sparsity | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | protected |
update_ghost_rows() | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
update_ghost_rows_finish() | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
update_ghost_rows_start(const unsigned int communication_channel=0) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
VectorizedArray typedef | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
write_entry(const Number2 entry, const unsigned int row, const unsigned int position_within_column, const bool do_streaming_store=false) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
write_entry(const dealii::Tensor< 1, n_components, Number2 > &entry, const unsigned int row, const unsigned int position_within_column, const bool do_streaming_store=false) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | |
write_entry(const Number2 entry, const unsigned int row, const unsigned int position_within_column, const bool do_streaming_store) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |
write_entry(const dealii::Tensor< 1, n_components, Number2 > &entry, const unsigned int row, const unsigned int position_within_column, const bool do_streaming_store) | ryujin::SparseMatrixSIMD< Number, n_components, simd_length > | inline |