Panzer
Version of the Day
|
#include <Panzer_DOFManager.hpp>
Public Member Functions | |
ElementBlockAccess (bool owned, const Teuchos::RCP< const ConnManager > &connMngr) | |
const std::vector < panzer::LocalOrdinal > & | getElementBlock (const std::string &eBlock) const |
Private Attributes | |
bool | useOwned_ |
Teuchos::RCP< const ConnManager > | connMngr_ |
This small struct is a utility meant to unify access to elements and allow better code reuse. Basically it provides a switch between the neighbor element blocks and the owned element blocks.
Definition at line 356 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 360 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 363 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 357 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 358 of file Panzer_DOFManager.hpp.