Expose DebugMaterial, DebugOperator and DebugBox
This commit is contained in:
parent
9677c457e8
commit
3772497901
@ -55,8 +55,10 @@ cdef extern from "openEMS/openems.h":
|
|||||||
void SetAbort(bool val)
|
void SetAbort(bool val)
|
||||||
|
|
||||||
void SetVerboseLevel(int level)
|
void SetVerboseLevel(int level)
|
||||||
void DebugPEC() nogil
|
|
||||||
void DebugMaterial() nogil
|
void DebugMaterial() nogil
|
||||||
|
void DebugPEC() nogil
|
||||||
|
void DebugOperator() nogil
|
||||||
|
void DebugBox() nogil
|
||||||
void DebugCSX() nogil
|
void DebugCSX() nogil
|
||||||
|
|
||||||
int SetupFDTD() nogil
|
int SetupFDTD() nogil
|
||||||
|
Loading…
Reference in New Issue
Block a user