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

Device mirror of a CfCsr (empty when the scheme is standard / no C/F rows). More...

#include <cf_scheme.hpp>

Public Attributes

Index n = 0
 
Index nz = 0
 
View< Indexstart
 
View< Indexslot
 
View< doublecoef
 

Detailed Description

Device mirror of a CfCsr (empty when the scheme is standard / no C/F rows).

Definition at line 481 of file cf_scheme.hpp.

Member Data Documentation

◆ n

Index peclet::core::amr::CfCsrDev::n = 0

Definition at line 482 of file cf_scheme.hpp.

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

◆ nz

Index peclet::core::amr::CfCsrDev::nz = 0

Definition at line 482 of file cf_scheme.hpp.

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

◆ start

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

Definition at line 483 of file cf_scheme.hpp.

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

◆ slot

View<Index> peclet::core::amr::CfCsrDev::slot

Definition at line 483 of file cf_scheme.hpp.

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

◆ coef

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

Definition at line 484 of file cf_scheme.hpp.

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


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