#include <BCond.h>
Inheritance diagram for ExtrapolateFace< T, D, M, C >:
Public Types | |
typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
Public Member Functions | |
ExtrapolateFace (unsigned f, T o, T s, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
virtual void | apply (Field< T, D, M, C > &) |
virtual BCondBase< T, D, M, C > * | clone () const |
virtual void | write (ostream &) const |
const T & | getOffset () const |
const T & | getSlope () const |
Protected Attributes | |
T | Offset |
T | Slope |
Definition at line 350 of file BCond.h.
|
Reimplemented in PosReflectFace< T, D, M, C >, NegReflectFace< T, D, M, C >, ConstantFace< T, D, M, C >, and ZeroFace< T, D, M, C >. |
|
Definition at line 300 of file BCond.cpp. References CT, TAU_FIELD, TAU_PROFILE, and TAU_TYPE_STRING. |
|
Implements BCondBase< T, D, M, C >. Definition at line 1776 of file BCond.cpp. References ExtrapolateFaceBCApply(). Here is the call graph for this function: |
|
Implements BCondBase< T, D, M, C >. |
|
Definition at line 374 of file BCond.h. References ExtrapolateFace< T, D, M, C >::Offset. Referenced by ExtrapolateFaceBCApply2(). |
|
Definition at line 375 of file BCond.h. References ExtrapolateFace< T, D, M, C >::Slope. Referenced by ExtrapolateFaceBCApply2(). |
|
Reimplemented from BCondBase< T, D, M, C >. Reimplemented in PosReflectFace< T, D, M, C >, NegReflectFace< T, D, M, C >, ConstantFace< T, D, M, C >, and ZeroFace< T, D, M, C >. Definition at line 205 of file BCond.cpp. References CT, ExtrapolateFace< T, D, M, C >::Offset, ExtrapolateFace< T, D, M, C >::Slope, TAU_FIELD, TAU_IO, TAU_PROFILE, and TAU_TYPE_STRING. |
|
Definition at line 378 of file BCond.h. Referenced by ExtrapolateFace< T, D, M, C >::getOffset(), ExtrapolateFace< T, D, M, C >::write(), and ConstantFace< T, D, M, C >::write(). |
|
Definition at line 378 of file BCond.h. Referenced by ExtrapolateFace< T, D, M, C >::getSlope(), and ExtrapolateFace< T, D, M, C >::write(). |