Changelog for
dolfin-doc-1.2.0-1.22.noarch.rpm :
Tue Jun 25 14:00:00 2013 kkhere.geoAATTgmail.com
- Activate features by using optional modules
CGAL for geometry manipulation
HDF5 format support in parallel
SLEPc support for eigenvalues
- Cleanup spec file
Mon Jun 24 14:00:00 2013 kkhere.geoAATTgmail.com
- update to version 1.2.0
* Fixes bug where child/parent hierarchy in Python were destroyed
* Add utility script dolfin-get-demos
* MeshFunctions in python now support iterable protocol
* Expose ufc::dofmap::tabulate_entity_dofs to GenericDofMap interface
* Expose ufc::dofmap::num_entity_dofs to GenericDofMap interface
* Allow setting of row dof coordinates in preconditioners (only works with PETSc backed for now)
* Expose more PETSc/ML parameters
* Improve speed to tabulating coordinates in some DofMap functions
* Feature: Add support for passing a Constant as default value to a CompiledExpression
* Fix bug in dimension check for 1-D ALE
* Remove some redundant graph code
* Improvements in speed of parallel dual grapj builder
* Fix bug in XMDF output for cell-based Functions
* Fixes for latest version of clang compiler
* LocalSolver class added to efficiently solve cell-wise problems
* New implementation of periodic boundary conditions. Now incorporated into the dofmap
* Optional arguments to assemblers removed
* SymmetricAssembler removed
* Domains for assemblers can now only be attached to forms
* SubMesh can now be constructed without a CellFunction argument, if the MeshDomain contains marked celldomains.
* MeshDomains are propagated to a SubMesh during construction
* Simplify generation of a MeshFunction from MeshDomains: No need to call mesh_function with mesh
* Rename dolfin-config.cmake to DOLFINConfig.cmake
* Use CMake to configure JIT compilation of extension modules
* Feature: Add vertex_to_dof_map to DofMap, which map vertex indices to dolfin dofs
* Feature: Add support for solving on m dimensional meshes embedded in n >= m dimensions
Fri Mar 1 13:00:00 2013 scorotAATTfree.fr
- add missing petsc-devel in build requirements
- remove unneeded patch dolfin-1.1.0-cmake-find-scotch.patch
- disable hdf5 support on serial version due to build failure
- add explicit configure flags to disable support for libs
we don\'t want or which are not available
Wed Feb 27 13:00:00 2013 scorotAATTfree.fr
- add parallel openmpi packages
- add patches in order to fix thirdparty libs detection
* dolfin-1.1.0-cmake-find-hdf5.patch
* dolfin-1.1.0-cmake-find-scotch.patch
Mon Jan 28 13:00:00 2013 scorotAATTfree.fr
- update to version 1.1.0
* Changelog to long see ChangeLog file for a full list
- update patch dolfin-1.1.0-suitesparse.patch
- remove patch dolfin-1.0.0-petsc-3.3.patch not needed anymore
Sun Oct 14 14:00:00 2012 scorotAATTfree.fr
- recompile pyc files of python modules to avoid presence of
rpm build root
- remove remaining duplicates files
Mon Oct 1 14:00:00 2012 scorotAATTfree.fr
- Buildrequires openmpi-devel
- use fdupes for doc duplicated files
Tue Sep 25 14:00:00 2012 scorotAATTfree.fr
- fix build with recent petsc thanks to patch0
- fix suitesparse detection and linking thanks to patch1
- build sphinx documentation
Sat Sep 22 14:00:00 2012 scorotAATTfree.fr
- first package