wareHHOuse / diskpp

DiSk++, a C++ library for Hybrid High-Order (HHO) and Discontinuous Galerkin skeletal methods
Other
14 stars 11 forks source link

Wishlist from last disk++ meeting #108

Open datafl4sh opened 1 month ago

datafl4sh commented 1 month ago
datafl4sh commented 1 month ago

Linear solvers: if PARDISO and MUMPS are not available fall back to Eigen SparseLU. Give the possibility to the user to choose the linear solver via an enum parameter.