MeDiPack  1.2.2
A Message Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB > Class Template Reference

#include <adToolInterface.h>

Inheritance diagram for medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >:

Public Member Functions

 ADToolBase (MPI_Datatype primalMpiType, MPI_Datatype adjointMpiType)
 Construct the type safe wrapper. More...
 
void createIndexTypeBuffer (void *&buf, size_t size) const
 Create an array for the index variables. More...
 
void createPrimalTypeBuffer (void *&buf, size_t size) const
 Create an array for the passive variables. More...
 
void deleteIndexTypeBuffer (void *&buf) const
 Delete the array of the index variables. More...
 
void deletePrimalTypeBuffer (void *&buf) const
 Delete the array of the passive variables. More...
 
- Public Member Functions inherited from medi::ADToolInterface
virtual void addToolAction (HandleBase *h) const =0
 Register the handle so that the AD tool can evaluate it in the reverse sweep. More...
 
 ADToolInterface (MPI_Datatype primalMpiType, MPI_Datatype adjointMpiType)
 Create an interface for the AD type. More...
 
virtual AMPI_Op convertOperator (AMPI_Op op) const =0
 Convert the mpi intrinsic operators like MPI_SUM to the specific one for the AD tool. More...
 
virtual void createIndexTypeBuffer (void *&buf, size_t size) const =0
 Create an array for the index variables. More...
 
virtual void createPrimalTypeBuffer (void *&buf, size_t size) const =0
 Create an array for the passive variables. More...
 
virtual void deleteIndexTypeBuffer (void *&buf) const =0
 Delete the array of the index variables. More...
 
virtual void deletePrimalTypeBuffer (void *&buf) const =0
 Delete the array of the passive variables. More...
 
MPI_Datatype getAdjointMpiType () const
 The mpi data type for the adjoint type. More...
 
MPI_Datatype getPrimalMpiType () const
 The mpi data type for the primal type. More...
 
virtual bool isActiveType () const =0
 If this AD interface represents an AD type. More...
 
virtual bool isHandleRequired () const =0
 The handle needs to be created if an adjoint action is required by the AD tool. More...
 
virtual bool isModifiedBufferRequired () const =0
 Indicates if the AD tool needs to modify the buffer in order to send the correct data. More...
 
virtual bool isOldPrimalsRequired () const =0
 Indicates if MeDiPack needs store the overwritten primal values for the AD tool. More...
 
virtual void startAssembly (HandleBase *h) const =0
 Indicates to the AD tool that an adjoint action is in the progress of beeing recorded. More...
 
virtual void stopAssembly (HandleBase *h) const =0
 Indicates to the AD tool that an adjoint action is beeing finished. More...
 
virtual ~ADToolInterface ()
 

Additional Inherited Members

- Public Types inherited from medi::ADToolInterface
typedef void AdjointType
 The data type that is used for the adjoint variables. More...
 
typedef void IndexType
 The data type from the AD tool for the identification of AD variables. More...
 
typedef void ModifiedType
 The type that is send through the modified buffers. More...
 
typedef void PrimalType
 The data type used for the floating point data. More...
 
typedef void Type
 The actual type that the AD implementation uses. More...
 

Detailed Description

template<typename Impl, typename AdjointTypeB, typename PrimalTypeB, typename IndexTypeB>
class medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >

A type save implementation of the AD tool interface.

All functions with void types are forwarded to the type safe implementation.

Template Parameters
ImplThe class that implements the actual interface in a type save manner.
AdjointTypeBThe data type for the adjoint variables that the implementation uses.
PrimalTypeBThe data type for the passive variables that the implementation uses.
IndexTypeBThe data type for the index variables that the implementation uses.

Constructor & Destructor Documentation

◆ ADToolBase()

template<typename Impl , typename AdjointTypeB , typename PrimalTypeB , typename IndexTypeB >
medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >::ADToolBase ( MPI_Datatype  primalMpiType,
MPI_Datatype  adjointMpiType 
)
inline

Construct the type safe wrapper.

Parameters
[in]primalMpiTypeThe mpi data type for the primal type.
[in]adjointMpiTypeThe mpi data type for the adjoint type.

Member Function Documentation

◆ createIndexTypeBuffer()

template<typename Impl , typename AdjointTypeB , typename PrimalTypeB , typename IndexTypeB >
void medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >::createIndexTypeBuffer ( void *&  buf,
size_t  size 
) const
inlinevirtual

Create an array for the index variables.

Parameters
[out]bufThe pointer for the buffer.
[in]sizeThe size of the buffer.

Implements medi::ADToolInterface.

◆ createPrimalTypeBuffer()

template<typename Impl , typename AdjointTypeB , typename PrimalTypeB , typename IndexTypeB >
void medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >::createPrimalTypeBuffer ( void *&  buf,
size_t  size 
) const
inlinevirtual

Create an array for the passive variables.

Parameters
[out]bufThe pointer for the buffer.
[in]sizeThe size of the buffer.

Implements medi::ADToolInterface.

◆ deleteIndexTypeBuffer()

template<typename Impl , typename AdjointTypeB , typename PrimalTypeB , typename IndexTypeB >
void medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >::deleteIndexTypeBuffer ( void *&  buf) const
inlinevirtual

Delete the array of the index variables.

Parameters
[in,out]bufThe pointer for the buffer.

Implements medi::ADToolInterface.

◆ deletePrimalTypeBuffer()

template<typename Impl , typename AdjointTypeB , typename PrimalTypeB , typename IndexTypeB >
void medi::ADToolBase< Impl, AdjointTypeB, PrimalTypeB, IndexTypeB >::deletePrimalTypeBuffer ( void *&  buf) const
inlinevirtual

Delete the array of the passive variables.

Parameters
[in,out]bufThe pointer for the buffer.

Implements medi::ADToolInterface.


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