Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 26) sorted by relevance

12

/petsc/share/petsc/
H A DMakefile.basic.user18 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 Dgmakegentest.py136 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 Dindex.md4 considered together) of various types or from different sources that we consider
H A Dfunding.md9 Specific and previous funding sources:
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Dsetup.py47 sources = ['Bratu3D.pyx',
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dsetup.py46 sources = ['Bratu2D.pyf',
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dsetup.py48 sources = ['Bratu3D.i',
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c65 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 Dconfpetsc.py596 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 Dsetup.py148 def sources(): function
286 cython_sources = [src for src in sources()] # noqa: C416
H A DCHANGES.rst317 This is a bug-fix release. Compile Cython-generated C sources with
/petsc/src/sys/yaml/
H A DREADME.md2 (LibYAML)[https://pyyaml.org/wiki/LibYAML] sources corresponding to
/petsc/doc/install/
H A Ddownload.md39 To extract the sources use:
57 …ew features get added to `main` branch of PETSc Git repository. To obtain development sources, use:
H A Dexternal_software.md60 - [c2html](https://sources.debian.org/copyright/license/c2html/)
H A Dinstall.md47 - If [BLAS/LAPACK], MPI sources (in "-devel" packages in most Linux distributions) are already
/petsc/src/benchmarks/
H A DbenchmarkExample.py38 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 D31.md174 sources in favor of the new compiler independent implementation.
H A D314.md51 - Import petsc4py sources into PETSc source tree. Continue to use
H A D317.md74 - Soft-deprecate `CHKERR` variants listed above in C/C++ sources. New code should prefer the `Petsc…
/petsc/
H A Dgmakefile.test172 # 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 Dgmakefile266 # all sources should get recompiled when petscvariables changes (i.e when configure is rerun or whe…
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas1310 (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 Dtesting.md1021 sources: `$PETSC_DIR/config/petsc_harness.sh`.
/petsc/doc/faq/
H A Dindex.md2045 - Using Git to access PETSc sources
2053 1. Get PETSc development (main branch in git) sources
/petsc/doc/manual/
H A Dksp.md1285 guide further debugging. There are several sources of poor performance
1287 achieve the full potential of multigrid. To name just a few sources of

12