#include <Rodin/Assembly/ForwardDecls.h>
template<class LinearAlgebraType, class Operand>
Sequential class
Sequential (single-threaded) assembly implementation.
| Template parameters | |
|---|---|
| LinearAlgebraType | Target linear algebra type |
| Operand | Variational form type to assemble |
Implements assembly operations using sequential iteration over mesh elements. Provides deterministic, reproducible results suitable for debugging and verification purposes.