https://mooseframework.inl.gov
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 ( libMesh::EquationSystems es,
const std::string &  system_name 
)

Definition at line 36 of file MultiAppProjectionTransfer.C.

37 {
38  MultiAppProjectionTransfer * transfer =
39  es.parameters.get<MultiAppProjectionTransfer *>("transfer");
40  transfer->assembleL2(es, system_name);
41 }
void assembleL2(libMesh::EquationSystems &es, const std::string &system_name)
const T & get(std::string_view) const
Project values from one domain to another.

◆ registerMooseObject()

registerMooseObject ( "MooseApp"  ,
MultiAppProjectionTransfer   
)