| /petsc/src/dm/tests/ |
| H A D | ex12.m | 9 % 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 D | ex41.m | 8 % 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 D | ex76.c | 19 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 D | callbacks.md | 17 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 D | close.m | 5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
|
| H A D | write.m | 5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
|
| H A D | read.m | 5 % See $PETSC_DIR/share/petsc/matlab/@PetscOpenSocket/PetscOpenSocket.m
|
| /petsc/doc/miscellaneous/ |
| H A D | index.md | 5 interesting enough to share.
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex42.m | 10 % ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 5 # 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 D | petschpddm.h | 39 …PetscBool share; /* shared subdomain KSP … member
|
| /petsc/src/ts/tutorials/ |
| H A D | extchem.example.1 | 12 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
|
| H A D | h2_10sp.inp | 11 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
|
| H A D | gasoline.inp | 9 # cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hpddm.h | 20 PetscErrorCode PCHPDDMGetSTShareSubKSP(PETSC_UNUSED PC pc,PETSC_UNUSED PetscBool *share){PetscHPDDM… in PCHPDDMGetSTShareSubKSP() argument
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 400 … 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 D | handson.md | 312 $ 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 D | makefile | 247 +@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 | .gitignore | 88 !share/petsc/valgrind/
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 58 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 D | getting_started.md | 788 … 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 D | INSTALL | 83 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 D | project.pbxproj | 19 dstPath = usr/share/man/man1;
|
| /petsc/doc/changes/ |
| H A D | 31.md | 66 allows several matrices to share the same data structures for the
|
| H A D | 35.md | 39 from bin/matlab to share/petsc/matlab
|