Feature/nekmesh-check-links
1 unresolved thread
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
Activity
Added 1 commit:
- 2478bc43 - update to 2d
Added 1 commit:
- 204faf61 - windows fix
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.
Added 46 commits:
-
204faf61...57f65371 - 44 commits from branch
master
- ae876cac - Merge remote-tracking branch 'origin/master' into feature/nekmesh-check-links
- ce71808c - dave comments
-
204faf61...57f65371 - 44 commits from branch
@dmoxey This is good to go
Milestone changed to %v4.4.0
mentioned in commit f238a4b9
Please register or sign in to reply