| /petsc/config/ |
| H A D | configure.py | 26 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 D | testparse.py | 625 opts, extra_args = parser.parse_args() variable
|
| H A D | gmakegen.py | 299 opts, extra_args = parser.parse_args() variable
|
| H A D | gmakegentest.py | 1094 opts, extra_args = parser.parse_args() variable
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_fact.py | 5 def mkmat(n, mtype, opts): argument 15 def mksys_diag(n, mtype, opts): argument 28 def mksys_poi2(n, mtype, opts): argument
|
| H A D | test_optdb.py | 19 def _putopts(self, opts=None, OPTLIST=None): argument 27 def _delopts(self, opts=None, OPTLIST=None): argument
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgenerate.c | 103 PetscErrorCode DMPlexTriangleSetOptions(DM dm, const char *opts) in DMPlexTriangleSetOptions() 128 PetscErrorCode DMPlexTetgenSetOptions(DM dm, const char *opts) in DMPlexTetgenSetOptions()
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 66 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 535 …opts = 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 D | ex20.c | 7 PetscInt opts[6] = {0}; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex140.c | 46 char opts[256]; in RunHasOperationTest() local
|
| /petsc/lib/petsc/bin/ |
| H A D | generatefortranbindings.py | 441 def generateFortranStub(senums, funname, fun, fd, opts): argument
|
| /petsc/src/dm/impls/plex/generators/triangle/ |
| H A D | trigenerate.c | 76 char opts[64]; in DMPlexGenerate_Triangle() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 1119 cdef PetscErrorCode matfactorinfo(PetscBool inc, PetscBool chol, object opts,
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 55 char opts[64]; in DMPlexGenerate_Tetgen() local
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 20 static int ShouldPrintHelp(const PetscOptionItems opts) in ShouldPrintHelp()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5944 PetscBool issbaij, opts, isset, issym; in PCBDDCSetUpLocalSolvers() local
|