labmec / neopz

An object oriented finite element programming environment
http://www.labmec.org.br
33 stars 11 forks source link

Persistence fix #168

Closed orlandini closed 1 year ago

orlandini commented 1 year ago

This PR adds an initial unit test for NeoPZ's persistence features.

By invoking TPZPersistenceManager::OpenWrite, the TPZPersistenceManager::PopulateClassIdMap routine will be called and all classes for which TPZRestoreClass<T> templates are defined will have their default constructor checked at runtime.

philippedevloo commented 1 year ago

This commit solves real bugs