Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 44) sorted by relevance

12

/petsc/src/dm/tests/
H A Dex12.m9 % Requires the MATLAB mex routines in ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARC…
12 % Make sure that ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab i…
13 % $prefix/share/petsc/matlab and $prefix/lib/petsc/matlab if you ran ./configure with --prefix
/petsc/src/ksp/ksp/tutorials/
H A Dex41.m8 % Requires the MATLAB mex routines in ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARC…
10 % Make sure that ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/matlab is in y…
11 % $prefix/share/petsc/matlab and $prefix/lib/matlab if you ran ./configure with --prefix
H A Dex76.c19 PetscBool3 share = PETSC_BOOL3_UNKNOWN; in main() local
75 share = PETSC_BOOL3_TRUE; in main()
76 } else if (set) share = PETSC_BOOL3_FALSE; in main()
101 if (share == PETSC_BOOL3_UNKNOWN) PetscCall(PCHPDDMSetSTShareSubKSP(pc, PetscBool3ToBool(share))); in main()
135 (void)share; in main()
/petsc/doc/developers/
H A Dcallbacks.md17 where different levels and different domains may (or may not) share the
19 `XXX`/`DM` objects share a common `DMXXX` object.
24 Three levels of KSP/DM share the same DMKSP
28 objects share a common `DMKSP` object. The code to access the inner
53 Two levels of KSP/DM share the same DMKSP; one has its own private copy
204 share a common `DMXXX`.
/petsc/share/petsc/matlab/@PetscOpenSocket/
H A Dclose.m5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
H A Dwrite.m5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
H A Dread.m5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
/petsc/doc/miscellaneous/
H A Dindex.md5 interesting enough to share.
/petsc/src/vec/vec/tutorials/
H A Dex42.m10 % ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
/petsc/share/petsc/
H A DMakefile.basic.user5 # See also $PETSC_DIR/share/petsc/Makefile.user for the preferred approach
13 …that PETSc was compiled with, if you do not want the flags use $PETSC_DIR/share/petsc/Makefile.user
/petsc/include/petsc/private/
H A Dpetschpddm.h39 …PetscBool share; /* shared subdomain KSP … member
/petsc/src/ts/tutorials/
H A Dextchem.example.112 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
H A Dh2_10sp.inp11 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
H A Dgasoline.inp9 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhpddm.h20 PetscErrorCode PCHPDDMGetSTShareSubKSP(PETSC_UNUSED PC pc,PETSC_UNUSED PetscBool *share){PetscHPDDM… in PCHPDDMGetSTShareSubKSP() argument
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx400 … the fine-level subdomain solver", "PCHPDDMSetSTShareSubKSP", PETSC_FALSE, &data->share, nullptr)); in PCSetFromOptions_HPDDM()
577 …SCIIPrintf(viewer, "shared subdomain KSP between SLEPc and PETSc? %s\n", PetscBools[data->share])); in PCView_HPDDM()
2304 if (data->share) { in PCSetUp_HPDDM()
2305 …data->share = PETSC_FALSE; /* will be reset to PETSC_TRUE if none of the conditions below are true… in PCSetUp_HPDDM()
2311 else data->share = PETSC_TRUE; in PCSetUp_HPDDM()
2312 if (!data->share) { in PCSetUp_HPDDM()
2318 …if (data->share || (!PetscBool3ToBool(data->Neumann) && subdomains)) PetscCall(ISDuplicate(is[0], … in PCSetUp_HPDDM()
2457 if (data->share) { in PCSetUp_HPDDM()
2468 PetscBool share = data->share; in PCSetUp_HPDDM() local
2474 if (!data->share) { in PCSetUp_HPDDM()
[all …]
/petsc/doc/tutorials/
H A Dhandson.md312 $ mpiexec -n 1 ./ex11 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/sevenside.exo
325 $ mpiexec -n 1 ./ex11 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/sevenside.exo -ts_type rosw
339 …$ mpiexec -n 4 ./ex11 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/annulus-20.exo -monitor Error -…
355 …$ mpiexec -n 4 ./ex11 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/annulus-20.exo -physics sw -mon…
/petsc/
H A Dmakefile247 +@if [ -f ${PETSC_DIR}/share/petsc/examples/gmakefile.test ] ; then\
248 ALLTESTS_MAKEFILE=${PETSC_DIR}/share/petsc/examples/gmakefile.test ;\
303 … ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} -f ${PETSC_DIR}/share/petsc/Makefile.use…
306 … ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} -f ${PETSC_DIR}/share/petsc/Makefile.use…
H A D.gitignore88 !share/petsc/valgrind/
/petsc/doc/manual/
H A Dmatlab.md58 in `$PETSC_DIR/share/petsc/matlab`. This requires less disk space and is
75 addpath('~/petsc/share/petsc/matlab');
106 `$PETSC_DIR/share/petsc/matlab` are in the MATLAB path. Use
H A Dgetting_started.md788 … and is the recommended approach. Copy \$PETSC_DIR/share/petsc/Makefile.user or \$PETSC_DIR/shar…
789 > to your directory, for example, `cp $PETSC_DIR/share/petsc/Makefile.user makefile`
797 …> - CMake. Copy \$PETSC_DIR/share/petsc/CMakeLists.txt to your directory, for example, `cp $PET…
817 …> - Recommended approach. Examine the comments in \$PETSC_DIR/share/petsc/Makefile.user and t…
827 …> the comments in the file \$PETSC_DIR/share/petsc/Makefile.basic.user for details on the u…
836 …> to the bottom of your makefile. See the comments in the file \$PETSC_DIR/share/petsc/Make…
854 > \$PETSC_DIR/share/petsc/CMakeLists.txt
1101 - `share` - Some small test matrices and other data files
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL83 PREFIX/bin system directory and private modules into the PREFIX/share:
/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/
H A Dproject.pbxproj19 dstPath = usr/share/man/man1;
/petsc/doc/changes/
H A D31.md66 allows several matrices to share the same data structures for the
H A D35.md39 from bin/matlab to share/petsc/matlab

12