Problem initializing a VectorFunctionSpace in Firedrake
#4694
Unanswered
afgalindo
asked this question in
Firedrake support
Replies: 1 comment 1 reply
-
|
Are you familiar with Firedrake's pre-existing matplotlib support: https://www.firedrakeproject.org/visualisation.html#plotting-with-matplotlib Note that |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using Firedrake to define a 2-dimensional vector function on a 1D mesh. I want to initialize it with CG1 elements using
(x, x)as initial data. Here’s my minimal working example:I obtain the following plots for Er:
and for F:
Clearly the plot for F is all wrong, and I can’t find a way to initialize F correctly.
I was wondering if I can get some help with this.
Beta Was this translation helpful? Give feedback.
All reactions