We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a805bce commit d6b9577Copy full SHA for d6b9577
1 file changed
cpp/demo/mixed_poisson/main.cpp
@@ -278,7 +278,7 @@ int main(int argc, char* argv[])
278
// in the map), and exterior facet domain marked as '1' in the UFL
279
// file, and `domains` holds the necessary data to perform
280
// integration of selected facets.
281
- std::map<std::int32_t,
+ std::map<fem::IntegralType,
282
std::vector<
283
std::pair<fem::IntegralType, std::span<const std::int32_t>>>>
284
subdomain_data{{fem::IntegralType(1, 1), {{1, domains}}}};
0 commit comments