You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the algorithm for determining the clipping plane in elements is a bit harder, but I think I have something useful.
Distribute points on the reference element w.r.t. some measure of local (geometric) non-linearity
Here my idea is to have some local AMR procedure, trying to approximate the solution with Lagrange{ref_dim,ref_shape,1} up to some tolerance.
Push forward from reference to physical space
Standard procedure.
Determine which points belong to the boundary
Standard clip plane algorithm on the linearized representation (which is now quasi-exact)
Generate triangulation of the boundary points
Standard algorithm, again.
Since we only require refinement, the data strucutre should be easy to implement.
Cut planes are essential for visualizing 3D stuff to inspect the interior of the domain. We want to add
for the latter we have to think about how to extract the plane efficiently in non-linear geometries
The text was updated successfully, but these errors were encountered: