pydfnWorks
python wrapper for dfnWorks
__init__.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 """
3 pydfnWorks
4 ==========
5 
6 pydfnWorks is a python wrapper for the discrete fracture network
7 modeling suite dfnWorks
8 
9 Website (including Documentation)::
10 
11  http://dfnworks.lanl.gov
12 
13 Mailing list::
14 
15  https://groups.google.com/d/forum/dfnworks-users
16 
17 Source::
18 
19  https://github.com/lanl/dfnWorks
20 
21 Bug reports::
22 
23  https://github.com/lanl/dfnWorks/issues
24 
25 License
26 -------
27 
28 Released under the GPL License
29 
30  Copyright (C) 20015-2019 dfnWorks Developers
31  Jeffrey Hyman <jhyman@lanl.gov>
32  Daniel Livingston <livingston@lanl.gov>
33  Satish Karra < satkarra@lanl.gov>
34 
35 """
36 from pydfnworks import release
37 
38 __author__ = '%s <%s>\n%s <%s>\n%s <%s>' % \
39  (release.authors['Hyman'] + release.authors['Livingston'] +
40  release.authors['Karra'])
41 
42 __license__ = release.license
43 
44 __date__ = release.date
45 
46 __version__ = release.version
47 
48 __bibtex__ = """@article{hyman2015dfnworks,
49  title={dfnWorks: A discrete fracture network framework for modeling subsurface flow and transport},
50  author={Hyman, Jeffrey D and Karra, Satish and Makedonska, Nataliia and Gable, Carl W and Painter, Scott L and Viswanathan, Hari S},
51  journal={Computers \& Geosciences},
52  volume={84},
53  pages={10--19},
54  year={2015},
55  publisher={Elsevier}
56 }
57 """
58 
59 import pydfnworks.dfnGen
60 
61 import pydfnworks.general
62 from pydfnworks.general import *