LEoPart-project / leopart-x

Implementation of Lagrangian-Eulerian Particle tracking with DOLFINx
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Remove solver from static condensation classes #4

Open nate-sime opened 4 years ago

nate-sime commented 4 years ago

Static condensation classes should provide facilities for assembly of local and global operators and vectors, in addition to utility methods for back substitution. This should be independent of solution methods, which the user will implement themselves via PETSc SNES/KSP etc.