Question regarding the implementation of GridFunction.Set
- sblauth
- Topic Author
- New Member
Less
More
2 years 2 months ago #4499
by sblauth
Question regarding the implementation of GridFunction.Set was created by sblauth
Hello,
I've got a question regarding the GridFunction.Set method. Here ( docu.ngsolve.org/v6.2.1907/i-tutorials/u...ficientfunction.html ) it is stated how the method works. As I am interested in the exact implementation of this method, I would like to know, whether someone could point me to the corresponding piece of the source code.
Thanks a lot in advance,
Sebastian
I've got a question regarding the GridFunction.Set method. Here ( docu.ngsolve.org/v6.2.1907/i-tutorials/u...ficientfunction.html ) it is stated how the method works. As I am interested in the exact implementation of this method, I would like to know, whether someone could point me to the corresponding piece of the source code.
Thanks a lot in advance,
Sebastian
2 years 2 months ago #4500
by joachim
Replied by joachim on topic Question regarding the implementation of GridFunction.Set
HI Sebastian,
it is done in SetValues:
github.com/NGSolve/ngsolve/blob/8fe25e5e...mp/postproc.cpp#L384
follow the path dualdiffop==false
best, Joachim
it is done in SetValues:
github.com/NGSolve/ngsolve/blob/8fe25e5e...mp/postproc.cpp#L384
follow the path dualdiffop==false
best, Joachim
Time to create page: 0.098 seconds