]> https://gitweb.dealii.org/ - dealii.git/commit
Add class determining how cells/faces relate to a level set function 12514/head
authorSimon Sticko <simon@sticko.se>
Mon, 28 Jun 2021 09:43:29 +0000 (11:43 +0200)
committerSimon Sticko <simon@sticko.se>
Wed, 18 Aug 2021 07:01:17 +0000 (09:01 +0200)
commit3fa370ba6b8f11bcd473c904f99fdf223011df23
tree71cc9b0de6872c9bbc668e45269460b86cc7c6d1
parent3cfd59d4427f3d6c43698317505945b054c78d5e
Add class determining how cells/faces relate to a level set function

Add a class NonMatching::MeshClassifier that determines how the sign of
a level set function vary over the active cells/faces of a
triangulation. Each cell/face are associated with one of values of enum
LocationToLevelSet. If the level set is positive/negative over the
cell/face it is associated with LocationToLevelSet::inside/outside. If
the zero contour intersects the cell/face it is associated with
LocationToLevelSet::intersected.
include/deal.II/non_matching/mesh_classifier.h [new file with mode: 0644]
source/non_matching/CMakeLists.txt
source/non_matching/mesh_classifier.cc [new file with mode: 0644]
source/non_matching/mesh_classifier.inst.in [new file with mode: 0644]
tests/non_matching/mesh_classifier.cc [new file with mode: 0644]
tests/non_matching/mesh_classifier.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.