| /petsc/src/ts/tutorials/autodiff/adolc-utils/ |
| H A D | matfree.cxx | 35 PetscScalar *action, *x1; in PetscAdolcIJacobianVectorProduct() local 57 PetscCall(PetscMalloc1(m, &action)); in PetscAdolcIJacobianVectorProduct() 59 fos_forward(mctx->tag1, m, n, 0, x0, x1, NULL, action); in PetscAdolcIJacobianVectorProduct() 63 …o.ys) && (j < info.ys + info.ym)) PetscCall(VecSetValuesLocal(Y, 1, &k, &action[k], INSERT_VALUES)… in PetscAdolcIJacobianVectorProduct() 75 fos_forward(mctx->tag2, m, n, 0, x0, x1, NULL, action); in PetscAdolcIJacobianVectorProduct() 80 action[k] *= mctx->shift; in PetscAdolcIJacobianVectorProduct() 81 PetscCall(VecSetValuesLocal(Y, 1, &k, &action[k], ADD_VALUES)); in PetscAdolcIJacobianVectorProduct() 90 PetscCall(PetscFree(action)); in PetscAdolcIJacobianVectorProduct() 117 PetscScalar *action, *x1; in PetscAdolcIJacobianVectorProductIDMass() local 139 PetscCall(PetscMalloc1(m, &action)); in PetscAdolcIJacobianVectorProductIDMass() [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | testharness_util.py | 33 def walktree(top, action, datafilespath=None): argument 72 action = 'gen_dl_path' 73 if action == 'print_datafiles': 75 if action == 'gen_dl_path': 129 action = 'print_datafiles' if not options.action else options.action 130 walktree(startdir, action, datafilespath=options.datafilespath)
|
| H A D | check_header_guard.py | 373 if opts.action == 'convert': 376 elif opts.action == 'check': 408 if args.action not in {'check', 'convert'}: 492 parser.add_argument('--version', action='version', version=f'%(prog)s v{__version_str__}')
|
| H A D | gcov.py | 707 …parser.add_argument('-c', '--ci-mode', action='store_true', help='enable CI mode, which adds all a… 709 parser.add_argument('--html', action='store_true', help='generate HTML output') 710 parser.add_argument('--xml', action='store_true', help='generate XML output') 711 …parser.add_argument('-v', '--verbose', action='count', default=0, help='verbose output, multiple f…
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 21 action='store_const', 30 action='store_const', 40 action='append', 50 action='append', 60 action='append', 68 action='store_true', 75 action='store_false', 83 action='append', 92 action='store', 101 action='store_true', [all …]
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 479 …argparser.add_argument('-t', '--set-title', metavar='TITLE', action='store', help="Sets the title … 480 …argparser.add_argument('-nnl', '--no-node-labels', action='store_true', help="Disables labeling no… 481 …argparser.add_argument('-nel', '--no-edge-labels', action='store_true', help="Disables labeling ed… 482 …argparser.add_argument('-nc', '--set-node-color', metavar='COLOR', action='store', help="Sets the … 483 …argparser.add_argument('-ec', '--set-edge-color', metavar='COLOR', action='store', help="Sets the … 484 …argparser.add_argument('-ntc', '--set-node-title-color', metavar='COLOR', action='store', help="Se… 485 …argparser.add_argument('-etc', '--set-edge-title-color', metavar='COLOR', action='store', help="Se… 486 …argparser.add_argument('-nd', '--no-display', action='store_true', help="Disables displaying the f… 487 …argparser.add_argument('-tx', '--test-execute', action='store_true', help="Returns from the progra… 488 …argparser.add_argument('-dt', '--display-time', metavar='SECONDS', action='store', help="Sets the … [all …]
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 703 action = sys.argv[1] variable 707 if action == 'server': 709 elif action == 'client': 715 elif action == 'cacheClient': 721 elif action == 'stampClient': 727 elif action == 'clear': 730 elif action == 'insert': 733 elif action == 'remove': 737 sys.exit('Unknown action: '+action)
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 303 parser.add_argument('-n','--dry-run',action='store_true',help='print what the result would be') 304 parser.add_argument('-v','--verbose',action='count',default=0,help='verbose') 305 …parser.add_argument('-f','--force',action='store_true',help='don\'t narrow search using SEARCH TOO… 306 …parser.add_argument('--delete-empty-last-line',action='store_true',help='remove empty lines at the…
|
| /petsc/src/sys/error/ |
| H A D | signal.c | 221 struct sigaction action; local 222 sigaction(SIGHUP, NULL, &action); 223 if (action.sa_handler == SIG_IGN) {
|
| /petsc/doc/developers/ |
| H A D | mrmanagement.md | 8 examining open merge requests and taking appropriate action. 27 If the submitter/assignee must take action, change the label to `workflow::Waiting-on-Submitter`.
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | petsc_python_types.rst | 19 PETSc provides a convenient way to compute the action of linear operators coded 22 In addition to the matrix action, the implementation can expose additional 45 the diagonal of the matrix. The action of the preconditioner consists of the
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkAssembly.py | 98 parser.add_argument('--small', action='store_true', default=False, help='Use small sizes') 99 …parser.add_argument('--batch', action='store_true', default=False, help='Generate batch files fo…
|
| H A D | benchmarkExample.py | 492 …parser.add_argument('--plotOnly',action='store_true', default=False, help='Flag to only plot exist… 493 …parser.add_argument('--batch', action='store_true', default=False, help='Generate batch files fo… 494 parser.add_argument('--daemon', action='store_true', default=False, help='Run as a daemon')
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 224 PetscLogActionType action; /* The type of execution */ member 403 new_action.action = PETSC_LOG_ACTION_CREATE; in PetscLogHandlerObjectCreate_Default() 468 new_action.action = PETSC_LOG_ACTION_DESTROY; in PetscLogHandlerObjectDestroy_Default() 592 new_action.action = PETSC_LOG_ACTION_BEGIN; in PetscLogHandlerEventBegin_Default() 639 new_action.action = PETSC_LOG_ACTION_END; in PetscLogHandlerEventEnd_Default() 920 Action *action; in PetscLogHandlerDump_Default() local 922 PetscCall(PetscLogActionArrayGetRef(def->petsc_actions, a, &action)); in PetscLogHandlerDump_Default() 923 …t64_FMT " %g %g %g\n", action->time, action->action, action->event, action->classid, action->id1, … in PetscLogHandlerDump_Default() 924 action->mem, action->maxmem)); in PetscLogHandlerDump_Default()
|
| /petsc/config/ |
| H A D | report_tests.py | 323 parser.add_option('-f', '--fail', dest='show_fail', action="store_true", 325 parser.add_option('-s', '--show', dest='show_results', action="store_true",
|
| H A D | gmakegentest.py | 1081 …--verbose', help='Show mismatches between makefiles and the filesystem', action='store_true', defa… 1085 …parser.add_option('-s', '--single_executable', dest='single_executable', action="store_false", hel… 1087 parser.add_option('-c', '--check-output', dest='check_output', action="store_true",
|
| H A D | query_tests.py | 311 parser.add_option('-u', '--use-source', action="store_false",
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 392 group_general.add_argument('--version', action='version', version=f'%(prog)s {pl.version_str()}') 434 group_diag, '-fdiagnostics-all', default=True, action=CheckFilter, advanced=True, 443 group_diag, diag_flag, default=True, action=CheckFilter, advanced=True, help=helpstr
|
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor_synthetic.py | 22 parser.add_argument('--add_noise', action='store_true')
|
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIO.py | 526 …convert.add_argument('--symmetrize', help='Symmetrize (A+A^T)/2 during conversion', action='store_… 528 convert.add_argument('--complex', help='Use complex scalars', action='store_true')
|
| H A D | petsc_tas_analysis.py | 927 '-v', '--version', action='version', version='%(prog)s 1.0')
|
| /petsc/doc/changes/ |
| H A D | 316.md | 107 - `MATMPIKAIJ` now tracks the object state of the AIJ matrix describing the blockwise action of the… 116 - Add `MATCENTERING` special matrix type that implements action of the
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 We next create a label marking each cell in the mesh with an action, such as `DM_ADAPT_REFINE` or `…
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 94 …-@${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/check_header_guard.py --action=check --kind=pragma_on…
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 99 …c's mesh management and solvers while relying upon libCEED for the local action of the linear and …
|