easifem / base

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
8 stars 2 forks source link

Updating BaseType #278

Closed vickysharma0812 closed 9 months ago

vickysharma0812 commented 9 months ago

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.
vickysharma0812 commented 9 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.