https://github.com/volpatto/porousdrake
Suitable Finite Element methods for Porous Media flow using Firedrake Project framework
https://github.com/volpatto/porousdrake
discontinuous-galerkin fem finite-element-analysis finite-element-methods hybridization porous-media-flow
Last synced: 3 months ago
JSON representation
Suitable Finite Element methods for Porous Media flow using Firedrake Project framework
- Host: GitHub
- URL: https://github.com/volpatto/porousdrake
- Owner: volpatto
- License: mit
- Created: 2018-12-21T01:23:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T06:19:19.000Z (about 4 years ago)
- Last Synced: 2025-01-30T16:18:55.506Z (5 months ago)
- Topics: discontinuous-galerkin, fem, finite-element-analysis, finite-element-methods, hybridization, porous-media-flow
- Language: Python
- Homepage:
- Size: 2.09 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Porousdrake
This project contains some reproducible Python scripts using [Firedrake](https://www.firedrakeproject.org/)
framework to solve Partial Differential Equations (PDEs) from a Python interface.In the present case, I solve Darcy flow problems related to my Doctoral research.
The main subject of my research is suitable hybridizable Finite Element Methods (FEM) for
Multiscale Darcy Flow problems (multiporosity/multipermeability). Specifically, I want to propose new Mixed Hybrid FEM to
solve such problems, either using Continuous or Discontinuous Galerkin approximations.## Available methods
Section under development...
## Problems solved
Section under development...
## Contact
* Name: Diego Volpatto
* Email: [[email protected]]([email protected])