Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/mat/tutorials/output/
H A Dex7_4.out9 [0] <mat> main(): Mat info is enabled
10 [0] <vec> main(): Vec info is enabled
11 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
12 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
13 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
14 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
15 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
16 [0] <sys> main(): Sys info is enabled again through PetscInfoSetClasses
17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_5.out9 [0] <mat> main(): Mat info is enabled
10 [0] <vec> main(): Vec info is enabled
11 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
12 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
13 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
14 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
15 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
16 [0] <sys> main(): Sys info is enabled again through PetscInfoSetClasses
17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_1.out14 [0] <mat> main(): Mat info is enabled
15 [0] <vec> main(): Vec info is enabled
16 [0] <sys> main(): Sys info is enabled
17 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
18 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
19 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
20 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
21 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
22 [0] <sys> main(): Sys info is enabled again through PetscInfoSetClasses
23 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_3.out4 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
5 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
6 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
7 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
8 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
9 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
10 [0] <mat> main(): Mat info is enabled
16 [0] <sys> main(): Sys info is enabled
17 [0] <sys> main(): Sys info is enabled again through PetscInfoSetClasses
22 [0] <vec> main(): Vec info is enabled
H A Dex7_2.out15 [0] <mat> main(): Mat info is enabled
16 [0] <vec> main(): Vec info is enabled
17 [0] <sys> main(): Sys info is enabled
19 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
20 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
21 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
22 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
23 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
24 [0] <sys> main(): Sys info is enabled again through PetscInfoSetClasses
26 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
/petsc/src/sys/info/
H A Dverboseinfo.c51 PetscErrorCode PetscInfoEnabled(PetscClassId classid, PetscBool *enabled) in PetscInfoEnabled() argument
54 PetscAssertPointer(enabled, 2); in PetscInfoEnabled()
56 *enabled = (PetscBool)(PetscLogPrintInfo && PetscInfoFlags[classid - PETSC_SMALLEST_CLASSID]); in PetscInfoEnabled()
279 PetscBool enabled, exclude, found, opt; in PetscInfoProcessClass() local
286 PetscCall(PetscInfoGetInfo(&enabled, NULL, &exclude, NULL, NULL)); in PetscInfoProcessClass()
590 PetscBool enabled = PETSC_FALSE; in PetscInfo_Private() local
601 PetscCall(PetscInfoEnabled(classid, &enabled)); in PetscInfo_Private()
602 if (!enabled) PetscFunctionReturn(PETSC_SUCCESS); in PetscInfo_Private()
/petsc/include/petsc/private/
H A Dglvisviewerimpl.h12 …PetscBool enabled; /* whether or not to visualize data from the process (it works, but it currentl… member
/petsc/doc/developers/
H A Ddevelopment.md14 encouraged* that you `configure` with this option. CI will already have it enabled,
/petsc/src/tao/unconstrained/tutorials/output/
H A Drosenbrock3_1.out1 Recycle: enabled
/petsc/doc/changes/
H A D39.md64 intrinsics; must be enabled at configure time.
132 Can be enabled using -tao_lmm_recycle at command line.
H A D319.md73 …Code` as an `enum`, and tag it as `PETSC_NODISCARD`. This feature may be enabled by configuring PE…
107enabled by default in a future release**. Users are highly encourage to enable it and fix any disc…
H A D233.md33 - F90 interface is now enabled by default [if the compiler is
H A D322.md190 - Add parallel CGNS reader, enabled by `-dm_plex_cgns_parallel`
H A D33.md6 - Building PETSc using CMake is enabled automatically if CMake is
H A D317.md67 …hecking a boolean condition is true. The former is always enabled, while the latter is enabled onl…
/petsc/src/dm/impls/da/
H A Dgrglvis.c345 PetscBool enabled = PETSC_TRUE, isascii; in DMDAView_GLVis_ASCII() local
363 enabled = glvis_info->enabled; in DMDAView_GLVis_ASCII()
377 if (!enabled) { in DMDAView_GLVis_ASCII()
/petsc/src/benchmarks/streams/
H A DSSEVersion.c16 …#error SSE2 instruction set is not enabled, try adding -march=native to CFLAGS or disable by addin…
/petsc/src/dm/impls/plex/
H A Dplexglvis.c463 PetscBool cellvertex = PETSC_FALSE, enabled = PETSC_TRUE; in DMPlexView_GLVis_ASCII() local
484 enabled = glvis_info->enabled; in DMPlexView_GLVis_ASCII()
616 if (!enabled) { in DMPlexView_GLVis_ASCII()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas157 (rombuilder/enabled? #f)
553 (crevice/enabled? #f)
583 (charge-density/enabled? #f)
584 (magnetic-permeability/enabled? #f)
585 (electric-conductivity/only-const-enabled? #f)
586 (electric-conductivity/enabled? #f)
587 (em/model-enabled? #f)
1936 (dpm/pic/enabled? #f)
1943 (dpm/dpm-vof/coloring-function/enabled? #f)
2105 (dpm/scr/urea-depo-risk/enabled? #f)
[all …]
/petsc/doc/install/
H A Dinstall_tutorial.md172 installation in a similar manner with these options enabled.
H A Dinstall.md353 …I, specify `--with-hip` and `--download-ucx` (or specify a prebuilt ROCm-enabled ucx with `--with-…
665 has a [CUDA] enabled GPU by consulting <https://developer.nvidia.com/cuda-gpus>.
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c193 info->enabled = PETSC_TRUE; in PetscViewerGLVisAttachInfo_Private()
/petsc/doc/manual/
H A Dperformance.md394 enabled. Any code development should be done in this mode, because it
415 debugging enabled is to inspect the output of `-log_view`.
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c310 if (glvis_info->enabled) { in VecView_Seq_ASCII()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c201 if (glvis_info->enabled) { in VecView_MPI_ASCII()

12