Rodin/Assembly.h file

Top level include for the Rodin::Assembly module.

The Assembly module provides various strategies for assembling finite element matrices and vectors. Assembly is the process of computing the global system $ Ax = b $ from local element contributions.

Available assembly strategies:

  • Sequential: Single-threaded assembly (always available)
  • OpenMP: Multi-threaded parallel assembly (requires RODIN_USE_OPENMP)