Searched refs:getvalue (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/sys/classes/random/interface/ |
| H A D | random.c | 56 if (!r->ops->getvalue) PetscUseTypeMethod(r, getvalues, 1, val); in PetscRandomGetValue() 57 else PetscUseTypeMethod(r, getvalue, val); in PetscRandomGetValue() 130 PetscErrorCode (*const getvalue)(PetscRandom, PetscScalar *) = r->ops->getvalue; in PetscRandomGetValues() local 132 for (PetscInt i = 0; i < n; ++i) PetscCall(getvalue(r, val + i)); in PetscRandomGetValues()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_stdout.py | 33 output = newstdout.getvalue() 34 error = newstderr.getvalue()
|
| /petsc/include/petsc/private/ |
| H A D | randomimpl.h | 12 PetscErrorCode (*getvalue)(PetscRandom, PetscScalar *); member
|
| /petsc/src/sys/classes/random/impls/sprng/ |
| H A D | sprng.c | 47 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Sprng),
|
| /petsc/src/sys/classes/random/impls/rand/ |
| H A D | rand.c | 39 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rand),
|
| /petsc/src/sys/classes/random/impls/rand48/ |
| H A D | rand48.c | 42 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rand48),
|
| /petsc/src/sys/classes/random/impls/curand/ |
| H A D | curand.c | 59 PetscDesignatedInitializer(getvalue, NULL),
|
| /petsc/src/sys/classes/random/impls/rander48/ |
| H A D | rander48.c | 94 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rander48),
|
| /petsc/src/sys/classes/random/impls/random123/ |
| H A D | random123.c | 161 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Random123),
|
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 223 s = self.log.getvalue()
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 1301 out += tb.getvalue()
|