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 392 of file KokkosSystem.h.

Member Data Documentation

◆ col_idx

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

Definition at line 394 of file KokkosSystem.h.

◆ row_idx

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

Definition at line 395 of file KokkosSystem.h.

◆ row_ptr

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

Definition at line 396 of file KokkosSystem.h.


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