Skip to content
/ poly3d Public

Boundary element method for modeling faults and fractures discretized into polygonal elements, reproduced from M.S. thesis of A. Thomas, 1993

Notifications You must be signed in to change notification settings

stgl/poly3d

Repository files navigation

poly3d

This repository reproduces code forpoly3d,a boundary element method program first released in the M.S. thesis Thomas, 1993. It is intended to make this legacy code easily available for use in structural geology, geomechanics, and active tectonics research.

Documentation

The primarypoly3dmanual isThomas, 1993.It covers the details of the boundary value problems behindpoly3dand explains the input and output file formats.

Prof. Michele Cooke (University of Massachussetts, Amherst) maintainsapoly3dtutorial pagethat previously included the thesis source code provided here. The originalpoly3dtutorial is available there, as are several examples and other software packages.

Other examples are available on the Stanford Structural Geology and Geomechanicswebsite.

Compilingpoly3d

This version ofpoly3dhas been tested and modified under Debian Linux and CentOS usinggcc4.8.

The makefile provided here assumes you are using a recent version ofgcc,the GNU Compiler Collection.Mac OS X 10.8 and above aliasgccto aclangfront-end;to compilepoly3din those environments, you mustinstallgccusing Homebrew or macports.

Both versions ofpoly3dmust be compiled with the-O2flag. Over-optimization (e.g.-O3or-ffast-math) can lead to unpredictable numerical errors and large singularities in the resulting displacement fields. Just say no!

Usingpoly3d

poly3d -i <input> -o <output>

Contributors

poly3dand a related commercial software package were developed by researchers and students of Profs. David Pollard and Atilla Aydin associated with the Stanford Rock Fracture Project and theStructural Geology and Geomechanics research group.This repository is intended for academic use only, and is solely derived from the publicly available source code printed in Thomas, 1993 with modifications to fix the "shadow effect."

References

Please cite this thesis and related publications if you usepoly3din published work.

Thomas, A. L., 1993, Poly3D: A three-dimensional, polygonal element, displacement discontinuity boundary element computer program with applications to fractures, faults, and cavities in the Earth's crust (Doctoral dissertation, Stanford University).

To see a recent example ofpoly3din action, take a look atthis 2014 paper by Fattaruso, Cooke, and Dorseyon uplift produced by tectonic activity in the Coachella area.

Contact

Pleaseopen an issueif you have a question.

About

Boundary element method for modeling faults and fractures discretized into polygonal elements, reproduced from M.S. thesis of A. Thomas, 1993

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages