Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wedge support #74

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Wedge support #74

wants to merge 4 commits into from

Conversation

termi-official
Copy link
Member

@termi-official termi-official commented Mar 24, 2023

Currently blocked by Ferrite-FEM/Ferrite.jl#641 .

using Ferrite, FerriteViz, GLMakie
include("docs/src/ferrite-examples/heat-equation.jl")
dh,u = manufactured_heat_problem(Wedge, Lagrange{3,RefPrism,1}(), 5)
plotter = FerriteViz.MakiePlotter(dh,u)
clip_plane = FerriteViz.ClipPlane(Ferrite.Vec((0.01,0.5,0.1)), 0.3);
clipped_plotter = FerriteViz.crinkle_clip(plotter, clip_plane);
solutionplot(clipped_plotter)

Screenshot from 2023-04-04 22-36-26

@termi-official
Copy link
Member Author

termi-official commented Apr 4, 2023

Needs #70

@termi-official
Copy link
Member Author

Preceded by #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants