Open ahojukka5 opened 6 years ago
Would it make sense to make connectivity time-dependent? If we define if using a field, i.e.
update!(element, :connectivity, 0.0 => (1, 2, 3, 4)) update!(element, :connectivity, 1.0 => (5, 6, 7, 8))
we could easily implement different mesh refinement strategies.
Would it make sense to make connectivity time-dependent? If we define if using a field, i.e.
we could easily implement different mesh refinement strategies.