|
| | SYCLDistStructInfo (const SYCLDistStructInfo &src) |
| SYCLDistStructInfo & | operator= (const SYCLDistStructInfo &src) |
| void | computeUpperDiagOffset (const ProfileType &profile) const |
| ConstArrayView< Integer > | getUpperDiagOffset (const ProfileType &profile) const |
| int const * | dcol (const ProfileType &profile) const |
| | DistStructInfo (const DistStructInfo &src) |
| DistStructInfo & | operator= (const DistStructInfo &src) |
|
void | compute (Integer nproc, ConstArrayView< Integer > offset, Integer my_rank, IMessagePassingMng *parallel_mng, const CSRStructInfo &profile, ITraceMng *trace=NULL) |
|
void | compute (Integer nproc, ConstArrayView< Integer > offset, Integer my_rank, IMessagePassingMng *parallel_mng, const CSRStructInfo &profile, const VBlock *block_sizes, const MatrixDistribution &dist, ITraceMng *trace=NULL) |
| Integer | domainId (Integer nproc, ConstArrayView< Integer > offset, Integer id) |
| bool | isInterfaceRow (Arccore::Integer row_id) const |
| void | copy (const DistStructInfo &distStructInfo) |
| void | computeUpperDiagOffset (const CSRStructInfo &profile) const |
| ConstArrayView< Integer > | getUpperDiagOffset (const CSRStructInfo &profile) const |
| int const * | dcol (const CSRStructInfo &profile) const |
| void | computeBlock2DSizesAndOffsets (Integer const *kcol, Integer const *dcol, Integer const *bcol) const |
Definition at line 26 of file SYCLDistStructInfo.h.
◆ BaseType
◆ ProfileType
| using Alien::SYCLInternal::SYCLDistStructInfo::ProfileType = BEllPackStructInfo<PKSIZE,int> |
◆ SYCLDistStructInfo() [1/2]
| Alien::SYCLInternal::SYCLDistStructInfo::SYCLDistStructInfo |
( |
| ) |
|
|
inline |
◆ SYCLDistStructInfo() [2/2]
| Alien::SYCLInternal::SYCLDistStructInfo::SYCLDistStructInfo |
( |
const SYCLDistStructInfo & | src | ) |
|
|
inline |
◆ computeUpperDiagOffset()
| void Alien::SYCLInternal::SYCLDistStructInfo::computeUpperDiagOffset |
( |
const ProfileType & | profile | ) |
const |
|
inline |
◆ dcol()
| int const * Alien::SYCLInternal::SYCLDistStructInfo::dcol |
( |
const ProfileType & | profile | ) |
const |
|
inline |
◆ getUpperDiagOffset()
| ConstArrayView< Integer > Alien::SYCLInternal::SYCLDistStructInfo::getUpperDiagOffset |
( |
const ProfileType & | profile | ) |
const |
|
inline |
◆ operator=()
| SYCLDistStructInfo & Alien::SYCLInternal::SYCLDistStructInfo::operator= |
( |
const SYCLDistStructInfo & | src | ) |
|
|
inline |
The documentation for this class was generated from the following file: