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 |
Public 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 334 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 339 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 342 of file Panzer_DOFManager.hpp.
bool panzer::DOFManager::ElementBlockAccess::useOwned_ |
Definition at line 336 of file Panzer_DOFManager.hpp.
Teuchos::RCP<const ConnManager> panzer::DOFManager::ElementBlockAccess::connMngr_ |
Definition at line 337 of file Panzer_DOFManager.hpp.