]> https://gitweb.dealii.org/ - dealii.git/commit
Make DoFRenumbering::support_point_wise() about twice as fast. 13621/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 15 Apr 2022 23:41:10 +0000 (19:41 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 15 Apr 2022 23:41:10 +0000 (19:41 -0400)
commit4600f351066524ed3f529c788d3aefce24a47cd5
tree6a0c3e18620c25e1e9104ca532994f6a2a4ef1f2
parenteb399ea0c59eee34459c8b535e61e9ffad1149f6
Make DoFRenumbering::support_point_wise() about twice as fast.

1. There must be an equal number of DoFs per component, so they do not need to
   be calculated.
2. IndexSet::add_indices() works best when indices are sorted, so provide them
   one component at a time.
3. Clean up the output files to match assertions.
source/dofs/dof_renumbering.cc
tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.debug.output [moved from tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.output with 100% similarity]
tests/dofs/nodal_renumbering_01.mpirun=2.with_p4est=true.release.output [new file with mode: 0644]
tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.debug.output [moved from tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.output with 100% similarity]
tests/dofs/nodal_renumbering_01.mpirun=3.with_p4est=true.release.output [new file with mode: 0644]
tests/dofs/nodal_renumbering_01.with_p4est=true.debug.output [moved from tests/dofs/nodal_renumbering_01.with_p4est=true.output with 100% similarity]
tests/dofs/nodal_renumbering_01.with_p4est=true.release.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.