Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Dmatfree.cxx35 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 Dtestharness_util.py33 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 Dcheck_header_guard.py373 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 Dgcov.py707 …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 Druntests.py21 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 Ddmnetwork_view.py479 …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 DRDict.py703 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 Dchkerrconvert.py303 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 Dsignal.c221 struct sigaction action; local
222 sigaction(SIGHUP, NULL, &action);
223 if (action.sa_handler == SIG_IGN) {
/petsc/doc/developers/
H A Dmrmanagement.md8 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 Dpetsc_python_types.rst19 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 DbenchmarkAssembly.py98 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 DbenchmarkExample.py492 …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 Dlogdefault.c224 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 Dreport_tests.py323 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 Dgmakegentest.py1081 …--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 Dquery_tests.py311 parser.add_option('-u', '--use-source', action="store_false",
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py392 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 Dtest_regressor_synthetic.py22 parser.add_argument('--add_noise', action='store_true')
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py526 …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 Dpetsc_tas_analysis.py927 '-v', '--version', action='version', version='%(prog)s 1.0')
/petsc/doc/changes/
H A D316.md107 - `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 Dguide_to_subsurface.md74 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 Drules_util.mk94 …-@${PYTHON} ${PETSC_DIR}/lib/petsc/bin/maint/check_header_guard.py --action=check --kind=pragma_on…
/petsc/doc/community/bofs/
H A D2026_Feb_CASS.md99 …c's mesh management and solvers while relying upon libCEED for the local action of the linear and …

12