www.mooseframework.org
Functions
MultiAppProjectionTransfer.C File Reference

Go to the source code of this file.

Functions

void assemble_l2 (EquationSystems &es, const std::string &system_name)
 
 registerMooseObject ("MooseApp", MultiAppProjectionTransfer)
 

Function Documentation

◆ assemble_l2()

void assemble_l2 ( EquationSystems &  es,
const std::string &  system_name 
)

Definition at line 35 of file MultiAppProjectionTransfer.C.

36 {
37  MultiAppProjectionTransfer * transfer =
38  es.parameters.get<MultiAppProjectionTransfer *>("transfer");
39  transfer->assembleL2(es, system_name);
40 }
std::vector< std::pair< R1, R2 > > get(const std::string &param1, const std::string &param2) const
Combine two vector parameters into a single vector of pairs.
void assembleL2(EquationSystems &es, const std::string &system_name)
Project values from one domain to another.
const InputParameters & parameters() const
Get the parameters of the object.

◆ registerMooseObject()

registerMooseObject ( "MooseApp"  ,
MultiAppProjectionTransfer   
)