cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Fieldmodule writeDescription doesn't write out FieldMeshIntegral #231

Closed hsorby closed 2 years ago

hsorby commented 2 years ago

The fieldmodule writeDescription() method doesn't write out mesh integral fields defined in the fieldmodule.

rchristie commented 2 years ago

Nodeset operators are also not serialised.

rchristie commented 2 years ago

Also planning to add Field::getClassName() API as need a way to disambiguate field types which do not have derived types they can be cast to for type-specific API. This includes all the mesh and nodeset operators, most arithmetic, logarithmic, logical, vector and matrix and many other fields.