Home
last modified time | relevance | path

Searched refs:PetscStrFreeAllocpy (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/dense/mpi/cupm/
H A Dmatmpidensecupm.hpp149 …PetscCall(PetscStrFreeAllocpy(to_host ? VECSTANDARD : VecMPI_CUPM::VECCUPM(), &B->defaultvectype)); in Convert_Dispatch_()
251 PetscCall(PetscStrFreeAllocpy(usehost ? PETSCRANDER48 : PETSCDEVICERAND(), &A->defaultrandtype)); in BindToCPU()
/petsc/include/petsc/private/
H A Dcupmobject.hpp8 inline PetscErrorCode PetscStrFreeAllocpy(const char target[], char **dest) noexcept in PetscStrFreeAllocpy() function
H A Dveccupmimpl.h982 PetscCall(PetscStrFreeAllocpy(usehost ? PETSCRANDER48 : PETSCDEVICERAND(), &v->defaultrandtype)); in BindToCPU_CUPMBase()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp360 PetscCall(PetscStrFreeAllocpy(MATSOLVERCUPM(), &A->solvertype)); in FactorPrepare()
916 …PetscCall(PetscStrFreeAllocpy(to_host ? VECSTANDARD : VecSeq_CUPM::VECCUPM(), &B->defaultvectype)); in Convert_Dispatch_()
1058 PetscCall(PetscStrFreeAllocpy(to_host ? PETSCRANDER48 : PETSCDEVICERAND(), &A->defaultrandtype)); in BindToCPU()
1771 PetscCall(PetscStrFreeAllocpy(MATSOLVERCUPM(), &fact->solvertype)); in GetFactor()