Skip to content
Snippets Groups Projects

Feature/nekmesh-check-links

Merged Michael Turner requested to merge feature/nekmesh-check-links into master
1 unresolved thread

Clears the existing element links in the mesh and reprocesses them. It then checks that all faces are linked to two elements or to one element and a boundary face. Designed to be used with the bl split module to detect errors and user mistakes (creating hanging faces etc). Its been made into its own module so it can be used anywhere.

Merge request reports

Merged by avatar (Apr 3, 2025 10:59am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
50 "Checks elemental links within elements.");
51
52 ProcessLinkCheck::ProcessLinkCheck(MeshSharedPtr m) : ProcessModule(m)
53 {
54
55 }
56
57 ProcessLinkCheck::~ProcessLinkCheck()
58 {
59 }
60
61 void ProcessLinkCheck::Process()
62 {
63 if (m_mesh->m_verbose)
64 {
65 cout << "ProcessJac: Checking links... " << endl;
  • @mt4313 Just needs a changelog update and an entry in the user guide and we can merge this.

  • Michael Turner Added 46 commits:

    Added 46 commits:

  • Author Contributor

    @dmoxey This is good to go

  • Dave Moxey Milestone changed to %v4.4.0

    Milestone changed to %v4.4.0

  • Dave Moxey mentioned in commit f238a4b9

    mentioned in commit f238a4b9

  • Dave Moxey Status changed to merged

    Status changed to merged

  • Please register or sign in to reply
    Loading