core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::Csr Struct Reference

An assembled face-CSR: row offsets (size n+1), neighbour index + coefficient per face (size nFaces). More...

#include <csr.hpp>

Public Attributes

View< Indexstart
 CSR row offsets, size n+1; start(n) == nFaces.
 
View< Indexnbr
 neighbour leaf per face, size nFaces
 
View< doublecoef
 coefficient per face, size nFaces
 
Index nFaces = 0
 

Detailed Description

An assembled face-CSR: row offsets (size n+1), neighbour index + coefficient per face (size nFaces).

Definition at line 72 of file csr.hpp.

Member Data Documentation

◆ start

View<Index> peclet::core::amr::Csr::start

CSR row offsets, size n+1; start(n) == nFaces.

Definition at line 73 of file csr.hpp.

Referenced by peclet::core::amr::assembleFv().

◆ nbr

View<Index> peclet::core::amr::Csr::nbr

neighbour leaf per face, size nFaces

Definition at line 74 of file csr.hpp.

Referenced by peclet::core::amr::assembleFv().

◆ coef

View<double> peclet::core::amr::Csr::coef

coefficient per face, size nFaces

Definition at line 75 of file csr.hpp.

Referenced by peclet::core::amr::assembleFv().

◆ nFaces

Index peclet::core::amr::Csr::nFaces = 0

Definition at line 76 of file csr.hpp.


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