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.
Generated summary (powered by Graphite)
> ## TL;DR
> This pull request adds new public types and variables to the `BaseType` and `ReferenceElement_Method` modules. It also includes changes to the `ReferenceQuadrangle_Method@Methods` module.
>
> ## What changed
> - Added a new public type `TypeDeformationGradient` to the `BaseType` module.
> - Added new public variables and types to the `ReferenceElement_Method` module, including `ReferenceElementInfo`.
> - Made changes to the `ReferenceQuadrangle_Method@Methods` module, including adding new functions and subroutines.
>
>
> ## Why make this change
> The changes were made to add new functionality and improve the existing modules. The new types and variables provide additional flexibility and options for calculations and computations.
Adding ReferenceElementInfo type to BaseType
Generated summary (powered by Graphite)
> ## TL;DR > This pull request adds new public types and variables to the `BaseType` and `ReferenceElement_Method` modules. It also includes changes to the `ReferenceQuadrangle_Method@Methods` module. > > ## What changed > - Added a new public type `TypeDeformationGradient` to the `BaseType` module. > - Added new public variables and types to the `ReferenceElement_Method` module, including `ReferenceElementInfo`. > - Made changes to the `ReferenceQuadrangle_Method@Methods` module, including adding new functions and subroutines. > > > ## Why make this change > The changes were made to add new functionality and improve the existing modules. The new types and variables provide additional flexibility and options for calculations and computations.