Home
last modified time | relevance | path

Searched refs:PetscFunctionListFind (Results 1 – 25 of 67) sorted by relevance

123

/petsc/src/sys/tests/
H A Dex65.c60 PetscCall(PetscFunctionListFind(fl, all_names[i], &func)); in TestPetscFunctionListFind()
70 PetscCall(PetscFunctionListFind(fl, all_names[i], &func)); in TestPetscFunctionListFind()
83 PetscCall(PetscFunctionListFind(fl, all_names[i], &fl_func)); in TestPetscFunctionListFind()
87 PetscCall(PetscFunctionListFind(fl_dup, all_names[i], &fl_dup_func)); in TestPetscFunctionListFind()
100 PetscCall(PetscFunctionListFind(fl_dup, all_names[i], &fl_dup_func)); in TestPetscFunctionListFind()
/petsc/src/ts/interface/
H A Dtsreg.c51 PetscCall(PetscFunctionListFind(TSList, type, &r)); in TSSetType()
/petsc/src/vec/is/is/interface/
H A Disreg.c73 PetscCall(PetscFunctionListFind(ISList, method, &r)); in ISSetType()
/petsc/src/sys/classes/random/interface/
H A Drandreg.c36 PetscCall(PetscFunctionListFind(PetscRandomList, type, &r)); in PetscRandomSetType()
/petsc/src/vec/is/ao/interface/
H A Daoreg.c97 PetscCall(PetscFunctionListFind(AOList, method, &r)); in AOSetType()
/petsc/src/sys/logging/handler/interface/
H A Dlhreg.c104 PetscCall(PetscFunctionListFind(PetscLogHandlerList, name, &r)); in PetscLogHandlerSetType()
/petsc/src/ksp/pc/interface/
H A Dpcset.c58 PetscCall(PetscFunctionListFind(PCList, type, &r)); in PCSetType()
/petsc/src/dm/interface/
H A Ddmgeommodel.c151 PetscCall(PetscFunctionListFind(DMGeomModelList, name, &dm->ops->snaptogeommodel)); in DMSetSnapToGeomModel()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c264 PetscCall(PetscFunctionListFind(KSPMonitorList, key, &mfunc)); in KSPMonitorSetFromOptions()
265 PetscCall(PetscFunctionListFind(KSPMonitorCreateList, key, &cfunc)); in KSPMonitorSetFromOptions()
266 PetscCall(PetscFunctionListFind(KSPMonitorDestroyList, key, &dfunc)); in KSPMonitorSetFromOptions()
H A Diguess.c255 PetscCall(PetscFunctionListFind(KSPGuessList, type, &r)); in KSPGuessSetType()
/petsc/src/vec/vec/interface/
H A Dvecreg.c139 PetscCall(PetscFunctionListFind(VecList, newType, &r)); in VecSetType()
/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c378 PetscCall(PetscFunctionListFind(PetscBenchList, type, &r)); in PetscBenchSetType()
/petsc/src/mat/interface/
H A Dmatreg.c143 PetscCall(PetscFunctionListFind(MatList, matype, &r)); in MatSetType()
/petsc/src/mat/graphops/order/
H A Dsorder.c213 PetscCall(PetscFunctionListFind(MatOrderingList, type, &r)); in MatGetOrdering()
/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c149 PetscCall(PetscFunctionListFind(MatColoringList, type, &r)); in MatColoringSetType()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c280 PetscCall(PetscFunctionListFind(MatCoarsenList, type, &r)); in MatCoarsenSetType()
/petsc/src/dm/dt/space/interface/
H A Dspace.c75 PetscCall(PetscFunctionListFind(PetscSpaceList, name, &r)); in PetscSpaceSetType()
/petsc/src/ml/regressor/interface/
H A Dregressor.c402 PetscCall(PetscFunctionListFind(PetscRegressorList, type, &r)); in PetscRegressorSetType()
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtagger.c88 PetscCall(PetscFunctionListFind(VecTaggerList, type, &r)); in VecTaggerSetType()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c39 PetscCall(PetscFunctionListFind(PetscPartitionerList, name, &r)); in PetscPartitionerSetType()
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c253 PetscCall(PetscFunctionListFind(PetscDrawList, type, &r)); in PetscDrawSetType()
/petsc/src/vec/pf/interface/
H A Dpf.c373 PetscCall(PetscFunctionListFind(PFList, type, &r)); in PFSetType()
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c123 PetscCall(PetscFunctionListFind(TSGLLEAdaptList, type, &r)); in TSGLLEAdaptSetType()
/petsc/src/dm/field/interface/
H A Ddmfield.c120 PetscCall(PetscFunctionListFind(DMFieldList, type, &r)); in DMFieldSetType()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c601 PetscCall(PetscFunctionListFind(plist, pname, &rectx->impuritySrcRate)); in ProcessREOptions()
603 PetscCall(PetscFunctionListFind(testlist, testname, &rectx->test)); in ProcessREOptions()
605 PetscCall(PetscFunctionListFind(elist, ename, &rectx->E)); in ProcessREOptions()

123