#include <BCond.h>
Inheritance diagram for BCondBase< T, D, M, C >:
Public Member Functions | |
BCondBase (unsigned int face, int i=allComponents, int j=allComponents) | |
virtual void | apply (Field< T, D, M, C > &)=0 |
virtual BCondBase< T, D, M, C > * | clone () const =0 |
virtual void | write (ostream &) const |
int | getComponent () const |
unsigned int | getFace () const |
bool | changesPhysicalCells () const |
Static Public Attributes | |
static int | allComponents = -9999 |
Protected Attributes | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
Definition at line 181 of file BCond.h.
|
Definition at line 78 of file BCond.cpp. References endl(), ERRORMSG, get_tag, getTensorOrder(), IPPL_ANTISYMTENSOR, IPPL_SYMTENSOR, IPPL_TENSOR, BCondBase< T, D, M, C >::m_component, and PAssert. Here is the call graph for this function: |
|
|
Definition at line 213 of file BCond.h. References BCondBase< T, D, M, C >::m_changePhysical. |
|
|
Definition at line 207 of file BCond.h. References BCondBase< T, D, M, C >::m_component. Referenced by ExtrapolateAndZeroFaceBCApply2(), ExtrapolateAndZeroFaceBCApply3(), and ExtrapolateFaceBCApply2(). |
|
|
|
|
|
Definition at line 225 of file BCond.h. Referenced by BCondBase< T, D, M, C >::changesPhysicalCells(). |
|
Definition at line 219 of file BCond.h. Referenced by BCondBase< T, D, M, C >::BCondBase(), and BCondBase< T, D, M, C >::getComponent(). |
|
Definition at line 222 of file BCond.h. Referenced by BCondBase< T, D, M, C >::getFace(), and BCondBase< T, D, M, C >::write(). |