Skip to content

Commit

Permalink
Removes MFEMAuxKernel from moose object tasks in PlatypusApp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 28, 2024
1 parent 92c1ca8 commit aa3ad12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/base/PlatypusApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ associateSyntaxInner(Syntax & syntax, ActionFactory & /*action_factory*/)
addTaskDependency("add_elemental_field_variable", "add_mfem_formulation");
addTaskDependency("add_kernel", "add_mfem_formulation");

// add MFEM auxkernel base
appendMooseObjectTask("add_aux_kernel", MFEMAuxKernel);

// add coefficients
registerMooseObjectTask("add_mfem_coefficients", MFEMCoefficient, false);
registerSyntaxTask("AddCoefficientAction", "Coefficients/*", "add_mfem_coefficients");
Expand Down

0 comments on commit aa3ad12

Please sign in to comment.