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 af02ec6 commit a805bceCopy full SHA for a805bce
1 file changed
cpp/demo/mixed_poisson/main.cpp
@@ -278,9 +278,9 @@ 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<
282
- std::int32_t,
283
- std::vector<std::pair<std::int32_t, std::span<const std::int32_t>>>>
+ std::map<std::int32_t,
+ std::vector<
+ std::pair<fem::IntegralType, std::span<const std::int32_t>>>>
284
subdomain_data{{fem::IntegralType(1, 1), {{1, domains}}}};
285
286
// Since we are doing a `ds(1)` integral on mesh and `u0` is defined
0 commit comments