|
OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
|
#include <BcTypes.h>


Public Types | |
| using | face_neighbor_type = std::array< std::vector< int >, 2 *Dim > |
| using | Layout_t = typename detail::BCondBase< Field >::Layout_t |
Public Member Functions | |
| PeriodicFace (unsigned face) | |
| virtual FieldBC | getBCType () const |
| virtual void | findBCNeighbors (Field &field) |
| virtual void | apply (Field &field) |
| virtual void | assignGhostToPhysical (Field &field) |
| virtual void | write (std::ostream &out) const |
| unsigned int | getFace () const |
| bool | changesPhysicalCells () const |
Protected Attributes | |
| unsigned int | face_m |
| bool | changePhysical_m |
Private Types | |
| using | T = typename Field::value_type |
Private Attributes | |
| face_neighbor_type | faceNeighbors_m |
| Field::halo_type::databuffer_type | haloData_m |
Static Private Attributes | |
| static constexpr unsigned | Dim = Field::dim |
| using ippl::PeriodicFace< Field >::face_neighbor_type = std::array<std::vector<int>, 2 * Dim> |
| using ippl::PeriodicFace< Field >::Layout_t = typename detail::BCondBase<Field>::Layout_t |
|
private |
|
inline |
|
virtual |
Implements ippl::detail::BCondBase< Field >.
Definition at line 193 of file BcTypes.hpp.
References ippl::apply(), ippl::mpi::tag::BC_CYCLE, ippl::mpi::tag::BC_PARALLEL_PERIODIC, begin(), Dim, end(), ippl::NDIndex< Dim >::first(), ippl::BareField< T, Dim, ViewArgs >::getCommunicator(), ippl::FieldLayout< Dim >::getDomain(), ippl::BareField< T, Dim, ViewArgs >::getHalo(), ippl::FieldLayout< Dim >::getHostLocalDomains(), ippl::BareField< T, Dim, ViewArgs >::getLayout(), ippl::BareField< T, Dim, ViewArgs >::getNghost(), ippl::BareField< T, Dim, ViewArgs >::getView(), ippl::NDIndex< Dim >::grow(), ippl::NDIndex< Dim >::intersect(), ippl::NDIndex< Dim >::last(), ippl::min(), and ippl::parallel_for().

|
virtual |
Implements ippl::detail::BCondBase< Field >.
Definition at line 347 of file BcTypes.hpp.
References ippl::apply(), begin(), Dim, end(), ippl::FieldLayout< Dim >::getDomain(), ippl::BareField< T, Dim, ViewArgs >::getLayout(), ippl::FieldLayout< Dim >::getLocalNDIndex(), ippl::BareField< T, Dim, ViewArgs >::getNghost(), ippl::BareField< T, Dim, ViewArgs >::getView(), and ippl::parallel_for().

|
inlineinherited |
Definition at line 68 of file BcTypes.h.
References ippl::detail::BCondBase< Field >::changePhysical_m.
|
virtual |
Implements ippl::detail::BCondBase< Field >.
Definition at line 138 of file BcTypes.hpp.
References ippl::BareField< T, Dim, ViewArgs >::getCommunicator(), ippl::FieldLayout< Dim >::getDomain(), ippl::FieldLayout< Dim >::getHostLocalDomains(), ippl::BareField< T, Dim, ViewArgs >::getLayout(), ippl::BareField< T, Dim, ViewArgs >::getNghost(), and ippl::min().

|
inlinevirtual |
Reimplemented from ippl::detail::BCondBase< Field >.
Definition at line 168 of file BcTypes.h.
References ippl::PERIODIC_FACE.
|
inlineinherited |
Definition at line 65 of file BcTypes.h.
References ippl::detail::BCondBase< Field >::face_m.
|
virtual |
Implements ippl::detail::BCondBase< Field >.
Definition at line 132 of file BcTypes.hpp.
|
protectedinherited |
Definition at line 75 of file BcTypes.h.
Referenced by ippl::detail::BCondBase< Field >::changesPhysicalCells().
|
staticconstexprprivate |
|
protectedinherited |
Definition at line 72 of file BcTypes.h.
Referenced by ippl::detail::BCondBase< Field >::getFace().
|
private |
|
private |