DUNE-library ============ Getting started --------------- To compile a small library Dune has to check several components of your system. Run ./configure to commence those tests. Don't worry about messages telling you that libraries are missing: they are only needed for grid-self-checks we need for developing. You can use ./configure --prefix=PATH if you don't want Dune to be installed into /usr/local After configuration make make install build and install Dune (you may need root-permissions for the install part depending on the prefix set) License ------- The Dune-library and headers are licensed under the GNU Lesser GPL version 2.1. The full license text can be found in the file COPYING and via http://www.gnu.org/licenses/lgpl.html
Forked from
Core Modules / dune-common
8420 commits behind the upstream repository.
Peter Bastian
authored
1) Generation of sparse matrix 2) Assembling of global stiffness matrix from local stiffness matrices 3) Interface for providing a local stiffness matrix and boundary conditions All this is only for P1, but it works with hanging nodes, in parallel (with algebraic extension of nonoverlapping grids) and for systems. (Systems are yet untested). [[Imported from SVN: r3653]]
Name | Last commit | Last update |
---|---|---|
am | ||
bin | ||
common | ||
disc | ||
doc | ||
fem | ||
grid | ||
io | ||
istl | ||
lib | ||
m4 | ||
operator | ||
quadrature | ||
solver | ||
.gitignore | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
README | ||
README.CVS | ||
TODO | ||
autogen.sh | ||
configure.ac | ||
dune.pc.in | ||
gcc.opts | ||
icc.opts |