Skip to content

Add element dropping option for the tbt_converter

Michael Hofer requested to merge tbt_drop_elements into master

Created by: fsoubelet

This is a workaround for #288 (closed) This PR introduces a --drop_elements flag to the tbt_converter, which will drop said elements in the TbtData.matrices after loading.

The only reasons to have elements mismatch like in #288 (closed) would be to either have a wrong model, or to have additionnal elements from simulation tracking (see this comment). In the second case, this is a valid solution. In any case, it doesn't hurt to have the option in tbt_converter.

Merge request reports