Skip to content

YuanLiAC/poroVEVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

poroVEVP

Source codes for GJI manuscript poroVEVP; requirements PETSc and FD-PDE

License: MIT License

How to use

Clone FD-PDE framework

git clone https://github.com/apusok/FD-PDE FD-PDE

Install PETSc 3.14 as suggested in FD-PDE Readme.md

git clone -b release https://gitlab.com/petsc/petsc.git petsc
cd petsc
git checkout v3.14 \

Use config options as in FD-PDE/Readme.md. <config,install>

Also make sure anaconda3 (or other python3) is installed.

Set paths export PETSC_DIR=<PATH>
export PYTHONPATH=<PATH_FDPDE>/utils:${PETSC_DIR}/lib/petsc/bin

Clone poroVEVP in FD-PDE/

git clone https://github.com/YuanLiAC/poroVEVP poroVEVP

Compile poroVEVP

cd poroVEVP/poroVEVP
make all

Run shear, tensile and rifting models in the GJI paper

In FD-PDE/poroVEVP/poroVEVP/python run with

  • python run_shear.py
  • python run_tensile.py
  • python run_rift.py

About

source codes for paper poroVEVP, need FDPDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published