pyroteus / opt_adapt

PDE-constrained optimisation using mesh adaptive methods
0 stars 1 forks source link

Simple `Matrix` class #8

Closed jwallwork23 closed 2 years ago

jwallwork23 commented 2 years ago

This will allow us to work on 2nd order methods.

However, the implementation is serial-only and probably very inefficient, so it won't be much use for large problems. To extend well to such problems, we should at some point code the underlying array using PETSc.