summaryrefslogtreecommitdiff
path: root/openEMS/openems.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
commitffda26309128be5d112df61a03e4827e47ecfac8 (patch)
tree7552a0f13b6873dbf98c41b84cb81bac0f220ca7 /openEMS/openems.h
parent086965becc2a02254e3441a1d97b61ccab2d66ea (diff)
Import GIT HEAD of openEMS sub-project (with Python interface)
Diffstat (limited to 'openEMS/openems.h')
-rw-r--r--openEMS/openems.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openEMS/openems.h b/openEMS/openems.h
index d194050..6600e06 100644
--- a/openEMS/openems.h
+++ b/openEMS/openems.h
@@ -70,9 +70,13 @@ public:
void SetTimeStepFactor(double val) {m_TS_fac=val;}
void SetMaxTime(double val) {m_maxTime=val;}
+ void SetNumberOfThreads(unsigned int val) {m_engine_numThreads = val;}
+
void DebugMaterial() {DebugMat=true;}
void DebugOperator() {DebugOp=true;}
void DebugBox() {m_debugBox=true;}
+ void DebugPEC() {m_debugPEC=true;}
+ void DebugCSX() {m_debugCSX=true;}
void Set_BC_Type(int idx, int type);
int Get_BC_Type(int idx);