Aug 8th, 2017: The code is fully compatible with the gcc 6.x compiler, the clang 3.x compiler and the clang 4.x compiler.
Aug 3rd, 2017: The continuous integration server is fully set up. Status of the latest build:
Aug 24th, 2016: The code is fully compatible with the gcc 5.x compiler.
Feb 6th, 2014: The number of Concepts classes that have been exported to Python is continuously increasing. See the files in the directory python/applications to see what is already possible.
Jan 31st, 2014: Concepts now offers to be executed in parallel using MPI. Both assembling and solving (with concepts::Mumps) is possible with more than one processor when building the space using concepts::SpaceGraph.
Apr 24th, 2013: Concepts can now be compiled on Mac OS X system, see Installation Guide.
Jan 31st, 2013: A new class is available that allows for input and output of various data formats to Matlab binary files (mat files), see concepts::MatfileIO.
Jan 29th, 2013: A new application tutorial is online: elasticity in 2D.
Nov 16th, 2012: An interface to the parallel, sparse, direct solver MUMPS is now available, see concepts::Mumps.
May 30th, 2012: The classes MatlabBinaryGraphics and VtkGraphics now allow for exporting all sorts of data types (e.g. complex/real/integer scalars, sparse matrices, dense matrices, vectors etc.).
May 8th, 2012: A new dual space to 1D trace spaces of 2D spaces is now available that yields upper triangular duality product matrices, see hp1D::DualSpace.