Searched refs:MatCeedGetContextDouble (Results 1 – 2 of 2) sorted by relevance
| /honee/include/ |
| H A D | mat-ceed.h | 21 PETSC_CEED_INTERN PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value);
|
| /honee/src/ |
| H A D | mat-ceed.c | 804 PetscCall(MatCeedGetContextDouble(mat, name, &set_value)); in MatCeedSetContextDouble() 816 PetscCall(MatCeedGetContextDouble(mat, name, &set_value)); in MatCeedSetContextDouble() 842 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble() function 902 PetscCall(MatCeedGetContextDouble(mat, name, &value_double)); in MatCeedGetContextReal() 943 PetscCall(MatCeedGetContextDouble(mat, "time", &time_ceed)); in MatCeedGetTime()
|