diff --git a/v0.17.7/.documenter-siteinfo.json b/v0.17.7/.documenter-siteinfo.json index be447ad3..a1bb7010 100644 --- a/v0.17.7/.documenter-siteinfo.json +++ b/v0.17.7/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.7.3","generation_timestamp":"2023-10-07T19:17:35","documenter_version":"1.1.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-07T19:18:09","documenter_version":"1.1.0"}} \ No newline at end of file diff --git a/v0.17.7/MeshData/index.html b/v0.17.7/MeshData/index.html index 8b8ca541..2b521351 100644 --- a/v0.17.7/MeshData/index.html +++ b/v0.17.7/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.1.0 on Saturday 7 October 2023. Using Julia version 1.7.3.