| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 31 …tation_ToBox(DMPlexTransform tr, DMPolytopeType sct, PetscInt sp, PetscInt so, DMPolytopeType tct,… in DMPlexTransformGetSubcellOrientation_ToBox() argument 75 if (!so) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexTransformGetSubcellOrientation_ToBox() 83 … PetscCall(DMPlexTransformGetSubcellOrientation_Regular(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_ToBox() 90 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 91 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox() 94 *rnew = tri_quad[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 95 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_quad[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox() 105 *rnew = tseg_seg[(so + 2) * 2 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 106 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_seg[(so + 2) * 2 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox() 109 *rnew = tseg_quad[(so + 2) * 4 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() [all …]
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 391 …tion_Regular(DMPlexTransform tr, DMPolytopeType sct, PetscInt sp, PetscInt so, DMPolytopeType tct,… in DMPlexTransformGetSubcellOrientation_Regular() argument 484 if (!so) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexTransformGetSubcellOrientation_Regular() 489 *onew = so < 0 ? -(o + 1) : o; in DMPlexTransformGetSubcellOrientation_Regular() 496 *rnew = seg_seg[(so + 1) * 4 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 497 *onew = DMPolytopeTypeComposeOrientation(tct, o, seg_seg[(so + 1) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular() 506 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 507 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular() 510 *rnew = tri_tri[(so + 3) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 511 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_tri[(so + 3) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular() 522 *rnew = quad_seg[(so + 4) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() [all …]
|
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 31 …ation_Alfeld(DMPlexTransform tr, DMPolytopeType sct, PetscInt sp, PetscInt so, DMPolytopeType tct,… in DMPlexTransformGetSubcellOrientation_Alfeld() argument 53 if (!so) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexTransformGetSubcellOrientation_Alfeld() 61 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 62 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld() 65 *rnew = tri_tri[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 66 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_tri[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld() 76 *rnew = tet_seg[(so + 12) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 77 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_seg[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld() 80 *rnew = tet_tri[(so + 12) * 12 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 81 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_tri[(so + 12) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld() [all …]
|
| /petsc/config/BuildSystem/docs/ |
| H A D | sharedLibraryCheck.fig | 31 4 0 0 50 -1 0 12 0.0000 4 195 2070 720 2520 lib1.so: Calls MPI_Init()\001 32 4 0 0 50 -1 0 12 0.0000 4 195 2610 4005 2520 lib2.so: Calls MPI_Initialized()\001 33 4 0 0 50 -1 0 12 0.0000 4 195 4380 1575 5220 libmpich.(a,so): Provides the static initialization fl…
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile | 18 run_py: ${MODULE}.so 26 ${MODULE}.so: 36 ${RM} ${MODULE}.so ${EXECUTABLE}.exe
|
| H A D | makefile.f2py | 6 all: ${MODULE}.so 13 ${MODULE}.so: ${MODULE}.pyf ${MODULE}.f90
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu2d/ |
| H A D | makefile | 27 ${MODULE}: ${MODULE}.so 28 ${MODULE}.so: ${MODULE}.f90 37 ${RM} *.py[co] ${MODULE}*.so
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | makefile | 16 build: ${MODULE}.so 22 ${MODULE}.so: ${MODULE}.pyf ${MODULE}.F90 32 ${RM} ${MODULE}*.so
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | makefile | 23 run_py: ${MODULE}.so 26 ${MODULE}.so: ${MODULE}.f90 40 ${RM} *.py[co] ${MODULE}*.so ${EXECUTABLE}.exe
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | makefile | 16 build: ${MODULE}.so 22 ${MODULE}.so: ${MODULE}.pyx ${MODULE}impl.h ${MODULE}impl.c 29 ${RM} ${MODULE}.c ${MODULE}*.so
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | makefile | 16 build: ${MODULE}.py _${MODULE}.so 22 ${MODULE}.py _${MODULE}.so: ${MODULE}.i ${MODULE}.c ${MODULE}.h 29 ${RM} ${MODULE}.py _${MODULE}*.so
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMLabel | 4 Markers are integers, so it can be seen as a multimap between integers and mesh pieces. 7 but each bin is then sorted so that extraction into sorted levels is also $O(1)$. The total cost sh…
|
| /petsc/doc/developers/ |
| H A D | development.md | 15 doing so locally will save you the pain of re-running it. 20 ignoring the return code you may do so in the following way:
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 6 # The file names are too generic for this example so make sure you don't have other files with th… 29 # glee insists on very small timesteps so never makes any progress
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex27_2.out | 1 Failed to load RHS, so use a vector of all ones. 2 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_8.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_9.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_7.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_4h.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_4e.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_4f_nonzero.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_10.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| H A D | ex27_5.out | 1 Failed to load initial guess, so use a vector of all zeros.
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 39 …ientation_1D(DMPlexTransform tr, DMPolytopeType sct, PetscInt sp, PetscInt so, DMPolytopeType tct,… in DMPlexTransformGetSubcellOrientation_1D() argument 49 PetscCall(DMPlexTransformGetSubcellOrientation_Regular(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_1D() 52 PetscCall(DMPlexTransformGetSubcellOrientationIdentity(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_1D()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 405 …ientation_BL(DMPlexTransform tr, DMPolytopeType sct, PetscInt sp, PetscInt so, DMPolytopeType tct,… in DMPlexTransformGetSubcellOrientation_BL() argument 419 … PetscCall(DMPlexTransformGetSubcellOrientationIdentity(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_BL() 427 *rnew = !so ? r : n - 1 - r; in DMPlexTransformGetSubcellOrientation_BL() 430 if (!so) { in DMPlexTransformGetSubcellOrientation_BL() 444 *onew = (so == 0) || (so == 1) ? o : -(o + 1); in DMPlexTransformGetSubcellOrientation_BL() 445 *rnew = (so == 0) || (so == -1) ? r : n - 1 - r; in DMPlexTransformGetSubcellOrientation_BL() 448 *onew = tquad_tquad_o[(so + 2) * 4 + o + 2]; in DMPlexTransformGetSubcellOrientation_BL() 449 *rnew = (so == 0) || (so == -1) ? r : n - r; in DMPlexTransformGetSubcellOrientation_BL() 456 PetscCall(DMPlexTransformGetSubcellOrientationIdentity(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_BL()
|