Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 20 of 20) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_snes_py.py12 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 Dex3_2_1.out8 Boundary trace:
16 Boundary trace:
24 Boundary trace:
H A Dex3_1_2.out8 Boundary trace:
16 Boundary trace:
24 Boundary trace:
H A Dex3_1.out8 Boundary trace:
16 Boundary trace:
24 Boundary trace:
H A Dex3_1_1.out8 Boundary trace:
16 Boundary trace:
24 Boundary trace:
/petsc/src/dm/impls/plex/tests/
H A Dex35.c64 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.py374 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 Dex56.c36 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 Ddspacelagrange.c1013 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 Dguide_to_examples_by_physics.md43 -\nabla\cdot \left( \lambda I \operatorname{trace}(\bm\varepsilon) + 2\mu \bm\varepsilon \right) = …
/petsc/lib/petsc/conf/
H A Drules30 trashz \#*\# *.mex* *.stolen *.trace Log.* *.stolen \
/petsc/doc/community/meetings/2025/
H A Dindex.md130trace with applicability to ICF plasma. I will discuss underlying improvements to the DMSwarm API …
/petsc/doc/manual/
H A Dprofiling.md709 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 Dsnes.md544 This is necessary to accurately trace the equilibrium path.
/petsc/doc/developers/
H A Dbuildsystem.md48 or `LIBS`, whereas in `BuildSystem` one can trace the provenance of a flag before it
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out48 -log_trace [filename]: prints trace of all PETSc calls
/petsc/src/mat/interface/
H A Dmatrix.c412 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 Dindex.md1745 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 Dtestcase3D.cas7613 (parallel/trace-level 0)
/petsc/doc/
H A Dpetsc.bib13337 title = {A new {PICL} trace file format},