Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
Panzer_BC.hpp File Reference
#include <string>
#include <iostream>
#include <functional>
#include <cstddef>
#include <vector>
#include <unordered_map>
#include "Teuchos_RCP.hpp"
#include "Panzer_GlobalData.hpp"
Include dependency graph for Panzer_BC.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  panzer::BC
 Stores input information for a boundary condition. More...
 
struct  panzer::BC::BCHash
 
struct  panzer::BC::BCEquality
 
struct  panzer::LessBC
 

Namespaces

 Teuchos
 
 panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

Enumerations

enum  panzer::BCType { panzer::BCT_Dirichlet, panzer::BCT_Neumann, panzer::BCT_Interface }
 Type of boundary condition. More...
 

Functions

std::ostream & panzer::operator<< (std::ostream &os, const panzer::BC &bc)
 
WorksetDescriptor panzer::bcDescriptor (const panzer::BC &bc)