compas-dev / compas_fea

COMPAS interface to common Finite Element Analysis software.
https://compas.dev/compas_fea
MIT License
36 stars 18 forks source link

Fields for Abaqus needs 'u' by default to plot results on displaced geometry #76

Closed andrewliew closed 6 years ago

andrewliew commented 6 years ago

u now forced to appear in fields for Abaqus.

if 'u' not in fields:
    fields.append('u')