File: README.rst

package info (click to toggle)
dolfin 2016.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 45,112 kB
  • ctags: 22,978
  • sloc: cpp: 527,109; xml: 104,135; python: 27,898; makefile: 413; sh: 191
file content (104 lines) | stat: -rw-r--r-- 2,770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
======
DOLFIN
======

DOLFIN is the computational backend of FEniCS and implements the
FEniCS Problem Solving Environment in Python and C++.


Installation
============

To build DOLFIN, run::

  mkdir build
  cd build
  cmake ..
  make install

For detailed instructions, see the file INSTALL.


Documentation
=============

Documentation can be viewed at http://fenics-dolfin.readthedocs.org/.

.. image:: https://readthedocs.org/projects/fenics-dolfin/badge/?version=latest
   :target: http://fenics.readthedocs.io/projects/dolfin/en/latest/?badge=latest
   :alt: Documentation Status


Automated Testing
=================

We use Bitbucket Pipelines and Atlassian Bamboo to perform automated
testing.

.. image:: https://bitbucket-badges.useast.atlassian.io/badge/fenics-project/dolfin.svg
   :target: https://bitbucket.org/fenics-project/dolfin/addon/pipelines/home
   :alt: Pipelines Build Status

.. image:: http://fenics-bamboo.simula.no:8085/plugins/servlet/wittified/build-status/DOL-DODO
   :target: http://fenics-bamboo.simula.no:8085/browse/DOL-DODO/latest
   :alt: Bamboo Build Status


Code Coverage
=============

Code coverage reports can be viewed at
https://coveralls.io/bitbucket/fenics-project/dolfin.

.. image:: https://coveralls.io/repos/bitbucket/fenics-project/dolfin/badge.svg?branch=master
   :target: https://coveralls.io/bitbucket/fenics-project/dolfin?branch=master
   :alt: Coverage Status


License
=======

DOLFIN is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

DOLFIN is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with DOLFIN. If not, see <http://www.gnu.org/licenses/>.


Contact
=======

For comments and requests, send an email to the FEniCS mailing list:

  fenics-dev@googlegroups.com

For questions related to obtaining, building or installing DOLFIN,
send an email to the FEniCS support mailing list:

  fenics-support@googlegroups.com

For questions about using DOLFIN, visit the FEniCS Q&A page:

  http://fenicsproject.org/qa

For bug reports, visit the DOLFIN Bitbucket page:

  http://bitbucket.org/fenics-project/dolfin


About
=====

DOLFIN is developed by a group of mathematicians, computational
scientists and engineers distributed around the world. A list of
authors can be found in the file AUTHORS. For more information about
DOLFIN, visit

  http://fenicsproject.org