]> https://gitweb.dealii.org/ - dealii.git/commit
Remove Mapping::update_once/each(). 1361/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Aug 2015 01:18:08 +0000 (20:18 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 15 Aug 2015 11:42:04 +0000 (06:42 -0500)
commitec7a2ae8a5b35f759c0b215f8f09d9a373bb2400
treeb0171ac037c64de1559eca7b324a01b304d22735
parent9638964ec465810db9538ebbcc79fc09c03696b4
Remove Mapping::update_once/each().

These two functions computed something that, in essence, is only important
for the internal implementation of the mapping classes. It should thus
not be part of the public interface of these classes. Consequently,
remove them and replace them by the only thing that is of interest,
namely to compute transitive closure of the set of flags one needs to
compute -- as now done using the requires_update_flags() function.
doc/news/changes.h
include/deal.II/fe/fe.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_q1.h
source/fe/fe_values.cc
source/fe/mapping_cartesian.cc
source/fe/mapping_fe_field.cc
source/fe/mapping_q1.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.