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 603 of file MultiAppGeneralFieldTransfer.h.

Member Typedef Documentation

◆ InsertInput

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

Definition at line 606 of file MultiAppGeneralFieldTransfer.h.

Constructor & Destructor Documentation

◆ NullAction()

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

Definition at line 608 of file MultiAppGeneralFieldTransfer.h.

608 {}

Member Function Documentation

◆ insert() [1/2]

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

Definition at line 610 of file MultiAppGeneralFieldTransfer.h.

610 {}

◆ insert() [2/2]

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

Definition at line 612 of file MultiAppGeneralFieldTransfer.h.

612 {}

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