]> https://gitweb.dealii.org/ - dealii.git/commit
Introduce parallel::shared::Triangulation
authorDenis Davydov <davydden@gmail.com>
Wed, 12 Aug 2015 11:47:33 +0000 (13:47 +0200)
committerDenis Davydov <davydden@gmail.com>
Fri, 14 Aug 2015 11:31:01 +0000 (13:31 +0200)
commitc68aad68182b73d8c7df950e25d9b98e82402c34
tree3125564a16f9b495ac79d31534abd1bed03890b4
parentca6683625f765b021719618db0e79013f98be749
Introduce parallel::shared::Triangulation

It encapsulates ditribution of cells among processors and in the majority of cases behaves like
distributed triangulation counterpart.
31 files changed:
doc/news/changes.h
include/deal.II/distributed/shared_tria.h [new file with mode: 0644]
include/deal.II/distributed/tria.h
include/deal.II/distributed/tria_base.h [new file with mode: 0644]
include/deal.II/dofs/dof_handler_policy.h
include/deal.II/dofs/dof_tools.h
include/deal.II/grid/tria_accessor.templates.h
source/distributed/CMakeLists.txt
source/distributed/shared_tria.cc [new file with mode: 0644]
source/distributed/shared_tria.inst.in [new file with mode: 0644]
source/distributed/tria.cc
source/distributed/tria_base.cc [new file with mode: 0644]
source/distributed/tria_base.inst.in [new file with mode: 0644]
source/dofs/dof_handler.cc
source/dofs/dof_handler_policy.cc
source/dofs/dof_handler_policy.inst.in
source/dofs/dof_renumbering.cc
source/dofs/dof_tools.cc
source/dofs/dof_tools.inst.in
source/hp/dof_handler.cc
tests/CMakeLists.txt
tests/sharedtria/CMakeLists.txt [new file with mode: 0644]
tests/sharedtria/dof_01.cc [new file with mode: 0644]
tests/sharedtria/dof_01.with_metis=true.mpirun=3.output [new file with mode: 0644]
tests/sharedtria/dof_01.with_metis=true.output [new file with mode: 0644]
tests/sharedtria/dof_02.cc [new file with mode: 0644]
tests/sharedtria/dof_02.with_metis=true.mpirun=3.output [new file with mode: 0644]
tests/sharedtria/dof_02.with_metis=true.output [new file with mode: 0644]
tests/sharedtria/tria_01.cc [new file with mode: 0644]
tests/sharedtria/tria_01.with_metis=true.mpirun=3.output [new file with mode: 0644]
tests/sharedtria/tria_01.with_metis=true.output [new file with mode: 0644]

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.