I cant find the implementation of SplitCHWRes in the source code #29546
-
For the split C-H equation, SplitCHWRes is designed to calculate the term of (M∇u,∇ψ). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello The implementation of the template is in the header because that's what is commonly done in C++ when you want to define a template that others may instantiate with types you did not foresee could be used in the template. Guillaume |
Beta Was this translation helpful? Give feedback.
it is implemented in SplitCHWResBase.h