Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 164) sorted by relevance

1234567

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c31 …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 Dplexrefregular.c391 …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 Dplexrefalfeld.c31 …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 DsharedLibraryCheck.fig31 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 Dmakefile18 run_py: ${MODULE}.so
26 ${MODULE}.so:
36 ${RM} ${MODULE}.so ${EXECUTABLE}.exe
H A Dmakefile.f2py6 all: ${MODULE}.so
13 ${MODULE}.so: ${MODULE}.pyf ${MODULE}.f90
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dmakefile27 ${MODULE}: ${MODULE}.so
28 ${MODULE}.so: ${MODULE}.f90
37 ${RM} *.py[co] ${MODULE}*.so
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dmakefile16 build: ${MODULE}.so
22 ${MODULE}.so: ${MODULE}.pyf ${MODULE}.F90
32 ${RM} ${MODULE}*.so
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile23 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 Dmakefile16 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 Dmakefile16 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 DDMLabel4 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 Ddevelopment.md15 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 Dgasoline.inp6 # 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 Dex27_2.out1 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 Dex27_8.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_9.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_7.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_4h.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_4e.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_4f_nonzero.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_10.out1 Failed to load initial guess, so use a vector of all zeros.
H A Dex27_5.out1 Failed to load initial guess, so use a vector of all zeros.
/petsc/src/dm/impls/plex/transform/impls/refine/1d/
H A Dplexref1d.c39 …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 Dplexrefbl.c405 …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()

1234567