Home
last modified time | relevance | path

Searched defs:method (Results 1 – 20 of 20) sorted by relevance

/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c211 PetscErrorCode MatPartitioningChacoSetGlobal(MatPartitioning part, MPChacoGlobalType method) in MatPartitioningChacoSetGlobal()
220 … PetscErrorCode MatPartitioningChacoSetGlobal_Chaco(MatPartitioning part, MPChacoGlobalType method) in MatPartitioningChacoSetGlobal_Chaco()
254 PetscErrorCode MatPartitioningChacoGetGlobal(MatPartitioning part, MPChacoGlobalType *method) in MatPartitioningChacoGetGlobal()
263 …PetscErrorCode MatPartitioningChacoGetGlobal_Chaco(MatPartitioning part, MPChacoGlobalType *method) in MatPartitioningChacoGetGlobal_Chaco()
292 PetscErrorCode MatPartitioningChacoSetLocal(MatPartitioning part, MPChacoLocalType method) in MatPartitioningChacoSetLocal()
301 …ic PetscErrorCode MatPartitioningChacoSetLocal_Chaco(MatPartitioning part, MPChacoLocalType method) in MatPartitioningChacoSetLocal_Chaco()
332 PetscErrorCode MatPartitioningChacoGetLocal(MatPartitioning part, MPChacoLocalType *method) in MatPartitioningChacoGetLocal()
341 …c PetscErrorCode MatPartitioningChacoGetLocal_Chaco(MatPartitioning part, MPChacoLocalType *method) in MatPartitioningChacoGetLocal_Chaco()
407 PetscErrorCode MatPartitioningChacoSetEigenSolver(MatPartitioning part, MPChacoEigenType method) in MatPartitioningChacoSetEigenSolver()
416 …scErrorCode MatPartitioningChacoSetEigenSolver_Chaco(MatPartitioning part, MPChacoEigenType method) in MatPartitioningChacoSetEigenSolver_Chaco()
[all …]
/petsc/src/vec/is/is/interface/
H A Disreg.c62 PetscErrorCode ISSetType(IS is, ISType method) in ISSetType()
/petsc/src/ksp/ksp/tests/
H A Dex53.c14 …PetscInt method = 2, mat_size = 40, block_size = 2, *A_indices = NULL, *B_indices = NULL, A_siz… in main() local
/petsc/src/vec/is/ao/interface/
H A Daoreg.c86 PetscErrorCode AOSetType(AO ao, AOType method) in AOSetType()
/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c21 VecTaggerCDFMethod method; member
404 PetscInt method; in VecTaggerSetFromOptions_CDF() local
432 PetscErrorCode VecTaggerCDFSetMethod(VecTagger tagger, VecTaggerCDFMethod method) in VecTaggerCDFSetMethod()
458 PetscErrorCode VecTaggerCDFGetMethod(VecTagger tagger, VecTaggerCDFMethod *method) in VecTaggerCDFGetMethod()
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py427 def check_dtype(method): argument
436 def check_package(method): argument
449 def check_nsize(method): argument
H A Dtest_snes_py.py15 def _log(self, method, *args): argument
H A Dtest_viewer_py.py13 def _log(self, method, *args): argument
H A Dtest_ts_py.py40 def _log(self, method, *args): argument
H A Dtest_tao_py.py24 def _log(self, method): argument
H A Dtest_pc_py.py75 def _log(self, method, *args): argument
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py99 def visit_method(method, clas_name=None): argument
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py173 def visit_method(method): argument
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c5 PetscInt method; /* 1, 2 or 3 */ member
/petsc/src/snes/utils/dm/
H A Ddmadapt.c264 PetscErrorCode DMAdaptorSetType(DMAdaptor adaptor, DMAdaptorType method) in DMAdaptorSetType()
/petsc/src/dm/label/
H A Ddmlabel.c2505 PetscErrorCode DMLabelSetType(DMLabel label, DMLabelType method) in DMLabelSetType()
/petsc/src/vec/is/section/interface/
H A Dsection.c3456 PetscErrorCode PetscSectionSymSetType(PetscSectionSym sym, PetscSectionSymType method) in PetscSectionSymSetType()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c192 PetscErrorCode DMPlexTransformSetType(DMPlexTransform tr, DMPlexTransformType method) in DMPlexTransformSetType()
/petsc/src/dm/interface/
H A Ddm.c4015 PetscErrorCode DMSetType(DM dm, DMType method) in DMSetType()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5081 char method[PETSC_MAX_PATH_LEN]; in DMSetFromOptions_NonRefinement_Plex() local