]> https://gitweb.dealii.org/ - dealii.git/commit
Merge branch_component_mask into mainline.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Sep 2012 03:04:45 +0000 (03:04 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Sep 2012 03:04:45 +0000 (03:04 +0000)
commit8688f6ef611cbb86d20485d842cc8535206849da
tree318a18c02dbc149fe12574d455247f1ed54f8b5a
parent6070dcf9e0ab2479e0ad4ffe41bd84f6d0683a48
Merge branch_component_mask into mainline.

git-svn-id: https://svn.dealii.org/trunk@26700 0785d39b-7218-0410-832d-ea1e28bc413d
132 files changed:
deal.II/doc/doxygen/headers/glossary.h
deal.II/doc/news/changes.h
deal.II/include/deal.II/base/event.h
deal.II/include/deal.II/dofs/dof_tools.h
deal.II/include/deal.II/fe/block_mask.h [new file with mode: 0644]
deal.II/include/deal.II/fe/component_mask.h [new file with mode: 0644]
deal.II/include/deal.II/fe/fe.h
deal.II/include/deal.II/fe/fe_dg_vector.templates.h
deal.II/include/deal.II/fe/fe_poly.h
deal.II/include/deal.II/fe/fe_poly.templates.h
deal.II/include/deal.II/fe/fe_poly_face.templates.h
deal.II/include/deal.II/fe/fe_poly_tensor.h
deal.II/include/deal.II/fe/fe_system.h
deal.II/include/deal.II/fe/fe_values.h
deal.II/include/deal.II/fe/fe_values_extractors.h [new file with mode: 0644]
deal.II/include/deal.II/hp/dof_handler.h
deal.II/include/deal.II/hp/fe_collection.h
deal.II/include/deal.II/lac/constraint_matrix.templates.h
deal.II/include/deal.II/multigrid/mg_constrained_dofs.h
deal.II/include/deal.II/multigrid/mg_tools.h
deal.II/include/deal.II/multigrid/mg_transfer_block.h
deal.II/include/deal.II/multigrid/mg_transfer_component.h
deal.II/include/deal.II/numerics/error_estimator.h
deal.II/include/deal.II/numerics/point_value_history.h
deal.II/include/deal.II/numerics/vector_tools.h
deal.II/include/deal.II/numerics/vector_tools.templates.h
deal.II/source/dofs/dof_renumbering.cc
deal.II/source/dofs/dof_tools.cc
deal.II/source/dofs/dof_tools.inst.in
deal.II/source/fe/block_mask.cc [new file with mode: 0644]
deal.II/source/fe/component_mask.cc [new file with mode: 0644]
deal.II/source/fe/fe.cc
deal.II/source/fe/fe_abf.cc
deal.II/source/fe/fe_bdm.cc
deal.II/source/fe/fe_dgp.cc
deal.II/source/fe/fe_dgp_monomial.cc
deal.II/source/fe/fe_dgp_nonparametric.cc
deal.II/source/fe/fe_dgq.cc
deal.II/source/fe/fe_nedelec.cc
deal.II/source/fe/fe_nothing.cc
deal.II/source/fe/fe_poly_tensor.cc
deal.II/source/fe/fe_q.cc
deal.II/source/fe/fe_q_hierarchical.cc
deal.II/source/fe/fe_raviart_thomas.cc
deal.II/source/fe/fe_raviart_thomas_nodal.cc
deal.II/source/fe/fe_system.cc
deal.II/source/fe/fe_values.cc
deal.II/source/hp/fe_collection.cc
deal.II/source/multigrid/mg_tools.cc
deal.II/source/multigrid/mg_tools.inst.in
deal.II/source/multigrid/mg_transfer_component.cc
deal.II/source/multigrid/multigrid.cc
deal.II/source/numerics/error_estimator.cc
deal.II/source/numerics/error_estimator.inst.in
deal.II/source/numerics/point_value_history.cc
deal.II/source/numerics/vector_tools.inst.in
tests/Makefile.paths.in
tests/bits/anna_3.cc
tests/bits/dof_tools_12.cc
tests/bits/dof_tools_13a.cc
tests/deal.II/extract_dofs_by_component_01.cc
tests/deal.II/extract_dofs_by_component_01_hp.cc
tests/deal.II/extract_dofs_by_component_01_mg.cc
tests/deal.II/extract_dofs_by_component_01x.cc [new file with mode: 0644]
tests/deal.II/extract_dofs_by_component_01x/cmp/generic [new file with mode: 0644]
tests/deal.II/extract_dofs_by_component_01y.cc [new file with mode: 0644]
tests/deal.II/extract_dofs_by_component_01y/cmp/generic [new file with mode: 0644]
tests/deal.II/extract_dofs_by_component_02.cc
tests/deal.II/extract_dofs_by_component_02_hp.cc
tests/deal.II/extract_dofs_by_component_02_mg.cc
tests/deal.II/memory_consumption_01/cmp/generic
tests/fe/block_mask_01.cc [new file with mode: 0644]
tests/fe/block_mask_01/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_02.cc [new file with mode: 0644]
tests/fe/block_mask_02/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_03.cc [new file with mode: 0644]
tests/fe/block_mask_03/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_04.cc [new file with mode: 0644]
tests/fe/block_mask_04/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_05.cc [new file with mode: 0644]
tests/fe/block_mask_05/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_06.cc [new file with mode: 0644]
tests/fe/block_mask_06/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_07.cc [new file with mode: 0644]
tests/fe/block_mask_07/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_08.cc [new file with mode: 0644]
tests/fe/block_mask_08/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_09.cc [new file with mode: 0644]
tests/fe/block_mask_09/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_10.cc [new file with mode: 0644]
tests/fe/block_mask_10/cmp/generic [new file with mode: 0644]
tests/fe/block_mask_11.cc [new file with mode: 0644]
tests/fe/block_mask_11/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_01.cc [new file with mode: 0644]
tests/fe/component_mask_01/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_02.cc [new file with mode: 0644]
tests/fe/component_mask_02/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_03.cc [new file with mode: 0644]
tests/fe/component_mask_03/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_04.cc [new file with mode: 0644]
tests/fe/component_mask_04/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_05.cc [new file with mode: 0644]
tests/fe/component_mask_05/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_06.cc [new file with mode: 0644]
tests/fe/component_mask_06/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_07.cc [new file with mode: 0644]
tests/fe/component_mask_07/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_08.cc [new file with mode: 0644]
tests/fe/component_mask_08/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_09.cc [new file with mode: 0644]
tests/fe/component_mask_09/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_10.cc [new file with mode: 0644]
tests/fe/component_mask_10/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_11.cc [new file with mode: 0644]
tests/fe/component_mask_11/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_12.cc [new file with mode: 0644]
tests/fe/component_mask_12/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_13.cc [new file with mode: 0644]
tests/fe/component_mask_13/cmp/generic [new file with mode: 0644]
tests/fe/component_mask_14.cc [new file with mode: 0644]
tests/fe/component_mask_14/cmp/generic [new file with mode: 0644]
tests/fe/fe_restriction_dgq/cmp/generic
tests/fe/fe_restriction_rt/cmp/generic
tests/fe/fe_restriction_sys_05/cmp/generic
tests/fe/fe_restriction_sys_06/cmp/generic
tests/fe/fe_restriction_sys_07/cmp/generic
tests/fe/fe_restriction_sys_08/cmp/generic
tests/fe/fe_restriction_sys_09/cmp/generic
tests/fe/fe_restriction_sys_10/cmp/generic
tests/fe/injection_q.cc
tests/fe/rt_5.cc
tests/fe/rt_5/cmp/generic

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.