easifem / classes

Expandable And Scalable Infrastructure for Finite Element Methods, EASIFEM, is [Modern Fortran](https://fortran-lang.org) framework for solving partial differential equations (PDEs) using finite element methods. EASIFEM "eases" the efforts to develop scientific programs in Fortran.
https://www.easifem.com
Other
5 stars 1 forks source link

`MatrixField_` Import routine #70

Open vickysharma0812 opened 3 years ago

vickysharma0812 commented 3 years ago

Improve the MatrixField_ routine

If Pmat data is present, then read it. For this implement ImportPmat routine

vickysharma0812 commented 1 year ago

At present, if Pmat data is present in hdf5file, then we can read it. However, we cannot construct Pmat, based on the option provided in the hdf5file. This work is in progress.