QuadAccessor<dim> -> SubstructAccessor<dim,2>
and deriving CellAccessor<dim> from SubstructAccessor<dim,dim>
Do the same with DoFLineAccessor and DoFQuadAccessor
-
-
-Make AssemblerData a local class to Assembler again if gcc2.8 supports it.
Remove gcc2.8 workaround with DoFSubstructAccessor for general <dim>
the right size already.
-Update DataIO for ucd i/o of boundary flags and material values:
- is it correct if for the number of elements I give the number
- of cells + number of faces with boundary id .neq. 0 ? Or must
- I give the number of cells?
-
-
Update DoFHandler::distribute_cell_to_dof_vector for higher order
elements (it can presently only handle elements with the only dofs
on the vertices).
since this is one of the most often called functions.
-Try to find out what happens if DoFAccessor::get_dof_values is
- called for a non-active object: what about dof numbers
- on non-active lines/quads? Are they all -1? Can we check for
- that. The problem is that we can't really check for activity
- for faces and the like, since they may have children but be
- part of active cells anyway.
-
-
Change <iostream> to <ostream> in grid/point.h and
grid/tria_iterator.h when this becomes possible.
FeValues: add flexibility for update flags
-Remove all fe& in vectors.h
-
-
No support points for non-Lagrangian elements? Check for Langrange in
interpolation?