Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
panzer::DOFManager::ElementBlockAccess Class Reference

#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 ConnManagerconnMngr_
 

Detailed Description

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 366 of file Panzer_DOFManager.hpp.

Constructor & Destructor Documentation

panzer::DOFManager::ElementBlockAccess::ElementBlockAccess ( bool  owned,
const Teuchos::RCP< const ConnManager > &  connMngr 
)
inline

Definition at line 371 of file Panzer_DOFManager.hpp.

Member Function Documentation

const std::vector<panzer::LocalOrdinal>& panzer::DOFManager::ElementBlockAccess::getElementBlock ( const std::string &  eBlock) const
inline

Definition at line 374 of file Panzer_DOFManager.hpp.

Member Data Documentation

bool panzer::DOFManager::ElementBlockAccess::useOwned_

Definition at line 368 of file Panzer_DOFManager.hpp.

Teuchos::RCP<const ConnManager> panzer::DOFManager::ElementBlockAccess::connMngr_

Definition at line 369 of file Panzer_DOFManager.hpp.


The documentation for this class was generated from the following file: