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 289 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 293 of file Panzer_DOFManager.hpp.
|
inline |
Definition at line 296 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 290 of file Panzer_DOFManager.hpp.
|
private |
Definition at line 291 of file Panzer_DOFManager.hpp.