Updates Set methods in ScalarFields #241
Pinned
shishiousan
started this conversation in
Ideas
Replies: 1 comment
-
As @shishiousan San suggested, we can make an internal copy called Therefore, we should add optional argument in the Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think this issue is strongly related the issue number #179
When a
ScalarField_
is set by theaddContribution=.FALSE.
and givenscale
value, it does not work properly.For example:
currently, performs following operations.
obj = obj + alp * avec
But, it should perform following:
obj = alp*avec
Beta Was this translation helpful? Give feedback.
All reactions