Expand description
Dense Jacobian assembly for small-to-medium problems.
This module assembles the Jacobian directly into a dense Mat<f64>, avoiding
sparse data structure overhead. Optimal for problems with < ~500 DOF where
the Jacobian is not extremely sparse.
Functionsยง
- assemble_
dense - Assemble residuals and dense Jacobian from the current variable values.