| /petsc/src/mat/tutorials/ |
| H A D | ex9.c | 21 MatCompositeType type; in main() local
|
| /petsc/src/mat/graphops/order/ |
| H A D | spqmd.c | 7 PETSC_INTERN PetscErrorCode MatGetOrdering_QMD(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_QMD()
|
| H A D | wbm.c | 32 PETSC_INTERN PetscErrorCode MatGetOrdering_WBM(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_WBM()
|
| /petsc/src/mat/tests/ |
| H A D | ex259.c | 9 char type[16]; in ex1_nonsquare_bs1() local
|
| H A D | ex103.c | 20 MatType type; in main() local
|
| H A D | ex243.c | 13 MatType type; in main() local
|
| /petsc/src/mat/graphops/order/metisnd/ |
| H A D | metisnd.c | 8 PETSC_INTERN PetscErrorCode MatGetOrdering_METISND(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_METISND()
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cgimpl.h | 27 KSPCGType type; /* type of system (symmetric or Hermitian) */ member
|
| /petsc/src/ts/impls/explicit/ssp/ |
| H A D | ssp.c | 281 PetscErrorCode TSSSPGetType(TS ts, TSSSPType *type) in TSSSPGetType() 338 static PetscErrorCode TSSSPSetType_SSP(TS ts, TSSSPType type) in TSSSPSetType_SSP() 364 static PetscErrorCode TSSSPGetType_SSP(TS ts, TSSSPType *type) in TSSSPGetType_SSP()
|
| /petsc/src/vec/is/ao/interface/ |
| H A D | aoreg.c | 121 PetscErrorCode AOGetType(AO ao, AOType *type) in AOGetType()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex11.c | 15 VecScatterType type; in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexexodusii.c | 96 PetscErrorCode PetscViewerExodusIIOpen(MPI_Comm comm, const char name[], PetscFileMode type, PetscV… in PetscViewerExodusIIOpen()
|
| /petsc/src/mat/graphops/order/amd/ |
| H A D | amd.c | 19 PETSC_INTERN PetscErrorCode MatGetOrdering_AMD(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_AMD()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 152 static PetscErrorCode PetscViewerFileSetMode_HDF5(PetscViewer viewer, PetscFileMode type) in PetscViewerFileSetMode_HDF5() 161 static PetscErrorCode PetscViewerFileGetMode_HDF5(PetscViewer viewer, PetscFileMode *type) in PetscViewerFileGetMode_HDF5() 694 PetscErrorCode PetscViewerHDF5Open(MPI_Comm comm, const char name[], PetscFileMode type, PetscViewe… in PetscViewerHDF5Open() 869 H5O_type_t type; in PetscViewerHDF5OpenGroup() local 1475 H5O_type_t type; in PetscViewerHDF5HasGroup() local 1514 H5O_type_t type; in PetscViewerHDF5HasDataset() local
|
| /petsc/src/mat/graphops/partition/ |
| H A D | partition.c | 208 PetscErrorCode MatPartitioningGetType(MatPartitioning partitioning, MatPartitioningType *type) in MatPartitioningGetType() 712 PetscErrorCode MatPartitioningSetType(MatPartitioning part, MatPartitioningType type) in MatPartitioningSetType() 764 char type[256]; in MatPartitioningSetFromOptions() local
|
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 163 static PetscErrorCode PetscViewerFileSetMode_CGNS(PetscViewer viewer, PetscFileMode type) in PetscViewerFileSetMode_CGNS() 172 static PetscErrorCode PetscViewerFileGetMode_CGNS(PetscViewer viewer, PetscFileMode *type) in PetscViewerFileGetMode_CGNS() 308 PetscErrorCode PetscViewerCGNSOpen(MPI_Comm comm, const char name[], PetscFileMode type, PetscViewe… in PetscViewerCGNSOpen()
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 413 char *type; in TSView_Sundials() local 482 static PetscErrorCode TSSundialsSetType_Sundials(TS ts, TSSundialsLmmType type) in TSSundialsSetType_Sundials() 509 static PetscErrorCode TSSundialsSetGramSchmidtType_Sundials(TS ts, TSSundialsGramSchmidtType type) in TSSundialsSetGramSchmidtType_Sundials() 627 PetscErrorCode TSSundialsSetType(TS ts, TSSundialsLmmType type) in TSSundialsSetType() 725 PetscErrorCode TSSundialsSetGramSchmidtType(TS ts, TSSundialsGramSchmidtType type) in TSSundialsSetGramSchmidtType()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex1.c | 61 char *type; in main() local
|
| /petsc/src/mat/impls/aij/mpi/aijmkl/ |
| H A D | mpiaijmkl.c | 117 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIAIJMKL(Mat A, MatType type, MatReuse reuse, Mat *n… in MatConvert_MPIAIJ_MPIAIJMKL()
|
| /petsc/src/mat/impls/aij/mpi/aijsell/ |
| H A D | mpiaijsell.c | 113 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIAIJSELL(Mat A, MatType type, MatReuse reuse, Mat *… in MatConvert_MPIAIJ_MPIAIJSELL()
|
| /petsc/src/mat/impls/aij/mpi/aijperm/ |
| H A D | mpiaijperm.c | 116 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIAIJPERM(Mat A, MatType type, MatReuse reuse, Mat *… in MatConvert_MPIAIJ_MPIAIJPERM()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex15.c | 7 …tic PetscErrorCode testQuadrature(PetscInt dim, PetscInt degree, PetscDTSimplexQuadratureType type) in testQuadrature()
|
| /petsc/src/mat/impls/baij/mpi/baijmkl/ |
| H A D | mpibaijmkl.c | 16 static PetscErrorCode MatConvert_MPIBAIJ_MPIBAIJMKL(Mat A, MatType type, MatReuse reuse, Mat *newma… in MatConvert_MPIBAIJ_MPIBAIJMKL()
|
| /petsc/src/mat/impls/aij/seq/aijsell/ |
| H A D | aijsell.c | 17 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJSELL_SeqAIJ(Mat A, MatType type, MatReuse reuse, Mat *… in MatConvert_SeqAIJSELL_SeqAIJ() 201 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_SeqAIJSELL(Mat A, MatType type, MatReuse reuse, Mat *… in MatConvert_SeqAIJ_SeqAIJSELL()
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 108 PetscErrorCode DMFieldSetType(DMField field, DMFieldType type) in DMFieldSetType() 147 PetscErrorCode DMFieldGetType(DMField field, DMFieldType *type) in DMFieldGetType()
|