Assembly.h file
Top level include for the Rodin::
The Assembly module provides various strategies for assembling finite element matrices and vectors. Assembly is the process of computing the global system from local element contributions.
Available assembly strategies:
- Sequential: Single-threaded assembly (always available)
- OpenMP: Multi-threaded parallel assembly (requires RODIN_USE_OPENMP)