Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 16 of 16) sorted by relevance

/petsc/config/
H A Dconfigure.py26 def check_for_option_mistakes(opts): argument
47 def check_for_unsupported_combinations(opts): argument
51 def check_for_option_changed(opts): argument
73 def check_petsc_arch(opts): argument
H A Dtestparse.py625 opts, extra_args = parser.parse_args() variable
H A Dgmakegen.py299 opts, extra_args = parser.parse_args() variable
H A Dgmakegentest.py1094 opts, extra_args = parser.parse_args() variable
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_fact.py5 def mkmat(n, mtype, opts): argument
15 def mksys_diag(n, mtype, opts): argument
28 def mksys_poi2(n, mtype, opts): argument
H A Dtest_optdb.py19 def _putopts(self, opts=None, OPTLIST=None): argument
27 def _delopts(self, opts=None, OPTLIST=None): argument
/petsc/src/dm/impls/plex/
H A Dplexgenerate.c103 PetscErrorCode DMPlexTriangleSetOptions(DM dm, const char *opts) in DMPlexTriangleSetOptions()
128 PetscErrorCode DMPlexTetgenSetOptions(DM dm, const char *opts) in DMPlexTetgenSetOptions()
/petsc/src/benchmarks/
H A DbenchmarkExample.py66 def optionsToString(self, **opts):
98 def run(self, numProcs = 1, log = True, **opts):
428 def processOptions(opts, name, n): argument
439 def getLogName(opts): argument
448 def run_DMDA(ex, name, opts, args, sizes, times, events, log=True, execute=True): argument
456 def run_DMPlex(ex, name, opts, args, sizes, times, events, log=True, execute=True): argument
535opts = dict([t if len(t) == 2 else (t[0], None) for t in [arg.split('=', 1) for arg in stropts.spl… variable
/petsc/src/sys/tests/
H A Dex20.c7 PetscInt opts[6] = {0}; in main() local
/petsc/src/mat/tests/
H A Dex140.c46 char opts[256]; in RunHasOperationTest() local
/petsc/lib/petsc/bin/
H A Dgeneratefortranbindings.py441 def generateFortranStub(senums, funname, fun, fd, opts): argument
/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c76 char opts[64]; in DMPlexGenerate_Triangle() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi1119 cdef PetscErrorCode matfactorinfo(PetscBool inc, PetscBool chol, object opts,
/petsc/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx55 char opts[64]; in DMPlexGenerate_Tetgen() local
/petsc/src/sys/objects/
H A Daoptions.c20 static int ShouldPrintHelp(const PetscOptionItems opts) in ShouldPrintHelp()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5944 PetscBool issbaij, opts, isset, issym; in PCBDDCSetUpLocalSolvers() local