https://mooseframework.inl.gov
Public Types | Public Member Functions | List of all members
GeneralFieldTransfer::NullAction< Val > Class Template Reference

#include <MultiAppGeneralFieldTransfer.h>

Public Types

typedef Val InsertInput
 

Public Member Functions

 NullAction ()
 
void insert (dof_id_type, Val)
 
void insert (const std::vector< dof_id_type > &, const DenseVector< Val > &)
 

Detailed Description

template<typename Val>
class GeneralFieldTransfer::NullAction< Val >

Definition at line 634 of file MultiAppGeneralFieldTransfer.h.

Member Typedef Documentation

◆ InsertInput

template<typename Val>
typedef Val GeneralFieldTransfer::NullAction< Val >::InsertInput

Definition at line 637 of file MultiAppGeneralFieldTransfer.h.

Constructor & Destructor Documentation

◆ NullAction()

template<typename Val>
GeneralFieldTransfer::NullAction< Val >::NullAction ( )
inline

Definition at line 639 of file MultiAppGeneralFieldTransfer.h.

639 {}

Member Function Documentation

◆ insert() [1/2]

template<typename Val>
void GeneralFieldTransfer::NullAction< Val >::insert ( dof_id_type  ,
Val   
)
inline

Definition at line 641 of file MultiAppGeneralFieldTransfer.h.

641 {}

◆ insert() [2/2]

template<typename Val>
void GeneralFieldTransfer::NullAction< Val >::insert ( const std::vector< dof_id_type > &  ,
const DenseVector< Val > &   
)
inline

Definition at line 643 of file MultiAppGeneralFieldTransfer.h.

643 {}

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