You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
hvasbath 3bf0abe87a add .gitignore 2 years ago
doc init repository and add source files 2 years ago
examples/DK_S1_B1 init repository and add source files 2 years ago
src init repository and add source files 2 years ago
.gitignore add .gitignore 2 years ago
LICENSE init repository and add source files 2 years ago
Makefile.am init repository and add source files 2 years ago
README.md init repository and add source files 2 years ago
configure.ac init repository and add source files 2 years ago

README.md

POEL (packaged as Fomosto backend)

Code for calculating synthetic displacements due to excess pore pressure and displacements in a multilayered half-space.

POEL has been written by Rongjiang Wang.

Packaging has been done by Hannes Vasyura-Bathke.

References

  • Wang, R. and Kümpel, H.-J.: Poroelasticity: Efficient modeling of strongly coupled, slow deformation processes in a multilayered half-space, Geophysics, 68, 705717, 2003

Compile and install

autoreconf -i   # only if 'configure' script is missing
./configure
make
sudo make install