Is it possible to solve a variable stiffness problem? #1073
Answered
by
gdmcbain
BraveDrXuTF
asked this question in
Q&A
-
Is it possible to solve a variable stiffness prolem, where the stiffness would change according to the spatial coordinates? For example, consider a Darcy type equation |
Beta Was this translation helpful? Give feedback.
Answered by
gdmcbain
Nov 19, 2023
Replies: 1 comment 1 reply
-
Yes indeed; e.g. scikit-fem/docs/examples/ex16.py Line 3 in 6159aa3 scikit-fem/docs/examples/ex16.py Lines 32 to 34 in 6159aa3 After integration by parts yours will look like this; k (x) being the factor in parentheses. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BraveDrXuTF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes indeed; e.g.
scikit-fem/docs/examples/ex16.py
Line 3 in 6159aa3
scikit-fem/docs/examples/ex16.py
Lines 32 to 34 in 6159aa3
After integration by parts yours will look like this; k (x) being the factor in parentheses.