Home
last modified time | relevance | path

Searched refs:MatCeedGetContextDouble (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/include/
H A Dmat-ceed.h25 PETSC_CEED_INTERN PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value);
/libCEED/examples/fluids/src/
H A Dmat-ceed.c768 PetscCall(MatCeedGetContextDouble(mat, name, &set_value)); in MatCeedSetContextDouble()
780 PetscCall(MatCeedGetContextDouble(mat, name, &set_value)); in MatCeedSetContextDouble()
806 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble() function
866 PetscCall(MatCeedGetContextDouble(mat, name, &value_double)); in MatCeedGetContextReal()
907 PetscCall(MatCeedGetContextDouble(mat, "time", &time_ceed)); in MatCeedGetTime()