Skip to content

Commit 41092e1

Browse files
committed
CI
1 parent 86325ba commit 41092e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Rodin/Assembly/Multithreaded.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ namespace Rodin::Assembly
5151
Variational::Integrator::Region m_region;
5252
};
5353

54+
MultithreadedIteration(
55+
const Geometry::Mesh<Context::Local>& mesh, Variational::Integrator::Region)
56+
-> MultithreadedIteration<Geometry::Mesh<Context::Local>>;
57+
5458
template <class TrialFES, class TestFES>
5559
class Multithreaded<
5660
std::vector<Eigen::Triplet<

0 commit comments

Comments
 (0)