solver: Add solver type list.

mesh
Pierre-Antoine Rouby 2023-03-17 09:49:31 +01:00
parent 7821faba35
commit 7ca373262f
1 changed files with 3 additions and 0 deletions

3
src/solver/Solvers.py Normal file
View File

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
solver_type_list = ["generic"]