Skip to content
Discussion options

You must be logged in to vote

I used the firedrake FunctionPlotter to get Coordinates and Values from the mesh.

from firedrake import  FunctionPlotter
function_plotter = FunctionPlotter(mesh, 10)
triangulation = function_plotter.triangulation
values = function_plotter(elevation_function)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ho11laqe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants