Reference documentation for deal.II version GIT relicensing-507-gefb4cdae11 2024-05-01 12:20:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
LinearAlgebra::TpetraWrappers::SparseMatrix< Number, MemorySpace >::Traits Struct Reference

#include <deal.II/lac/trilinos_tpetra_sparse_matrix.h>

Static Public Attributes

static const bool zero_addition_can_be_elided = true
 

Detailed Description

template<typename Number, typename MemorySpace = ::MemorySpace::Host>
struct LinearAlgebra::TpetraWrappers::SparseMatrix< Number, MemorySpace >::Traits

A structure that describes some of the traits of this class in terms of its run-time behavior. Some other classes (such as the block matrix classes) that take one or other of the matrix classes as its template parameters can tune their behavior based on the variables in this class.

Definition at line 135 of file trilinos_tpetra_sparse_matrix.h.

Member Data Documentation

◆ zero_addition_can_be_elided

template<typename Number , typename MemorySpace = ::MemorySpace::Host>
const bool LinearAlgebra::TpetraWrappers::SparseMatrix< Number, MemorySpace >::Traits::zero_addition_can_be_elided = true
static

It is safe to elide additions of zeros to individual elements of this matrix.

Definition at line 141 of file trilinos_tpetra_sparse_matrix.h.


The documentation for this struct was generated from the following file: