Home
last modified time | relevance | path

Searched refs:getvalue (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/classes/random/interface/
H A Drandom.c56 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 Dtest_stdout.py33 output = newstdout.getvalue()
34 error = newstderr.getvalue()
/petsc/include/petsc/private/
H A Drandomimpl.h12 PetscErrorCode (*getvalue)(PetscRandom, PetscScalar *); member
/petsc/src/sys/classes/random/impls/sprng/
H A Dsprng.c47 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Sprng),
/petsc/src/sys/classes/random/impls/rand/
H A Drand.c39 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rand),
/petsc/src/sys/classes/random/impls/rand48/
H A Drand48.c42 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rand48),
/petsc/src/sys/classes/random/impls/curand/
H A Dcurand.c59 PetscDesignatedInitializer(getvalue, NULL),
/petsc/src/sys/classes/random/impls/rander48/
H A Drander48.c94 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Rander48),
/petsc/src/sys/classes/random/impls/random123/
H A Drandom123.c161 PetscDesignatedInitializer(getvalue, PetscRandomGetValue_Random123),
/petsc/config/BuildSystem/
H A Dlogger.py223 s = self.log.getvalue()
/petsc/config/BuildSystem/config/
H A Dframework.py1301 out += tb.getvalue()