~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: logg
  • Date: 2003-02-06 14:40:25 UTC
  • Revision ID: devnull@localhost-20030206144025-bmqurqq95f073l40
Tailorized "2003-02-06 08:40:24 by logg"
Fixes...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 - Remove old unused code
 
2
 - Add subdirectory math containing mathematical functions
 
3
 - Better access for A(i,j) += to improve speed in assembling
 
4
 - Add benchmark for linear algebra
 
5
 - New definition of finite element
 
6
 - Add algebra for function spaces
1
7
 - Convert grids in data/grids to xml.gz
2
8
 - Add iterators for Nodes and Cells
3
9
 - Change from .hh to .h
4
10
 - Add operators to Vector class (Foufas)
5
11
 - Add dependence on libxml2
6
 
 - Change from .C to .cpp to make Jim happy. (And everyone else
7
 
   with stupid broken case-insensitive OS...)
 
12
 - Change from .C to .cpp to make Jim happy.
8
13
 - Change input/output functionality to streams
9
14
 - Change to new data structure for Grid
10
15
 - Change to object-oriented API at top level