|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
A selector paired with a geometry-yielding component for a non-periodic neighbor-list build.
#include <SearchInput.hpp>
Public Types | |
Aliases | |
| using | component_type = Component |
Public Member Functions | |
Constructors | |
| SearchInput (const stk::mesh::Selector &selector, Component &component) | |
| Construct from a selector and a field-backed component; the entity rank is taken from the field. | |
| SearchInput (const stk::mesh::Selector &selector, Component &component, stk::mesh::EntityRank rank) | |
| Construct from a selector, component, and an explicit entity rank. | |
| SearchInput ()=default | |
| SearchInput (const SearchInput &)=default | |
| SearchInput (SearchInput &&)=default | |
| SearchInput & | operator= (const SearchInput &)=default |
| SearchInput & | operator= (SearchInput &&)=default |
Getters | |
| const stk::mesh::Selector & | selector () const noexcept |
| Get the selector defining the searched entity chunk. | |
| const Component & | component () const noexcept |
| Get the geometry-yielding component (const). | |
| Component & | component () noexcept |
| Get the geometry-yielding component (mutable, e.g. for sync / NGP refresh). | |
| stk::mesh::EntityRank | rank () const noexcept |
| Get the entity rank of the searched chunk. | |
| using mundy::search::SearchInput< Component >::component_type = Component |
|
inline |
|
inline |
|
default |
|
default |
|
default |
|
default |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |