| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpiaijsbaij.c | 10 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 D | aijsbaij.c | 5 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 D | aijbaij.c | 3 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 D | ex25.c | 14 MPI_Datatype newtype; in main() local
|
| /petsc/src/mat/utils/ |
| H A D | convert.c | 7 PetscErrorCode MatConvert_Basic(Mat mat, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Basic()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpiaijbaij.c | 8 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 D | matseqdensehip.hip.cxx | 34 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 D | matseqdensecuda.cu | 34 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 D | cupmstream.hpp | 86 inline PetscErrorCode CUPMStream<T>::change_type(PetscStreamType newtype) noexcept in change_type()
|
| /petsc/src/mat/impls/shell/ |
| H A D | shellcnv.c | 4 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 D | mpi.h | 466 …#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 D | normmh.c | 204 static PetscErrorCode MatConvert_NormalHermitian_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *n… in MatConvert_NormalHermitian_AIJ()
|
| H A D | normm.c | 220 static PetscErrorCode MatConvert_Normal_AIJ(Mat A, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Normal_AIJ()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 973 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 D | adamat.c | 258 PETSC_INTERN PetscErrorCode MatConvert_ADA(Mat mat, MatType newtype, Mat *NewMat) in MatConvert_ADA()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 1624 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 D | htransm.c | 550 static PetscErrorCode MatConvert_HT(Mat N, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_HT()
|
| H A D | transm.c | 526 static PetscErrorCode MatConvert_Transpose(Mat N, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Transpose()
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 871 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 D | matnest.c | 1784 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 D | sell.c | 233 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 D | mpidense.c | 1400 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 D | ml.c | 169 static PetscErrorCode MatConvert_MPIAIJ_ML(Mat A, MatType newtype, MatReuse scall, Mat *Aloc) in MatConvert_MPIAIJ_ML()
|
| /petsc/src/mat/impls/kaij/ |
| H A D | kaij.c | 792 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 D | dense.c | 148 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()
|