CouplingInterface
Last update: 17.07.2025std::size_t getNumSideTwoRegions() const
Get the number of regions on side two of the interface.
const Region & getSideOneRegion(std::size_t index) const
Get the region on side one, given an index.
void addSideTwoRegion(const Region ®ion)
Add region to side two of the interface.
CouplingInterface(CouplingInterfaceName interfaceName)
Provide a constructor for the CouplingInterface class.
const Region & getSideTwoRegion(std::size_t index) const
Get the region on side two, given an index.
std::size_t getNumSideOneRegions() const
Get the number of regions on side one of the interface.
std::size_t getNumDataTransfers() const noexcept
Get the number of data transfers.
void addDataTransfer(const DataTransfer &dataTransfer)
Add a data transfer.
void addSideOneRegion(const Region ®ion)
Add region to side one of the interface.
const CouplingInterfaceName & getName() const
Get coupling interface name.