the vectors (i.e. after a process, whether size()==capacity()).
(for DoF)
+
Write Triangulation::mesh_function.
and deriving CellAccessor<dim> from SubstructAccessor<dim,dim>
Do the same with DoFLineAccessor and DoFQuadAccessor
+
Unify FEValues<dim> and FEFaceValues<dim> to FEValues<dim,subdim>
and use partial specialization.
Add support for fast assemblage of mass matrices.
+
Make AssemblerData a local class to Assembler again if gcc2.8 supports it.
+
Let ParameterHandler and DataIn/Out throw exceptions. Make more tests
- on the input.
+ on the input. Same for output: check whether file could be created etc.
+
Replace function objects by mem_fun, fun_ptr, ... when member function
templates are supported.
Remove gcc2.8 workaround with DoFSubstructAccessor
-Use the C++ standard string classes instead of the libg++ String
- class.
-
-
-Check usage of vectors: functions should assume that the objects have
+Check usage of vector<>s: functions should assume that the objects have
the right size already.
that.
-Change <iostream> in <ostream> in grid/point.h and
+Change <iostream> to <ostream> in grid/point.h and
grid/tria_iterator.h when this becomes possible.
Fill in docs for the timer class.
+Use a correct strategy to output the reduction rate for adaptively
+ refined grids in examples/error-estimation
+
+
+
DEAL:
Let an empty dfmatrix assume it has dimensions zero rather than one!