Panzer
Version of the Day
|
#include <Panzer_DOFManager.hpp>
Public Member Functions | |
ElementBlockAccess (bool owned, const Teuchos::RCP< const ConnManager< LO, GO > > &connMngr) | |
const std::vector< LO > & | getElementBlock (const std::string &eBlock) const |
Private Attributes | |
bool | useOwned_ |
Teuchos::RCP< const ConnManager< LO, GO > > | 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 363 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 367 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 370 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 364 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 365 of file Panzer_DOFManager.hpp.