ESyS-Particle  4.0.1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
VectorEdge2DFieldSlave Class Reference

Slave part for saving a vector field defined on the edges in a given Mesh2D. More...

#include <VectorEdge2DFieldSlave.h>

Inheritance diagram for VectorEdge2DFieldSlave:
Inheritance graph
[legend]
Collaboration diagram for VectorEdge2DFieldSlave:
Collaboration graph
[legend]

Public Member Functions

 VectorEdge2DFieldSlave (TML_Comm *, Mesh2D *, Edge2D::VectorFieldFunction)
virtual void sendData ()
- Public Member Functions inherited from AFieldSlave
 AFieldSlave (TML_Comm *)

Protected Member Functions

virtual void SendDataFull ()
virtual void SendDataFullDX ()

Protected Attributes

Mesh2Dm_mesh
Edge2D::VectorFieldFunction m_rdf
- Protected Attributes inherited from AFieldSlave
TML_Commm_comm

Detailed Description

Slave part for saving a vector field defined on the edges in a given Mesh2D.

Author
Steffen Abe $Date$ $Revision$

Constructor & Destructor Documentation

VectorEdge2DFieldSlave::VectorEdge2DFieldSlave ( TML_Comm comm,
Mesh2D mesh,
Edge2D::VectorFieldFunction  rdf 
)

constructor

Parameters
commthe TML communicator used for sending the data back to the master
meshthe mesh on which the field is defined
rdfthe particle member function to access the data

Member Function Documentation

void VectorEdge2DFieldSlave::sendData ( )
virtual

Send data back to master. Recieve the collection type and call the appropriate sending function

Implements AFieldSlave.

References TML_Comm::recv_broadcast(), SendDataFull(), and SendDataFullDX().

Here is the call graph for this function:

void VectorEdge2DFieldSlave::SendDataFull ( )
protectedvirtual

Send data as id,value pairs

References Mesh2D::forAllEdgesGetIndexed(), TML_Comm::send_gather(), and BasicCon::XDebug().

Referenced by sendData().

Here is the call graph for this function:

Here is the caller graph for this function:

void VectorEdge2DFieldSlave::SendDataFullDX ( )
protectedvirtual

send data in a for saving as DX format

Warning
NOT IMPLEMENTED

References BasicCon::XDebug().

Referenced by sendData().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: