Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
field.h File Reference
#include <valarray>
#include <string>
#include <assert.h>
#include "commonParameters.h"
#include "communicator.h"
#include "bridge_complex.h"

Go to the source code of this file.

Classes

class  Field
 Container of Field-type object. More...
 

Functions

dcomplex ddotc_complex (const Field &y, const Field &x)
 
int exchange (int count, Field *recv_buf, Field *send_buf, int idir, int ipm, int tag)
 
int send_1to1 (int count, Field *recv_buf, Field *send_buf, int p_to, int p_from, int tag)
 
Field operator* (const Field &v, const double s)
 
Field operator* (const double s, const Field &v)
 
Field operator+ (const Field &lhs, const Field &rhs)
 
Field operator- (const Field &lhs, const Field &rhs)
 

Function Documentation

dcomplex ddotc_complex ( const Field y,
const Field x 
)
inline

Definition at line 367 of file field.h.

int exchange ( int  count,
Field recv_buf,
Field send_buf,
int  idir,
int  ipm,
int  tag 
)
inline

Definition at line 402 of file field.h.

Field operator* ( const Field v,
const double  s 
)
inline

Definition at line 550 of file field.h.

Field operator* ( const double  s,
const Field v 
)
inline

Definition at line 559 of file field.h.

Field operator+ ( const Field lhs,
const Field rhs 
)
inline

Definition at line 565 of file field.h.

Field operator- ( const Field lhs,
const Field rhs 
)
inline

Definition at line 574 of file field.h.

int send_1to1 ( int  count,
Field recv_buf,
Field send_buf,
int  p_to,
int  p_from,
int  tag 
)
inline

Definition at line 408 of file field.h.