Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 101) sorted by relevance

12345

/petsc/src/ts/utils/dmplexlandau/tutorials/output/
H A Dex1_re.out7 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
8 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
9 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
10 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
11 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
12 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
13 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
14 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
15 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
16 [0] <vec:seq> adaptToleranceFEM(): 0) (debug) found Z1 cells
[all …]
/petsc/src/dm/impls/moab/tests/
H A Dex2.cxx7 PetscBool debug; /* The debugging level */ member
26 options->debug = PETSC_FALSE; in ProcessOptions()
37 …cOptionsBool("-debug", "Enable debug messages", "ex2.cxx", options->debug, &options->debug, NULL)); in ProcessOptions()
47 …if (options->debug) PetscCall(PetscPrintf(comm, "Total number of fields: %" PetscInt_FMT ".\n", op… in ProcessOptions()
68 …if (user->debug) PetscCall(PetscPrintf(comm, "Loading mesh from file: %s and creating a DM object.… in CreateMesh()
71 if (user->debug) { in CreateMesh()
78 if (user->debug) { in CreateMesh()
112 …if (user.debug) PetscCall(PetscPrintf(comm, "Creating a global vector defined on DM and setting ra… in main()
118 …if (user.debug) PetscCall(PetscPrintf(comm, "Creating a global matrix defined on DM with the right… in main()
123 …if (user.debug) PetscCall(PetscPrintf(comm, "Output mesh and associated field data to file: %s.\n"… in main()
H A Dex3.cxx7 PetscBool debug; /* The debugging level */ member
24 options->debug = PETSC_FALSE; in ProcessOptions()
36 …cOptionsBool("-debug", "Enable debug messages", "ex2.cxx", options->debug, &options->debug, NULL)); in ProcessOptions()
61 …if (user->debug) PetscCall(PetscPrintf(comm, "Loading mesh from file: %s and creating the coarse l… in CreateMesh()
64 if (user->debug) in CreateMesh()
107 …if (user.debug) PetscCall(PetscPrintf(comm, "Generate the MOAB mesh hierarchy with %" PetscInt_FMT… in main()
113 if (user.debug) { in main()
118 if (user.debug) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Level %" PetscInt_FMT "\n", i)); in main()
121 if (user.debug) { in main()
134 …if (user.debug) PetscCall(PetscPrintf(comm, "Output mesh hierarchy to file: %s.\n", user.output_fi… in main()
/petsc/systems/Apple/OSX/bin/
H A Dmakeall17 export PETSC_ARCH=arch-osx-debug
18 rm -rf arch-osx-debug
19 ./systems/Apple/OSX/bin/arch-osx-debug.py
21 ./systems/Apple/OSX/bin/makeframework debug
/petsc/src/dm/impls/plex/
H A Dplexnatural.c77 PetscBool destroyFlag = PETSC_FALSE, debug = PETSC_FALSE; in DMPlexCreateGlobalToNaturalSF() local
97 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexCreateGlobalToNaturalSF()
102 if (debug) PetscCall(PetscSectionView(sectionDist, NULL)); in DMPlexCreateGlobalToNaturalSF()
114 if (debug) PetscCall(PetscSectionView(gSection, NULL)); in DMPlexCreateGlobalToNaturalSF()
144 if (debug) PetscCall(PetscSFView(sfEmbed, NULL)); in DMPlexCreateGlobalToNaturalSF()
153 if (debug) PetscCall(PetscSFView(sfField, NULL)); in DMPlexCreateGlobalToNaturalSF()
199 PetscBool debug = PETSC_FALSE; in DMPlexMigrateGlobalToNaturalSF() local
208 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexMigrateGlobalToNaturalSF()
226 if (debug) PetscCall(PetscSectionView(oldLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
228 if (debug) PetscCall(PetscSectionView(oldGlobalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
[all …]
H A Dplexinterpolate.c812 PetscInt debug = 0; in DMPlexOrientInterface_Internal() local
873 if (debug) { in DMPlexOrientInterface_Internal()
887 if (debug) { in DMPlexOrientInterface_Internal()
914 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, " mainCone=[%4" PetscInt_FMT " %4" PetscInt_FMT… in DMPlexOrientInterface_Internal()
918 } else if (debug) PetscCall(PetscSynchronizedPrintf(comm, " ==\n")); in DMPlexOrientInterface_Internal()
920 if (debug) { in DMPlexOrientInterface_Internal()
1091 …tion candidateSection, PetscSFNode candidates[], PetscHMapIJ faceHash, PetscInt p, PetscBool debug) in DMPlexAddSharedFace_Private() argument
1106 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Skipping face %" PetscInt_FMT " to avo… in DMPlexAddSharedFace_Private()
1121 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Support face %" PetscInt_FMT "\n", ran… in DMPlexAddSharedFace_Private()
1129 if (debug) { in DMPlexAddSharedFace_Private()
[all …]
H A Dplexpreallocate.c243 PetscBool doCommLocal, doComm, debug = PETSC_FALSE; in DMPlexCreateAdjacencySection_Static() local
254 PetscCall(PetscOptionsGetBool(NULL, NULL, "-dm_view_preallocation", &debug, NULL)); in DMPlexCreateAdjacencySection_Static()
299 if (debug) { in DMPlexCreateAdjacencySection_Static()
318 if (debug) { in DMPlexCreateAdjacencySection_Static()
377 if (debug) { in DMPlexCreateAdjacencySection_Static()
387 if (debug) { in DMPlexCreateAdjacencySection_Static()
416 if (debug) { in DMPlexCreateAdjacencySection_Static()
424 if (debug) { in DMPlexCreateAdjacencySection_Static()
466 if (debug) { in DMPlexCreateAdjacencySection_Static()
495 if (debug) { in DMPlexCreateAdjacencySection_Static()
[all …]
/petsc/src/dm/impls/patch/tests/
H A Dex1.c14 PetscInt debug; /* The debugging level */ member
26 options->debug = 0; in ProcessOptions()
33 …onsBoundedInt("-debug", "The debugging level", "ex1.c", options->debug, &options->debug, NULL, 0)); in ProcessOptions()
/petsc/src/dm/impls/plex/tests/output/
H A Dex12_lb_0_ms.out22 debug flag 0
33 debug flag 0
44 debug flag 0
H A Dex1_part_parmetis_0.out15 debug flag 0
47 debug flag 0
/petsc/src/dm/partitioner/tests/output/
H A Dex33_parmetis_nsize-1_nparts-2.out10 debug flag 0
33 debug flag 0
60 debug flag 0
H A Dex33_parmetis_nsize-1_nparts-1.out10 debug flag 0
32 debug flag 0
58 debug flag 0
H A Dex33_parmetis_nsize-1_nparts-3.out10 debug flag 0
34 debug flag 0
62 debug flag 0
H A Dex33_parmetis_nsize-2_nparts-1.out11 debug flag 0
37 debug flag 0
67 debug flag 0
H A Dex33_parmetis_nsize-2_nparts-2.out11 debug flag 0
39 debug flag 0
71 debug flag 0
H A Dex33_parmetis_nsize-2_nparts-3.out11 debug flag 0
41 debug flag 0
75 debug flag 0
H A Dex33_parmetis_nsize-3_nparts-2.out12 debug flag 0
45 debug flag 0
86 debug flag 0
H A Dex33_parmetis_nsize-3_nparts-1.out12 debug flag 0
42 debug flag 0
80 debug flag 0
H A Dex33_parmetis_nsize-3_nparts-3.out12 debug flag 0
48 debug flag 0
92 debug flag 0
/petsc/src/dm/impls/plex/tests/
H A Dex6.c6 PetscInt debug; /* The debugging level */ member
16 options->debug = 0; in ProcessOptions()
23 …onsBoundedInt("-debug", "The debugging level", "ex6.c", options->debug, &options->debug, NULL, 0)); in ProcessOptions()
/petsc/src/snes/tutorials/
H A Dex74fcomd.h12 logical debug,
32 / flags / debug,
/petsc/src/ts/tutorials/
H A Dex2.c55 PetscBool debug; /* flag (1 indicates activation of debugging printouts) */ member
91 PetscCall(PetscOptionsHasName(NULL, NULL, "-debug", &appctx.debug)); in main()
263 if (appctx->debug) { in InitialConditions()
360 if (appctx->debug) { in Monitor()
384 if (appctx->debug) { in Monitor()
486 if (appctx->debug) { in RHSFunction()
H A Dex5.c60 PetscBool debug; /* flag (1 indicates activation of debugging printouts) */ member
98 PetscCall(PetscOptionsHasName(NULL, NULL, "-debug", &appctx.debug)); in main()
281 if (appctx->debug) { in InitialConditions()
362 if (appctx->debug) { in Monitor()
391 if (appctx->debug) { in Monitor()
H A Dex6.c61 PetscBool debug; /* flag (1 indicates activation of debugging printouts) */ member
100 PetscCall(PetscOptionsHasName(NULL, NULL, "-debug", &appctx.debug)); in main()
284 if (appctx->debug) PetscCall(VecView(u, PETSC_VIEWER_STDOUT_SELF)); in InitialConditions()
365 if (appctx->debug) { in Monitor()
400 if (appctx->debug) { in Monitor()
/petsc/doc/install/
H A Dmultibuild.md6 for example you may have a `arch-darwin-opt` and `arch-darwin-debug`. This would allow
7 you to run a highly optimized performance version of your code and a debug version simply
30 $ export PETSC_ARCH=linux-gnu-c-debug
37 $ setenv PETSC_ARCH linux-gnu-c-debug
44 $ PETSC_ARCH=linux-gnu-c-debug make PETSC_DIR=/absolute/path/to/petsc ex1
132 'PETSC_ARCH=arch-darwin-c-debug',
164 'PETSC_ARCH=arch-darwin-c-debug',

12345