Home
last modified time | relevance | path

Searched defs:newtype (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/mat/impls/sbaij/mpi/
H A Dmpiaijsbaij.c10 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPISBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_MPIAIJ_MPISBAIJ()
51 PETSC_INTERN PetscErrorCode MatConvert_MPIBAIJ_MPISBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat… in MatConvert_MPIBAIJ_MPISBAIJ()
/petsc/src/mat/impls/sbaij/seq/
H A Daijsbaij.c5 PETSC_INTERN PetscErrorCode MatConvert_SeqSBAIJ_SeqAIJ(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_SeqSBAIJ_SeqAIJ()
163 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_SeqSBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_SeqAIJ_SeqSBAIJ()
235 PETSC_INTERN PetscErrorCode MatConvert_SeqSBAIJ_SeqBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat… in MatConvert_SeqSBAIJ_SeqBAIJ()
329 PETSC_INTERN PetscErrorCode MatConvert_SeqBAIJ_SeqSBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat… in MatConvert_SeqBAIJ_SeqSBAIJ()
/petsc/src/mat/impls/baij/seq/
H A Daijbaij.c3 PETSC_INTERN PetscErrorCode MatConvert_SeqBAIJ_SeqAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *… in MatConvert_SeqBAIJ_SeqAIJ()
92 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_SeqBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *… in MatConvert_SeqAIJ_SeqBAIJ()
/petsc/src/vec/is/sf/tests/
H A Dex25.c14 MPI_Datatype newtype; in main() local
/petsc/src/mat/utils/
H A Dconvert.c7 PetscErrorCode MatConvert_Basic(Mat mat, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Basic()
/petsc/src/mat/impls/baij/mpi/
H A Dmpiaijbaij.c8 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIBAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *… in MatConvert_MPIAIJ_MPIBAIJ()
/petsc/src/mat/impls/dense/seq/cupm/hip/
H A Dmatseqdensehip.hip.cxx34 PetscErrorCode MatConvert_SeqDense_SeqDenseHIP(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_SeqDense_SeqDenseHIP()
/petsc/src/mat/impls/dense/seq/cupm/cuda/
H A Dmatseqdensecuda.cu34 PetscErrorCode MatConvert_SeqDense_SeqDenseCUDA(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_SeqDense_SeqDenseCUDA()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp86 inline PetscErrorCode CUPMStream<T>::change_type(PetscStreamType newtype) noexcept in change_type()
/petsc/src/mat/impls/shell/
H A Dshellcnv.c4 PetscErrorCode MatConvert_Shell(Mat oldmat, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Shell()
221 PetscErrorCode MatConvertFrom_Shell(Mat A, MatType newtype, MatReuse reuse, Mat *B) in MatConvertFrom_Shell()
/petsc/include/petsc/mpiuni/
H A Dmpi.h466 …#define MPI_Type_dup(oldtype, newtype) (*(newtype) = oldtype, MPI_… argument
467 …#define MPI_Type_contiguous(count, oldtype, newtype) (*(newtype) = (MPI_COMBINER… argument
468 …#define MPI_Type_vector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument
469 …#define MPI_Type_hvector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument
470 #define MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument
472 …#define MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument
474 …Type_create_struct(count, array_of_blocklengths, array_of_displacements, array_of_types, newtype) \ argument
604 …eate_subarray(ndims, array_of_sizes, array_of_subsizes, array_of_starts, order, oldtype, newtype) \ argument
607 …#define MPI_Type_create_resized(oldtype, lb, extent, newtype) (MPIUNI_ARG(oldtype), MPIUNI_ARG(lb)… argument
609 …efine MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype) \ argument
/petsc/src/mat/impls/normal/
H A Dnormmh.c204 static PetscErrorCode MatConvert_NormalHermitian_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *n… in MatConvert_NormalHermitian_AIJ()
H A Dnormm.c220 static PetscErrorCode MatConvert_Normal_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Normal_AIJ()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c973 static PetscErrorCode MatConvert_ScaLAPACK_Dense(Mat A, MatType newtype, MatReuse reuse, Mat *B) in MatConvert_ScaLAPACK_Dense()
1088 PETSC_INTERN PetscErrorCode MatConvert_Dense_ScaLAPACK(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_Dense_ScaLAPACK()
1152 PETSC_INTERN PetscErrorCode MatConvert_AIJ_ScaLAPACK(Mat A, MatType newtype, MatReuse reuse, Mat *n… in MatConvert_AIJ_ScaLAPACK()
1186 PETSC_INTERN PetscErrorCode MatConvert_SBAIJ_ScaLAPACK(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_SBAIJ_ScaLAPACK()
/petsc/src/tao/matrix/
H A Dadamat.c258 PETSC_INTERN PetscErrorCode MatConvert_ADA(Mat mat, MatType newtype, Mat *NewMat) in MatConvert_ADA()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c1624 PetscErrorCode MatConvert_MPISELL_MPIAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_MPISELL_MPIAIJ()
1668 PetscErrorCode MatConvert_MPIAIJ_MPISELL(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_MPIAIJ_MPISELL()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c550 static PetscErrorCode MatConvert_HT(Mat N, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_HT()
H A Dtransm.c526 static PetscErrorCode MatConvert_Transpose(Mat N, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Transpose()
/petsc/src/mat/impls/maij/
H A Dmaij.c871 PETSC_INTERN PetscErrorCode MatConvert_SeqMAIJ_SeqAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *… in MatConvert_SeqMAIJ_SeqAIJ()
917 PETSC_INTERN PetscErrorCode MatConvert_MPIMAIJ_MPIAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *… in MatConvert_MPIMAIJ_MPIAIJ()
/petsc/src/mat/impls/nest/
H A Dmatnest.c1784 static PetscErrorCode MatConvert_Nest_SeqAIJ_fast(Mat A, MatType newtype, MatReuse reuse, Mat *newm… in MatConvert_Nest_SeqAIJ_fast()
2017 static PetscErrorCode MatConvert_Nest_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Nest_AIJ()
2205 static PetscErrorCode MatConvert_Nest_Dense(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Nest_Dense()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c233 PetscErrorCode MatConvert_SeqSELL_SeqAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_SeqSELL_SeqAIJ()
273 PetscErrorCode MatConvert_SeqAIJ_SeqSELL(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_SeqAIJ_SeqSELL()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1400 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIDense(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_MPIAIJ_MPIDense()
1418 static PetscErrorCode MatConvert_MPIDense_MPIAIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newma… in MatConvert_MPIDense_MPIAIJ()
1436 PETSC_INTERN PetscErrorCode MatConvert_MPIDense_Elemental(Mat A, MatType newtype, MatReuse reuse, M… in MatConvert_MPIDense_Elemental()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c169 static PetscErrorCode MatConvert_MPIAIJ_ML(Mat A, MatType newtype, MatReuse scall, Mat *Aloc) in MatConvert_MPIAIJ_ML()
/petsc/src/mat/impls/kaij/
H A Dkaij.c792 static PetscErrorCode MatConvert_KAIJ_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_KAIJ_AIJ()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c148 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_SeqDense(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_SeqAIJ_SeqDense()
196 PETSC_INTERN PetscErrorCode MatConvert_SeqDense_SeqAIJ(Mat A, MatType newtype, MatReuse reuse, Mat … in MatConvert_SeqDense_SeqAIJ()
3308 PETSC_INTERN PetscErrorCode MatConvert_SeqDense_Elemental(Mat A, MatType newtype, MatReuse reuse, M… in MatConvert_SeqDense_Elemental()

12