diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 37eccaed..0abcf180 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T14:27:46","documenter_version":"1.6.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T02:51:35","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/MeshData/index.html b/dev/MeshData/index.html index 4a4aac7c..92687200 100644 --- a/dev/MeshData/index.html +++ b/dev/MeshData/index.html @@ -29,4 +29,4 @@ boundary_face_dict = tag_boundary_faces(md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary)) boundary_node_dict = tag_boundary_nodes(rd, md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary))
You can also specify a list of boundaries using NamedTuples
boundary_face_dict = tag_boundary_faces(md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))
-boundary_node_dict = tag_boundary_nodes(rd, md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))
Settings
This document was generated with Documenter.jl version 1.6.0 on Friday 30 August 2024. Using Julia version 1.10.5.