You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the the post-processing variables are declared there needs to be a dependence of at least one of the field variables declared on equations.cc. This is the case even if the post-process variable does not use any of the "equations" variables. Otherwise, the resulting output of the post-processing variable will be zero.
For example the following declaration will always give zero values of the variable "ppv1":
This is also the case in equations.cc. If no dependency is specified (e.g., if your RHS term was some function of the q point locations), the term is zero by default.
When the the post-processing variables are declared there needs to be a dependence of at least one of the field variables declared on equations.cc. This is the case even if the post-process variable does not use any of the "equations" variables. Otherwise, the resulting output of the post-processing variable will be zero.
For example the following declaration will always give zero values of the variable "ppv1":
The text was updated successfully, but these errors were encountered: