MADNESS 0.10.1
Public Types | Public Member Functions | List of all members
TupleTask Class Reference
Inheritance diagram for TupleTask:
Inheritance graph
[legend]
Collaboration diagram for TupleTask:
Collaboration graph
[legend]

Public Types

typedef std::tuple< const std::vector< real_function_3d > & > argtupleT
 
typedef std::tuple< vector_real_function_3d, vector_real_function_3dresultT
 

Public Member Functions

resultT allocator (World &world, const argtupleT &argtuple) const
 
resultT operator() (const std::vector< real_function_3d > &f1) const
 
- Public Member Functions inherited from madness::MacroTaskOperationBase
 MacroTaskOperationBase ()
 
virtual ~MacroTaskOperationBase ()
 
virtual bool accumulates_own_output () const
 
virtual void cleanup ()
 release whatever the task kept across its batches, called once the queue has run
 
virtual bool handles_own_data_movement () const
 true if the task moves its operand coefficients into the subworld itself
 
virtual long owner_hint (const Batch &, const long) const
 which subworld should run this batch; -1 leaves the choice to the queue
 

Additional Inherited Members

- Public Attributes inherited from madness::MacroTaskOperationBase
Batch batch
 
Cloudcloud_ptr =0
 
std::string name ="unknown_task"
 
std::shared_ptr< MacroTaskPartitionerpartitioner =0
 
Worldsubworld_ptr =0
 

Member Typedef Documentation

◆ argtupleT

typedef std::tuple<const std::vector<real_function_3d> &> TupleTask::argtupleT

◆ resultT

Member Function Documentation

◆ allocator()

resultT TupleTask::allocator ( World world,
const argtupleT argtuple 
) const
inline

◆ operator()()

resultT TupleTask::operator() ( const std::vector< real_function_3d > &  f1) const
inline

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