Thomas Titscher

Results 47 comments of Thomas Titscher

@Psirus I was about to write something similar when your comment flew in. Even though it is a bit off topic, I want to add some lines. A lot of...

@pmueller2 recently implemented interfaces like [this one](https://github.com/nutofem/nuto/blob/refactorExplicitTimeIntegration/src/mechanics/timeIntegration/StructureExplicit2ndOrder.cpp#L15) to decouple our `Structure` from the time integration. IMO we all agreed on the beauty of this approach. We can now think about,...

By the way: The visualization for the 1D integration types is already implemented in a generic way by @potto1 in https://github.com/nutofem/nuto/blob/iga/src/nuto/mechanics/integrationtypes/IntegrationType1D2NGauss12Ip.cpp

Just a quick idea: Could we just append the data __to the file__, completely without the member `mData`?

I voted for Coala because I trust @Psirus :laughing:

I quickly want to add a problem, unfortunately without a solution in mind. We currently connect a lot of data via the integration point __id__. For integration point we have:...

> The IP information per cell/element (we already have this, right IPData?). Yes. The problem I tried to adress is the access to, say, the IPData, via an integration point...