Searched refs:kw (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex5.c | 35 PetscReal kw; /* Shape factor for Weibull distribution */ member 101 user->kw = 2; /* Rayleigh distribution */ in WindSpeeds() 107 PetscCall(PetscOptionsReal("-kw", "", "", user->kw, &user->kw, NULL)); in WindSpeeds() 126 for (i = 0; i < user->nsamples; i++) x[i] = PetscPowScalar(x[i], 1 / user->kw); in WindSpeeds()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 219 def stringify_annotation(annotation, *p, **kw): argument 224 args = ', '.join(stringify_annotation(a, *p, **kw) for a in args) 226 return stringify_annotation_orig(annotation, *p, **kw)
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_nsp.py | 71 fun, a, kw = dct['__function__']
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 23 (rp-kw? #t) 3621 (kw/solve? #t) 6122 (udf/viscous/kw-geko-bf-fcn "built-in") 6123 (udf/viscous/kw-geko-cmix-fcn "compute-from-csep") 6124 (udf/viscous/kw-geko-cnw-fcn "constant") 6125 (udf/viscous/kw-geko-csep-fcn "constant") 7645 … #f) (rp-hvac? . #f) (rp-inviscid? . #f) (rp-ke? . #f) (rp-kklw? . #f) (rp-kw? . #t) (rp-lam? . #f… 7853 (drsm-kw-zeta-star 0.5) 7854 (drsm-kw-r-w 6.2) 7855 (drsm-kw-r-k 12.) [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 229 keywords = [(kw, section.name) for section in self for kw in section.keywords]
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilers.py | 127 for kw in ['__restrict', ' __restrict__', 'restrict', ' ']: 128 if self.checkCompile('', 'float * '+kw+' x;\n(void)x'): 129 self.cxxRestrict = kw
|