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
using Gridap
using Gridap.Geometry
using GridapMakie
using GLMakie
using Gridap.Visualization
domain = (0,1,0,1,0,1)
cell_nums =10.* (1,1,1)
model =CartesianDiscreteModel(domain,cell_nums)
Ω =Triangulation(model)
f =CellField(x->sin(π*(x[1]+x[2])),Ω)
fig =plot(Ω,f,strokewidth=2,strokecolor=:black,shading=true,transparency=true)
display(fig)
Pending issues:
Check that we have not destroyed the code for tris/tets
Problems with shadings
Simplification of function to_face_grid_with_map
GeometryBasics.normal_mesh seems to convert to tris/tets
No description provided.
The text was updated successfully, but these errors were encountered: