Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zlyfunction committed Oct 11, 2023
1 parent 6540991 commit 3ee54bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/wmtk/MultiMeshManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ class MultiMeshManager
// Map functions
//===========
//===========
// Note that when we map a M-tuplefrom a K-complex to a J-complex there are different
// Note that when we map a M-tuple from a K-complex to a J-complex there are different
// relationships necessary if K == J
// if M == K then this is unique
// if M < K then this is many to many
// if K < J
// if M == K then it is one to many
// if M < K then it is many to many
//
// Note also that functions that end with _tuple or _tuples willl return tuples rather than simplices
// Note also that functions that end with _tuple or _tuples willl return tuples rather than
// simplices

//===========
// Simplex maps
Expand Down Expand Up @@ -138,8 +139,6 @@ class MultiMeshManager
map_to_child_tuples(const Mesh& my_mesh, long child_id, const Simplex& simplex) const;




static Tuple map_tuple_between_meshes(
const Mesh& source_mesh,
const Mesh& target_mesh,
Expand Down

0 comments on commit 3ee54bc

Please sign in to comment.