Searched refs:MatCeedGetContextDouble (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/include/ |
| H A D | mat-ceed.h | 25 PETSC_CEED_INTERN PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value);
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 768 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()
|