Home
last modified time | relevance | path

Searched defs:value (Results 1 – 4 of 4) sorted by relevance

/honee/
H A Dpytorch_pkgconfig.py19 def add_variable(file, variable, value): argument
23 def add_keyword(file, key, value): argument
/honee/src/
H A Dmat-ceed.c791 PetscErrorCode MatCeedSetContextDouble(Mat mat, const char *name, double value) { in MatCeedSetContextDouble()
842 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble()
879 PetscErrorCode MatCeedSetContextReal(Mat mat, const char *name, PetscReal value) { in MatCeedSetContextReal()
898 PetscErrorCode MatCeedGetContextReal(Mat mat, const char *name, PetscReal *value) { in MatCeedGetContextReal()
H A Dmisc.c209 …rrorCode HoneeOptionsSetValueDefault(PetscOptions options, const char name[], const char value[]) { in HoneeOptionsSetValueDefault()
H A Ddm-utils.c1184 static PetscErrorCode DMGetStratumISAtHeight(DM dm, const char name[], PetscInt value, PetscInt hei… in DMGetStratumISAtHeight()
1312 for (PetscInt value = minmax_values[0]; value <= minmax_values[1]; value++) { in DMLabelCreateGlobalValueArray() local