Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 31) sorted by relevance

12

/petsc/src/binding/petsc4py/docs/source/_templates/autosummary/
H A Dmodule.rst52 {% block modules %}
53 {%- if modules %}
58 {% for item in modules %}
/petsc/doc/ext/
H A D__init__.py4 modules = glob.glob(dirname(__file__)+"/*.py") variable
6 __all__ = [ basename(f)[:-3] for f in modules if isfile(f)]
/petsc/doc/developers/
H A Dbuildsystem.md40 `BuildSystem` wraps collections of related tests in Python modules, which also hold
55 The `BuildSystem` configure modules mentioned above, containing one `Configure` object
141 The `configure.py` script constructs a tree of configure modules and
185 The `Dump` method runs over the tree of configure modules, and outputs
216 …<path>', nargs.Arg(None, os.path.join(os.getcwd(), 'modules'), 'Specify location of auxiliary modu…
223 for all configure modules. The first argument groups these options into
225 modules for the configure run, using the `setupDependencies()` method.
247 The `projectdir` and `arch` modules define the project root
250 dependency graph for configure modules, and returns the module object so
253 modules to our package configure header. We can also automatically
[all …]
H A Ddocumentation.md24 …he documentation since not all developers can trivially install the needed Python modules directly.
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg6 modules: petsc4py
31 # The default markup language for docstrings, for modules that do
41 # Don't examine in any way the modules whose dotted name match this
46 # Don't perform introspection on the modules whose dotted name match this
50 # Don't perform parsing on the modules whose dotted name match this
H A Dconfpetsc.py154 if sys.modules.get('Cython'):
155 removed = getattr(sys.modules['Cython'], '__version__', '')
158 for modname in list(sys.modules.keys()):
160 del sys.modules[modname]
324 if sys.modules.get('petsc') is not None:
/petsc/src/binding/petsc4py/src/petsc4py/lib/
H A D__init__.py78 sys.modules[fullname] = module
86 module = sys.modules.get(f'{pkg}.{name}')
102 setattr(sys.modules[pkg], name, module)
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py194 sys.modules[pkg.__name__] = pkg
195 sys.modules[mod.__name__] = mod
396 modules = [
401 for name in modules:
H A Dapidoc.py563 _sys_modules[name] = sys.modules[name]
564 sys.modules[name] = module
572 sys.modules[name] = _sys_modules[name]
H A Doverview.rst13 independently developed application modules, which often most
/petsc/config/BuildSystem/
H A Dhelp.py147 modules = []
154 modules.append(item)
158 output_items('CORE OPTIONS', sorted(modules, key=lambda a: a[1][0]))
H A Dpythonpath.py15 …argsDB = RDict.RDict(parentDirectory = os.path.abspath(os.path.dirname(sys.modules['RDict'].__fi…
H A Dlogger.py419 …if hasattr(sys.modules[self.__module__], '__file__') and not os.path.basename(sys.modules[self.__m…
420 self.__root = os.path.abspath(os.path.dirname(sys.modules[self.__module__].__file__))
H A Dscript.py146 sys.modules[name] = module
H A DRDict.py387 …source = os.path.join(os.path.dirname(os.path.abspath(sys.modules['RDict'].__file__)), 'RDict…
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D__init__.py38 sys.modules[name] = module
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL83 PREFIX/bin system directory and private modules into the PREFIX/share:
/petsc/doc/tutorials/
H A Dhandson.md292 modules
298 …C_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex11.c.html#line186">source code of physics modules</a>
/petsc/config/BuildSystem/config/
H A Dframework.py339 modules = nargs.Arg.findArgument('configModules', self.clArgs)
340 if modules is None:
342 elif not isinstance(modules, list):
343 self.argDB['configModules'] = [modules]
345 self.argDB['configModules'] = modules
H A Dpackage.py200 if hasattr(sys.modules.get(self.__module__), '__file__'):
201 … self.name = os.path.splitext(os.path.basename(sys.modules.get(self.__module__).__file__))[0]
/petsc/doc/install/
H A Dinstall.md440 set by certain modules. So one must be careful to ensure they are using the desired compilers.
617 - You must first ensure you have loaded appropriate modules for the compilers etc that you
623 appropriate modules must be loaded first).
625 [HDF5]. Thus you must use modules to load those packages and `--with-package` to
764 [modules]: https://www.alcf.anl.gov/support-center/theta/compiling-and-linking-overview-theta-theta…
/petsc/
H A Dgmakefile261 # Fortran code depends on modules
347 -@echo "Using system modules: ${LOADEDMODULES}"
/petsc/doc/manual/
H A Dregressor.md89 modules, as discussed in {any}`ch_ksp`, {any}`ch_tao`.
H A Dfortran.md60 You must use both PETSc include files and modules.
72 `petsc/finclude/petscvec.h` and so on. The modules are also nested. One can use
/petsc/doc/
H A Dindex.md104 - [OpenFOAM](https://develop.openfoam.com/modules/external-solver)

12