| /petsc/src/binding/petsc4py/test/ |
| H A D | test_snes_py.py | 12 self.trace = False 18 if not self.trace: 34 if not self.trace: 44 self.trace = OptDB.getBool('trace', self.trace)
|
| /petsc/src/dm/impls/moab/tests/output/ |
| H A D | ex3_2_1.out | 8 Boundary trace: 16 Boundary trace: 24 Boundary trace:
|
| H A D | ex3_1_2.out | 8 Boundary trace: 16 Boundary trace: 24 Boundary trace:
|
| H A D | ex3_1.out | 8 Boundary trace: 16 Boundary trace: 24 Boundary trace:
|
| H A D | ex3_1_1.out | 8 Boundary trace: 16 Boundary trace: 24 Boundary trace:
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex35.c | 64 PetscBool trace = PETSC_FALSE, checkMemory = PETSC_TRUE, auxMemory = PETSC_FALSE; in main() local 69 PetscCall(PetscOptionsGetBool(NULL, NULL, "-trace", &trace, NULL)); in main() 74 if (trace) PetscCall(PetscMallocTraceSet(NULL, PETSC_TRUE, 5000.)); in main() 78 if (trace) PetscCall(PetscMallocTraceSet(NULL, PETSC_FALSE, 5000)); in main()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 374 def _do_check_traceable_to_parent_args(obj: Cursor, parent_arg_names: tuple[str, ...], trace: list[… 499 trace.append(parent) 511 loc, trace = _do_check_traceable_to_parent_args(parent, parent_arg_names, trace) 512 return loc, trace 590 trace: list[CursorLike] = [] 596 parent_idx, trace = check_traceable_to_parent_args(obj, parent_arg_names) 628 if trace: 630 for cursor in trace:
|
| /petsc/src/snes/tutorials/ |
| H A D | ex56.c | 36 PetscReal trace, mu = s_mu, lambda = s_lambda, rad; in f1_u_3d_alpha() local 47 for (i = 0, trace = 0; i < dim; ++i) trace += PetscRealPart(u_x[i * dim + i]); in f1_u_3d_alpha() 50 f1[i * dim + i] += lambda * trace; in f1_u_3d_alpha() 57 PetscReal trace, mu = s_mu, lambda = s_lambda; in f1_u_3d() local 59 for (i = 0, trace = 0; i < dim; ++i) trace += PetscRealPart(u_x[i * dim + i]); in f1_u_3d() 62 f1[i * dim + i] += lambda * trace; in f1_u_3d()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1013 static PetscErrorCode PetscQuadratureCreateTensor(PetscQuadrature trace, PetscQuadrature fiber, Pet… in PetscQuadratureCreateTensor() argument 1024 PetscCall(PetscQuadratureGetData(trace, &dimTrace, NULL, &numPointsTrace, &pointsTrace, NULL)); in PetscQuadratureCreateTensor() 1042 static PetscErrorCode MatTensorAltV(Mat trace, Mat fiber, PetscInt dimTrace, PetscInt kTrace, Petsc… in MatTensorAltV() argument 1059 PetscCall(MatGetSize(trace, &mTrace, &nTrace)); in MatTensorAltV() 1067 PetscCall(MatGetRow(trace, i, &nnzTrace[i], NULL, NULL)); in MatTensorAltV() 1114 PetscCall(MatGetRow(trace, iT, &ncolsT, &colsT, &valsT)); in MatTensorAltV() 1168 PetscCall(MatRestoreRow(trace, iT, &ncolsT, &colsT, &valsT)); in MatTensorAltV() 2331 PetscDualSpace trace, fiber; in PetscDualSpaceSetUp_Lagrange() local 2337 trace = sp->pointSpaces[tensorf]; in PetscDualSpaceSetUp_Lagrange() 2339 …DualSpaceCreateFacetSubspace_Lagrange(sp, NULL, tensorf, formDegree, Ncopies, PETSC_TRUE, &trace)); in PetscDualSpaceSetUp_Lagrange() [all …]
|
| /petsc/doc/tutorials/ |
| H A D | guide_to_examples_by_physics.md | 43 -\nabla\cdot \left( \lambda I \operatorname{trace}(\bm\varepsilon) + 2\mu \bm\varepsilon \right) = …
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 30 trashz \#*\# *.mex* *.stolen *.trace Log.* *.stolen \
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 130 …trace with applicability to ICF plasma. I will discuss underlying improvements to the DMSwarm API …
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 709 For AMD GPUs, log events registered to PETSc can be displayed as ranges in trace files generated by… 714 mpiexec -n 1 rocprofv3 --marker-trace -o file_name -- ./path/to/application -log_roctx
|
| H A D | snes.md | 544 This is necessary to accurately trace the equilibrium path.
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 48 or `LIBS`, whereas in `BuildSystem` one can trace the provenance of a flag before it
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 48 -log_trace [filename]: prints trace of all PETSc calls
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 412 PetscErrorCode MatGetTrace(Mat mat, PetscScalar *trace) in MatGetTrace() argument 418 PetscAssertPointer(trace, 2); in MatGetTrace() 421 PetscCall(VecSum(diag, trace)); in MatGetTrace()
|
| /petsc/doc/faq/ |
| H A D | index.md | 1745 use 'where' to print a stack trace for each process. 1893 - option `--with-debugging` enables valgrind to give stack trace with additional
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7613 (parallel/trace-level 0)
|
| /petsc/doc/ |
| H A D | petsc.bib | 13337 title = {A new {PICL} trace file format},
|