Fills lower-d side maps and node-to-block ownership for MooseMesh::cacheInfo(). More...
#include <CacheInfoThread.h>
Public Member Functions | |
| CacheInfoThread (MooseMesh &mesh) | |
| CacheInfoThread (CacheInfoThread &x, Threads::split split) | |
| void | operator() (const ConstElemRange &range) |
| void | join (const CacheInfoThread &y) |
Protected Attributes | |
| MooseMesh & | _mesh |
| std::map< dof_id_type, std::set< SubdomainID > > | _block_node_list |
| std::set< SubdomainID > | _lower_d_interior_blocks |
| std::set< SubdomainID > | _lower_d_boundary_blocks |
| std::unordered_map< std::pair< const Elem *, unsigned short int >, const Elem * > | _higher_d_elem_side_to_lower_d_elem |
| std::unordered_map< const Elem *, unsigned short int > | _lower_d_elem_to_higher_d_elem_side |
Friends | |
| class | MooseMesh |
Fills lower-d side maps and node-to-block ownership for MooseMesh::cacheInfo().
The range is all elements this rank knows about (local and ghosted).
Definition at line 21 of file CacheInfoThread.h.
| CacheInfoThread::CacheInfoThread | ( | MooseMesh & | mesh | ) |
Definition at line 15 of file CacheInfoThread.C.
| CacheInfoThread::CacheInfoThread | ( | CacheInfoThread & | x, |
| Threads::split | split | ||
| ) |
Definition at line 17 of file CacheInfoThread.C.
| void CacheInfoThread::join | ( | const CacheInfoThread & | y | ) |
Definition at line 62 of file CacheInfoThread.C.
| void CacheInfoThread::operator() | ( | const ConstElemRange & | range | ) |
Definition at line 20 of file CacheInfoThread.C.
|
friend |
Definition at line 41 of file CacheInfoThread.h.
|
protected |
Definition at line 34 of file CacheInfoThread.h.
Referenced by MooseMesh::cacheInfo(), join(), and operator()().
|
protected |
Definition at line 38 of file CacheInfoThread.h.
Referenced by MooseMesh::cacheInfo(), join(), and operator()().
|
protected |
Definition at line 36 of file CacheInfoThread.h.
Referenced by MooseMesh::cacheInfo(), join(), and operator()().
|
protected |
Definition at line 39 of file CacheInfoThread.h.
Referenced by MooseMesh::cacheInfo(), join(), and operator()().
|
protected |
Definition at line 35 of file CacheInfoThread.h.
Referenced by MooseMesh::cacheInfo(), join(), and operator()().
|
protected |
Definition at line 32 of file CacheInfoThread.h.
Referenced by operator()().