FEM: Mystran solver, add solver, writer, tasks and constraint force and

fixed writing
This commit is contained in:
Bernd Hahnebach
2021-07-30 13:07:57 +02:00
parent e100971fa0
commit cdcd271b4c
14 changed files with 912 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ are supported:
- Calculix
- ElmerSolver
- Mystran
- Z88
To query settings about those solver the solver name must be given exactly in
@@ -239,6 +240,11 @@ _SOLVER_PARAM = {
param_path=_PARAM_PATH + "Elmer",
use_default="UseStandardGridLocation",
custom_path="gridBinaryPath"),
"Mystran": _SolverDlg(
default="mystran",
param_path=_PARAM_PATH + "Mystran",
use_default="UseStandardMystranLocation",
custom_path="mystranBinaryPath"),
"Z88": _SolverDlg(
default="z88r",
param_path=_PARAM_PATH + "Z88",