Replies: 2 comments
-
This is a C++ not a python question - thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry @DaveDKAF. We completely missed this discussion. Is the issue solved? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With regards to the code snippet below I call this in a time loop - I get an intermittent error
KratosFortran: Setting up Kratos
KratosFortran: Importing MeshingApplication
Initializing KratosMeshingApplication...
terminate called after throwing an instance of 'Kratos::Exception'
what(): Error: An object of different type was already registered with name "TestElement2D"!
How do I make sure everything is cleared so this error is avoided? I use Reset but that isn't enough.
Code snippet:
Beta Was this translation helpful? Give feedback.
All reactions