Searched refs:keywords (Results 1 – 9 of 9) sorted by relevance
| /petsc/share/petsc/saws/js/ |
| H A D | parsePrefix.js | 32 var keywords = ["pc","ksp","sub","redundant","mg","asm"]; 34 for(var i=0; i<keywords.length; i++) { 35 loc = SAWs_prefix.indexOf(keywords[i]);
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 215 keywords: tuple[str, ...] 227 …def __init__(self, name: str, required: bool = False, keywords: Optional[tuple[str, ...]] = None, … 262 if keywords is None: 263 keywords = (titlename,) 265 keywords = tuple(keywords) 270 self.keywords = tuple(set(keywords + self.titles))
|
| H A D | _doc_str.py | 229 keywords = [(kw, section.name) for section in self for kw in section.keywords] 230 kw_only = [k for k, _ in keywords] 275 matched = next(filter(lambda item: item[0] == matched, keywords))[1]
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 88 keywords = """ variable 109 'keywords': keywords + PLIST,
|
| /petsc/ |
| H A D | setup.py | 350 keywords = ['PETSc', 'MPI'],
|
| /petsc/doc/developers/ |
| H A D | testing.md | 94 With this background, these keywords are as follows. 99 specified. All other keywords are sub-entries of this keyword. 270 In addition to the above keywords, other language features are
|
| /petsc/doc/changes/ |
| H A D | 317.md | 63 - Deprecate `PETSC_STATIC_INLINE`, as both `static` and `inline` are standard keywords since C99 an…
|
| /petsc/doc/ |
| H A D | petsc.bib | 1094 keywords = {BiCGStab method, CUDA, GMRES method, GPU, Iterative solvers, OpenCL, conjugate 2216 keywords = {Distributed software environment, Image denoising, Non linear PDE, Parallel 2234 keywords = {Image sequence, pipe and filters, parallel computing, multicore processors}, 2251 keywords = {Aortic aneurysm, flow simulation, streamline diffusion FEM, indefinite matrix, 3489 keywords = {Ocean modelling; Unstructured meshes; Sea ice; Arctic Ocean; Canadian Arctic 3543 keywords = {geophysical image processing; inverse problems; seismology}, 3558 keywords = {3D; imaging; inversion; magnetics; multiparameter}, 3824 keywords = {0560 COMPUTATIONAL GEOPHYSICS Numerical solutions, 1902 INFORMATICS Community 3944 keywords = {fault slip, finite-element modeling, crustal deformation, earthquake physics}, 4089 keywords = {Stokes flow, Krylov, Preconditioner, Schur complement, BFBt}, [all …]
|
| /petsc/doc/manual/ |
| H A D | other.md | 1185 In this example, keywords include:
|