3.1.16. c3po.Exchanger module
Contains the classes Exchanger.
- class c3po.Exchanger.Exchanger
Bases:
objectExchangeris a class interface (to be implemented) which standardizes data exchanges betweenDataAccessorobjects (PhysicsDriverorLocalDataManager).Once the object has been constructed, a call to
exchange()triggers the exchanges of data.- clean()
Clean up internal variables used to speed up data exchange under the assumption that meshes do not vary.
Note
It is mandatory to call this method each time the mesh of one of the
DataAccessorinvolved in the exchange is modified.
- exchange()
Trigger the exchange of data.