Lines Matching refs:surface
3 …the TDyCore simulation framework for subsurface flows. The user inputs a surface mesh, a refinemen…
7 For example, a very simple mesh would start with a square surface mesh divided into two triangles, …
18 … cells have celltype 9, meaning they are triangular prisms. The original surface mesh had 5 edges,…
22 We can regularly refine the surface before extrusion using `-dm_refine <k>`, where `k` is the numbe…
25 … EXTRA_OPTIONS="-srf_dm_refine 2 -srf_dm_view draw -draw_save $PETSC_DIR/surface.png -draw_save_si…
28 which produces the following surface
30 :::{figure} /images/tutorials/meshing/surface.png
46 **Extruded mesh with refined surface**
59 **Parallel extruded mesh with refined surface**
64 … In order to differentiate between cells, we first mark the cells on the surface using a `DMLabel`…
99 **Parallel extruded mesh with adaptively refined surface**