Skip to content

Commit

Permalink
Use new MultiAppTransfer features in projection
Browse files Browse the repository at this point in the history
  • Loading branch information
smharper committed Aug 13, 2015
1 parent feb838e commit 09ca358
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 167 deletions.
2 changes: 1 addition & 1 deletion framework/include/transfers/MultiAppProjectionTransfer.h
Expand Up @@ -42,7 +42,7 @@ class MultiAppProjectionTransfer : public MultiAppTransfer
void assembleL2From(EquationSystems & es, const std::string & system_name);
void assembleL2To(EquationSystems & es, const std::string & system_name);

void projectSolution(FEProblem & fep, unsigned int app);
void projectSolution(unsigned int to_problem);

AuxVariableName _to_var_name;
VariableName _from_var_name;
Expand Down

0 comments on commit 09ca358

Please sign in to comment.