Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 301) sorted by relevance

12345678910>>...13

/petsc/src/mat/tutorials/
H A Dex9.c21 MatCompositeType type; in main() local
/petsc/src/mat/graphops/order/
H A Dspqmd.c7 PETSC_INTERN PetscErrorCode MatGetOrdering_QMD(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_QMD()
H A Dwbm.c32 PETSC_INTERN PetscErrorCode MatGetOrdering_WBM(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_WBM()
/petsc/src/mat/tests/
H A Dex259.c9 char type[16]; in ex1_nonsquare_bs1() local
H A Dex103.c20 MatType type; in main() local
H A Dex243.c13 MatType type; in main() local
/petsc/src/mat/graphops/order/metisnd/
H A Dmetisnd.c8 PETSC_INTERN PetscErrorCode MatGetOrdering_METISND(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_METISND()
/petsc/src/ksp/ksp/impls/cg/
H A Dcgimpl.h27 KSPCGType type; /* type of system (symmetric or Hermitian) */ member
/petsc/src/ts/impls/explicit/ssp/
H A Dssp.c281 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 Daoreg.c121 PetscErrorCode AOGetType(AO ao, AOType *type) in AOGetType()
/petsc/src/vec/is/sf/tests/
H A Dex11.c15 VecScatterType type; in main() local
/petsc/src/dm/impls/plex/
H A Dplexexodusii.c96 PetscErrorCode PetscViewerExodusIIOpen(MPI_Comm comm, const char name[], PetscFileMode type, PetscV… in PetscViewerExodusIIOpen()
/petsc/src/mat/graphops/order/amd/
H A Damd.c19 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 Dhdf5v.c152 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 Dpartition.c208 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 Dcgnsv.c163 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 Dsundials.c413 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 Dex1.c61 char *type; in main() local
/petsc/src/mat/impls/aij/mpi/aijmkl/
H A Dmpiaijmkl.c117 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 Dmpiaijsell.c113 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 Dmpiaijperm.c116 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIAIJPERM(Mat A, MatType type, MatReuse reuse, Mat *… in MatConvert_MPIAIJ_MPIAIJPERM()
/petsc/src/dm/dt/tests/
H A Dex15.c7 …tic PetscErrorCode testQuadrature(PetscInt dim, PetscInt degree, PetscDTSimplexQuadratureType type) in testQuadrature()
/petsc/src/mat/impls/baij/mpi/baijmkl/
H A Dmpibaijmkl.c16 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 Daijsell.c17 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 Ddmfield.c108 PetscErrorCode DMFieldSetType(DMField field, DMFieldType type) in DMFieldSetType()
147 PetscErrorCode DMFieldGetType(DMField field, DMFieldType *type) in DMFieldGetType()

12345678910>>...13