We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89549c commit ec4241eCopy full SHA for ec4241e
interface/ceed.c
@@ -820,7 +820,8 @@ int CeedReference(Ceed ceed) {
820
/**
821
@brief Computes the current memory usage of the work vectors in a `Ceed` context and prints to debug.abort
822
823
- @param[in] ceed `Ceed` context
+ @param[in] ceed `Ceed` context
824
+ @param[out] usage_mb Address of the variable where the MB of work vector usage will be stored
825
826
@return An error code: 0 - success, otherwise - failure
827
0 commit comments