Home
last modified time | relevance | path

Searched refs:member (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx73 KOKKOS_INLINE_FUNCTION void operator()(const MemberType &member) const in operator ()()
75 const int first_matrix = static_cast<int>(member.league_rank()) * _N_team; in operator ()()
77 …const int last_matrix = (static_cast<int>(member.league_rank() + 1) * _N_team < N ? static_cast<i… in operator ()()
78 const int graphID = static_cast<int>(member.league_rank()); in operator ()()
88 ScratchPadIntViewType r(member.team_scratch(1), _r.extent(1)); in operator ()()
89 ScratchPadIntViewType c(member.team_scratch(1), _c.extent(1)); in operator ()()
91 TeamVectorCopy1D::invoke(member, Kokkos::subview(_r, graphID, Kokkos::ALL), r); in operator ()()
92 TeamVectorCopy1D::invoke(member, Kokkos::subview(_c, graphID, Kokkos::ALL), c); in operator ()()
95 …ScratchPadValuesViewType diag(member.team_scratch(1), last_matrix - first_matrix, _diag.extent(1)); in operator ()()
98 …KokkosBatched::TeamVectorCopy<MemberType>::invoke(member, Kokkos::subview(_diag, Kokkos::make_pair… in operator ()()
[all …]
/petsc/config/BuildSystem/
H A Dscript.py317 …for member in ['preprocessorObject', 'compilerObject', 'linkerObject', 'sharedLinkerObject', 'dyna…
318 if member in d:
319 del d[member]
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt49 objects themselves are always valid (though their member variables `PetscFoo->data`
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m107 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m150 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…
/petsc/doc/changes/
H A D321.md121 - Add `PCJacobiSetRowl1Scale()` and `-pc_jacobi_rowl1_scale scale` to access new scale member of PC…
/petsc/src/ts/tutorials/
H A Dex14.c227 #define FieldOffset(ntype, member) ((PetscInt)(offsetof(ntype, member) / sizeof(PetscScalar))) argument
228 #define FieldIndex(ntype, i, member) ((PetscInt)((i) * FieldSize(ntype) + FieldOffset(ntype, member argument
/petsc/doc/developers/
H A Dbuildsystem.md370 necessary. The object may define a `headerPrefix` member, which will
/petsc/doc/community/meetings/2025/
H A Dindex.md275 …sponse-team. Should any concerns arise during the meeting, please contact any response team member.
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas163 …fications ((type . list-class) (min-length . 0) (max-length . #f) (curr-length . 0) (member-vars)))