| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 18 CPPFLAGS = # Used by compile target for C sources 19 FPPFLAGS = # Used by compile target for Fortran sources 20 CXXPPFLAGS = # Used by compile target for Cxx sources 21 CFLAGS = # Used by both compile and link targets for C sources 22 FFLAGS = # Used by both compile and link targets for Fortran sources 23 CXXFLAGS = # Used by both compile and link targets for Cxx sources
|
| /petsc/config/ |
| H A D | gmakegentest.py | 136 self.sources={} 140 self.sources[pkg]={} 144 self.sources[pkg][lang]={} 145 self.sources[pkg][lang]['srcs']=[] 304 if pkg not in self.sources: return 305 self.sources[pkg][lang]['srcs'].append(relpfile) 306 self.sources[pkg][lang][relpfile] = [] 311 self.sources[pkg][lang][relpfile].append(os.path.join(rpath,depObj)) 863 if not pkg in self.sources: continue 866 for lang in LANGS: allSrcs+=self.sources[pkg][lang]['srcs'] [all …]
|
| /petsc/doc/miscellaneous/ |
| H A D | index.md | 4 considered together) of various types or from different sources that we consider
|
| H A D | funding.md | 9 Specific and previous funding sources:
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | setup.py | 47 sources = ['Bratu3D.pyx',
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | setup.py | 46 sources = ['Bratu2D.pyf',
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | setup.py | 48 sources = ['Bratu3D.i',
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 65 const PetscMPIInt *rootranks, *leafranks, *sources, *destinations; in PetscSFGetDistComm_Neighbor() local 72 sources = PetscSafePointerPlusOffset(rootranks, ndrootranks); in PetscSFGetDistComm_Neighbor() 76 …PetscCallMPI(MPI_Dist_graph_create_adjacent(comm, indegree, sources, dat->rootweights, outdegree, … in PetscSFGetDistComm_Neighbor() 78 …eate_adjacent(comm, outdegree, destinations, dat->leafweights, indegree, sources, dat->rootweights… in PetscSFGetDistComm_Neighbor()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 596 sources = getattr(self, 'sources', []) 597 for source in sources: 624 sources = list(ext.sources) 625 newext = extclass(name, sources) 828 build_src.sources = attrs.pop('cython_sources', None) 830 if setuptools and build_src.sources and use_setup_requires:
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 148 def sources(): function 286 cython_sources = [src for src in sources()] # noqa: C416
|
| H A D | CHANGES.rst | 317 This is a bug-fix release. Compile Cython-generated C sources with
|
| /petsc/src/sys/yaml/ |
| H A D | README.md | 2 (LibYAML)[https://pyyaml.org/wiki/LibYAML] sources corresponding to
|
| /petsc/doc/install/ |
| H A D | download.md | 39 To extract the sources use: 57 …ew features get added to `main` branch of PETSc Git repository. To obtain development sources, use:
|
| H A D | external_software.md | 60 - [c2html](https://sources.debian.org/copyright/license/c2html/)
|
| H A D | install.md | 47 - If [BLAS/LAPACK], MPI sources (in "-devel" packages in most Linux distributions) are already
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 38 sources = [] 41 sources.insert(0, f) 43 sources.append(f) 44 return map(lambda f: os.path.join(d, f), sources)
|
| /petsc/doc/changes/ |
| H A D | 31.md | 174 sources in favor of the new compiler independent implementation.
|
| H A D | 314.md | 51 - Import petsc4py sources into PETSc source tree. Continue to use
|
| H A D | 317.md | 74 - Soft-deprecate `CHKERR` variants listed above in C/C++ sources. New code should prefer the `Petsc…
|
| /petsc/ |
| H A D | gmakefile.test | 172 # Refresh testfiles when sources change, but don't balk if the source file is nonexistent (deleted) 347 # all sources should get recompiled when petscvariables changes (i.e when configure is rerun or whe…
|
| H A D | gmakefile | 266 # all sources should get recompiled when petscvariables changes (i.e when configure is rerun or whe…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1310 (pollutant/old-injection-material-sources-need-update? #f) 1828 (dpm/blocking-effect-scale-other-dpm-sources? #f) 1829 (dpm/blocking-effect-scale-dpm-mom-sources? #f) 2024 (dpm/fill-sources-per-material? #f) 2073 (dpm/flush-sources-at-timestep? #f) 2109 (dpm/wall-film/add-sources-to-cell-only? #f) 2220 (dpm/variable-interpolation/coarse-sources? #f) 2254 (dpm/use-interp-flow-vars-for-sources? #f) 2255 (dpm/view-full-sources? #t) 2281 (dpm/sources-max-part-ap 0.1) [all …]
|
| /petsc/doc/developers/ |
| H A D | testing.md | 1021 sources: `$PETSC_DIR/config/petsc_harness.sh`.
|
| /petsc/doc/faq/ |
| H A D | index.md | 2045 - Using Git to access PETSc sources 2053 1. Get PETSc development (main branch in git) sources
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1285 guide further debugging. There are several sources of poor performance 1287 achieve the full potential of multigrid. To name just a few sources of
|