From a5a2c459b52a40875cb7c8557795ba7bf117572b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hler?= Date: Thu, 16 Mar 2023 17:45:17 +0100 Subject: [PATCH] remove unneccessary visible function --- src/utils.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index 66aa464..875665c 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -93,9 +93,6 @@ function MakiePlotter(dh::Ferrite.AbstractDofHandler, u::Vector, topology::TOP) end MakiePlotter(dh,u) = MakiePlotter(dh,u,Ferrite.getdim(dh.grid) > 2 ? Ferrite.ExclusiveTopology(dh.grid.cells) : nothing) -# triangle_to_cell -> visible -> triangle access -visible(plotter::MakiePlotter{3}) = @views plotter.triangles[plotter.visible[plotter.triangle_cell_map],:] - """ Clip plane described by the normal and its distance to the coordinate origin. """