Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 25 of 48) sorted by relevance

12

/petsc/src/sys/objects/device/interface/
H A Dglobal_dcontext.cxx26 …rrorCode PetscSetDefaultCUPMStreamFromDeviceContext(PetscDeviceContext dctx, PetscDeviceType dtype) in PetscSetDefaultCUPMStreamFromDeviceContext()
56 const auto dtype = rootDeviceType; in PetscDeviceContextSetupGlobalContext_Private() local
58 PetscDeviceType dtype; in PetscDeviceContextSetupGlobalContext_Private() local
144 PetscDeviceType dtype; in PetscDeviceContextSetCurrentContext() local
H A Ddevice.cxx185 switch (const auto dtype = device->type) { in PetscDeviceConfigure() local
235 auto dtype = PETSC_DEVICE_HOST; in PetscDeviceView() local
694 auto dtype = std::make_pair(PETSC_DEVICE_DEFAULT(), PETSC_FALSE); in PetscDeviceInitializeFromOptions_Internal() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi70 cdef inline PetscDeviceType asDeviceType(object dtype) except <PetscDeviceType>(-1):
79 cdef inline str toDeviceType(PetscDeviceType dtype):
/petsc/src/vec/is/sf/interface/ftn-custom/
H A Dzsf.c91 MPI_Datatype dtype; in petscsfbcastbegin_() local
101 MPI_Datatype dtype; in petscsfbcastend_() local
111 MPI_Datatype dtype; in petscsfreducebegin_() local
121 MPI_Datatype dtype; in petscsfreduceend_() local
133 MPI_Datatype dtype; in petscsfbcastbegin_() local
149 MPI_Datatype dtype; in petscsfbcastend_() local
165 MPI_Datatype dtype; in petscsfreducebegin_() local
181 MPI_Datatype dtype; in petscsfreduceend_() local
/petsc/src/sys/tests/
H A Dex49.c6 PetscDataType dtype; in main() local
H A Dex8.c11 static PetscErrorCode MakeDatatype(MPI_Datatype *dtype) in MakeDatatype()
84 MPI_Datatype dtype; in main() local
/petsc/src/sys/utils/
H A Dmpits.c73 … PetscCommBuildTwoSided_Ibarrier(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMPIInt… in PetscCommBuildTwoSided_Ibarrier()
133 …PetscCommBuildTwoSided_Allreduce(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMPIInt… in PetscCommBuildTwoSided_Allreduce()
179 …etscCommBuildTwoSided_RedScatter(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMPIInt… in PetscCommBuildTwoSided_RedScatter()
255 PetscErrorCode PetscCommBuildTwoSided(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMP… in PetscCommBuildTwoSided()
289 …cCommBuildTwoSidedFReq_Reference(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMPIInt… in PetscCommBuildTwoSidedFReq_Reference()
328 …scCommBuildTwoSidedFReq_Ibarrier(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMPIInt… in PetscCommBuildTwoSidedFReq_Ibarrier()
440 PetscErrorCode PetscCommBuildTwoSidedF(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscM… in PetscCommBuildTwoSidedF()
487 PetscErrorCode PetscCommBuildTwoSidedFReq(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, Pet… in PetscCommBuildTwoSidedFReq()
/petsc/include/
H A Dpetscsys.h2725 static inline PetscMPIInt MPIU_Get_count(MPI_Status *status, MPI_Datatype dtype, PetscCount *count) in MPIU_Get_count()
2735 static inline PetscMPIInt MPIU_Send(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPI… in MPIU_Send()
2744 static inline PetscMPIInt MPIU_Send_init(const void *buf, MPIU_Count count, MPI_Datatype dtype, Pet… in MPIU_Send_init()
2753 static inline PetscMPIInt MPIU_Isend(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMP… in MPIU_Isend()
2762 static inline PetscMPIInt MPIU_Recv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPI… in MPIU_Recv()
2771 static inline PetscMPIInt MPIU_Recv_init(const void *buf, MPIU_Count count, MPI_Datatype dtype, Pet… in MPIU_Recv_init()
2780 static inline PetscMPIInt MPIU_Irecv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMP… in MPIU_Irecv()
2789 …Int MPIU_Reduce(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Datatype dtype, MPI_Op op, … in MPIU_Reduce()
2799 …IU_Reduce_local(const void *inbuf, void *inoutbuf, MPIU_Count count, MPI_Datatype dtype, MPI_Op op) in MPIU_Reduce_local()
2829 static inline PetscMPIInt MPIU_Get_count(MPI_Status *status, MPI_Datatype dtype, PetscCount *count) in MPIU_Get_count()
[all …]
/petsc/src/ksp/ksp/impls/cg/nash/
H A Dnashimpl.h23 PetscInt dtype; member
/petsc/src/ksp/ksp/impls/cg/stcg/
H A Dstcgimpl.h22 PetscInt dtype; member
/petsc/src/sys/objects/device/tests/
H A Dex7.c27 PetscDeviceType dtype; in TestAllocate() local
104 PetscDeviceType dtype; in TestAsyncCoherence() local
H A Dex4.c7 PetscDeviceType dtype; in DoFork() local
H A Dex11.cxx101 PetscDeviceType dtype; in TestAllCombinations() local
221 PetscDeviceType dtype; in CheckMapEqual() local
/petsc/src/sys/objects/kokkos/
H A Dkinit.kokkos.cxx79 PetscDeviceType dtype; in PetscKokkosInitializeCheck() local
/petsc/src/sys/error/
H A Dcheckptr.c75 PetscBool PetscCheckPointer(const void *ptr, PetscDataType dtype) in PetscCheckPointer()
/petsc/src/sys/fileio/
H A Dsysio.c788 PetscErrorCode MPIU_File_write_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MP… in MPIU_File_write_all()
800 PetscErrorCode MPIU_File_read_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI… in MPIU_File_read_all()
811 …write_at(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status … in MPIU_File_write_at()
823 …_read_at(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status … in MPIU_File_read_at()
834 …e_at_all(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status … in MPIU_File_write_at_all()
846 …d_at_all(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status … in MPIU_File_read_at_all()
/petsc/src/ts/tests/
H A Dex30.c89 PetscDataType dtype; in makeSwarm() local
139 PetscDataType dtype; in particlesToGrid() local
305 PetscDataType dtype; in gridToParticles_private() local
325 PetscDataType dtype; in gridToParticles_private() local
394 PetscDataType dtype; in PostStep() local
421 PetscDataType dtype; in PostStep() local
777 PetscDataType dtype; in go() local
804 PetscDataType dtype; in go() local
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp134 constexpr auto dtype = PETSC_DEVICE_IMPL(); in PetscOptionDevice() local
218 constexpr auto dtype = PETSC_DEVICE_IMPL(); in PetscOptionDeviceAll() local
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c887 …IIO(PetscViewer viewer, void *data, PetscInt num, PetscInt *count, PetscDataType dtype, PetscBool … in PetscViewerBinaryWriteReadMPIIO()
938 …iewerBinaryRead(PetscViewer viewer, void *data, PetscInt num, PetscInt *count, PetscDataType dtype) in PetscViewerBinaryRead()
976 …e PetscViewerBinaryWrite(PetscViewer viewer, const void *data, PetscInt count, PetscDataType dtype) in PetscViewerBinaryWrite()
997 …cBool write, void *data, PetscCount count, PetscCount start, PetscCount total, PetscDataType dtype) in PetscViewerBinaryWriteReadAll()
1118 …ewer viewer, void *data, PetscCount count, PetscCount start, PetscCount total, PetscDataType dtype) in PetscViewerBinaryReadAll()
1142 …iewer, const void *data, PetscCount count, PetscCount start, PetscCount total, PetscDataType dtype) in PetscViewerBinaryWriteAll()
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1.c20 PetscDataType dtype; in main() local
/petsc/src/dm/impls/da/tests/
H A Dex1.c39 PetscDataType dtype; in main() local
/petsc/include/petsc/private/
H A Dbagimpl.h9 PetscDataType dtype; member
H A Ddeviceimpl.h58 #define PetscValidDeviceType(dtype, argno) \ argument
148 #define PetscValidDeviceType(dtype, argno) argument
203 PetscDeviceType dtype; // this cannot change for the lifetime of the event member
390 PetscDeviceType dtype; in PetscDeviceContextGetCurrentContextAssertType_Internal() local
/petsc/share/petsc/matlab/
H A DPetscBagRead.m18 dtype = offsetdtype(2); variable
/petsc/src/ksp/ksp/impls/cg/gltr/
H A Dgltrimpl.h47 PetscInt dtype; /* Method used to measure the norm of step */ member

12