FEM: add CalculiX solver object

This commit is contained in:
Bernd Hahnebach
2015-11-15 20:48:23 +01:00
committed by Yorik van Havre
parent 80cf664ec8
commit 6865e35fd9
14 changed files with 299 additions and 52 deletions

View File

@@ -43,6 +43,7 @@ public:
FemSolverObject(void);
virtual ~FemSolverObject();
/*
/// Solver name, unique to identify solver in registered_solver dict
App::PropertyString SolverName;
/// CAE category like FEM, all capitalised letters
@@ -64,6 +65,7 @@ public:
App::PropertyBool Parallel;
/// result has been obtained, purge result may be needed for rerun
App::PropertyBool ResultObtained;
*/
/// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const {