How to solve a one dimensional diffusion problem in each node? #26532
Unanswered
pengfejeac
asked this question in
Q&A Modules: General
Replies: 1 comment 11 replies
-
Hello Which finite element family are you planning to use for the main variable? And is there only one variable? Nodal kernels being at nodes, a lot of the families don't have a continuous gradients there and would not work for that purpose. Do you have to solve at nodes? Or could you solve three 1D diffusion problem volumetrically instead? Guillaume |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I'm working on a three dimensional problem, where it requires solving a one dimensional diffusion problem in each node. I checked some of the previous discussion about nodal kernel and ODE kernel, but none of those seems to be applicable to my case. On the other hand, I tried to customize a nodal kernel for my case, but nodal kernel doesn't have "_grad_phi" and "_phi", I have no idea on how to construct a diffusion problem without "_phi", so I'm stuck.
Any help will be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions