|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Inheritance diagram for ippl::ZeroFace< Field >:
Collaboration diagram for ippl::ZeroFace< Field >:Public Member Functions | |
| ZeroFace (unsigned face) | |
| virtual FieldBC | getBCType () const |
| virtual void | write (std::ostream &out) const |
Public Member Functions inherited from ippl::ConstantFace< Field > | |
| ConstantFace (unsigned int face, T constant) | |
Public Member Functions inherited from ippl::ExtrapolateFace< Field > | |
| ExtrapolateFace (unsigned face, T offset, T slope) | |
| virtual void | findBCNeighbors (Field &) |
| virtual void | apply (Field &field) |
| virtual void | assignGhostToPhysical (Field &field) |
| const T & | getOffset () const |
| const T & | getSlope () const |
Public Member Functions inherited from ippl::detail::BCondBase< Field > | |
| BCondBase (unsigned int face) | |
| unsigned int | getFace () const |
| bool | changesPhysicalCells () const |
Additional Inherited Members | |
Public Types inherited from ippl::ExtrapolateFace< Field > | |
| using | base_type = detail::BCondBase< Field > |
| using | Layout_t = typename detail::BCondBase< Field >::Layout_t |
Public Types inherited from ippl::detail::BCondBase< Field > | |
| using | Layout_t = FieldLayout< Dim > |
Protected Attributes inherited from ippl::ExtrapolateFace< Field > | |
| T | offset_m |
| T | slope_m |
Protected Attributes inherited from ippl::detail::BCondBase< Field > | |
| unsigned int | face_m |
| bool | changePhysical_m |
|
inlinevirtual |
Reimplemented from ippl::ConstantFace< Field >.
|
virtual |
Reimplemented from ippl::ConstantFace< Field >.