]> https://gitweb.dealii.org/ - dealii.git/commit
Convert the VectorSlice argument of Mapping::transform to ArrayView. 2010/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 Dec 2015 15:36:40 +0000 (09:36 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 Dec 2015 03:22:56 +0000 (21:22 -0600)
commit089acc97800415197c494a885ffabc4ad3f5ccf7
tree95fb6a1feb57ea6eb82681b357e513c54605db33
parent87dbabbcfe712053d393892d0d2d08ff2f1de6eb
Convert the VectorSlice argument of Mapping::transform to ArrayView.

This will allow to change the underlying data type in which the data is stored because
ArrayView does not actually store this, in contrast to VectorSlice.

This patch is backward incompatible. However, this area has already been incompatibly changed
in recent months.
14 files changed:
include/deal.II/base/vector_slice.h
include/deal.II/fe/fe_poly.templates.h
include/deal.II/fe/mapping.h
include/deal.II/fe/mapping_cartesian.h
include/deal.II/fe/mapping_fe_field.h
include/deal.II/fe/mapping_q.h
include/deal.II/fe/mapping_q_generic.h
source/fe/fe_poly.cc
source/fe/fe_poly_tensor.cc
source/fe/fe_values.cc
source/fe/mapping_cartesian.cc
source/fe/mapping_fe_field.cc
source/fe/mapping_q.cc
source/fe/mapping_q_generic.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.