https://mooseframework.inl.gov
Public Attributes | List of all members
Moose::Kokkos::System::Sparsity Struct Reference

CSR format sparsity data. More...

#include <KokkosSystem.h>

Public Attributes

Array< PetscInt > col_idx
 
Array< PetscInt > row_idx
 
Array< PetscInt > row_ptr
 

Detailed Description

CSR format sparsity data.

Definition at line 382 of file KokkosSystem.h.

Member Data Documentation

◆ col_idx

Array<PetscInt> Moose::Kokkos::System::Sparsity::col_idx

Definition at line 384 of file KokkosSystem.h.

◆ row_idx

Array<PetscInt> Moose::Kokkos::System::Sparsity::row_idx

Definition at line 385 of file KokkosSystem.h.

◆ row_ptr

Array<PetscInt> Moose::Kokkos::System::Sparsity::row_ptr

Definition at line 386 of file KokkosSystem.h.


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