You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to move out the check if a mesh object is fully periodic because it has no mening if a mesh is a sample mesh.
the mesh class should only contain methods that make sense for a generic disjoint set of cells.
If we need to query whether the mesh is periodic, we can do so using a free function that accepts a mesh object and uses its connectivity.
The text was updated successfully, but these errors were encountered:
fnrizzi
changed the title
bool isFullyPeriodic should not be a method inside the ccu mesh class
schwarz: bool isFullyPeriodic should not be a method inside the ccu mesh class
Jul 21, 2023
fnrizzi
changed the title
schwarz: bool isFullyPeriodic should not be a method inside the ccu mesh class
schwarz: bool isFullyPeriodic() should not be a method inside the ccu mesh class
Jul 21, 2023
we need to move out the check if a mesh object is fully periodic because it has no mening if a mesh is a sample mesh.
the mesh class should only contain methods that make sense for a generic disjoint set of cells.
If we need to query whether the mesh is periodic, we can do so using a free function that accepts a mesh object and uses its connectivity.
The text was updated successfully, but these errors were encountered: