FEM: Mystran solver, add solver, writer, tasks and constraint force and
fixed writing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user