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 86325ba commit 41092e1Copy full SHA for 41092e1
src/Rodin/Assembly/Multithreaded.h
@@ -51,6 +51,10 @@ namespace Rodin::Assembly
51
Variational::Integrator::Region m_region;
52
};
53
54
+ MultithreadedIteration(
55
+ const Geometry::Mesh<Context::Local>& mesh, Variational::Integrator::Region)
56
+ -> MultithreadedIteration<Geometry::Mesh<Context::Local>>;
57
+
58
template <class TrialFES, class TestFES>
59
class Multithreaded<
60
std::vector<Eigen::Triplet<
0 commit comments