| /petsc/src/binding/petsc4py/docs/source/_templates/autosummary/ |
| H A D | module.rst | 52 {% block modules %} 53 {%- if modules %} 58 {% for item in modules %}
|
| /petsc/doc/ext/ |
| H A D | __init__.py | 4 modules = glob.glob(dirname(__file__)+"/*.py") variable 6 __all__ = [ basename(f)[:-3] for f in modules if isfile(f)]
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 40 `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 D | documentation.md | 24 …he documentation since not all developers can trivially install the needed Python modules directly.
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 6 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 D | confpetsc.py | 154 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__.py | 78 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 D | conf.py | 194 sys.modules[pkg.__name__] = pkg 195 sys.modules[mod.__name__] = mod 396 modules = [ 401 for name in modules:
|
| H A D | apidoc.py | 563 _sys_modules[name] = sys.modules[name] 564 sys.modules[name] = module 572 sys.modules[name] = _sys_modules[name]
|
| H A D | overview.rst | 13 independently developed application modules, which often most
|
| /petsc/config/BuildSystem/ |
| H A D | help.py | 147 modules = [] 154 modules.append(item) 158 output_items('CORE OPTIONS', sorted(modules, key=lambda a: a[1][0]))
|
| H A D | pythonpath.py | 15 …argsDB = RDict.RDict(parentDirectory = os.path.abspath(os.path.dirname(sys.modules['RDict'].__fi…
|
| H A D | logger.py | 419 …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 D | script.py | 146 sys.modules[name] = module
|
| H A D | RDict.py | 387 …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__.py | 38 sys.modules[name] = module
|
| /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/doc/tutorials/ |
| H A D | handson.md | 292 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 D | framework.py | 339 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 D | package.py | 200 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 D | install.md | 440 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 D | gmakefile | 261 # Fortran code depends on modules 347 -@echo "Using system modules: ${LOADEDMODULES}"
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 89 modules, as discussed in {any}`ch_ksp`, {any}`ch_tao`.
|
| H A D | fortran.md | 60 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 D | index.md | 104 - [OpenFOAM](https://develop.openfoam.com/modules/external-solver)
|