mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 17:38:23 +01:00
643 B
643 B
v0.1 (2022-08-09)
- Basic solving of diffusion problems with
- 1D regular and rectangular grids using BTCS scheme and Eigen SparseLU solver
- 2D regular and rectangular grids using 2D-ADI-BTCS scheme and Eigen SparseLU solver
- Definition of boundary conditions via class
BTCSBoundaryConditionon ghost nodes - Boundaries types
CLOSEDandCONSTANTcells are provided for diffusion problem solving - Software testing of both
BTCSDiffusionandBTCSBoundaryConditionclasses - Description of both BTCS and 2D-ADI-BTCS schemes are provided in
doc - Example applications are attached in
appsubdirectory