drwells / fiddle

4 stars 3 forks source link

Remove the equality assertion in read_elemental_data(). #213

Closed drwells closed 10 months ago

drwells commented 10 months ago

In fch-deal we translate the mesh so this assertion isn't valid. A helpful, but weaker, assertion is that the material ids match the block ids.

Fixes https://github.com/IBAMR/fch-deal/issues/133.