Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp/dolfinx/io/xdmf_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ xdmf_utils::get_cell_type(const pugi::xml_node& topology_node)
{"quadrilateral_9", {"quadrilateral", 2}},
{"quadrilateral_16", {"quadrilateral", 3}},
{"hexahedron", {"hexahedron", 1}},
{"wedge", {"prism", 1}},
{"hexahedron_27", {"hexahedron", 2}}};

// Convert XDMF cell type string to DOLFINx cell type string
Expand Down