Skip to content

Commit

Permalink
Fix unity build and docs (idaholab#26053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Nov 14, 2023
1 parent a73d906 commit 22ed019
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Expand Up @@ -12,6 +12,8 @@
#include "AuxKernel.h"
#include "IndexableProperty.h"

class MaterialBase;

template <bool is_ad>
class ProjectedStatefulMaterialAuxTempl : public AuxKernel
{
Expand Down
Expand Up @@ -12,6 +12,8 @@
// MOOSE includes
#include "NodalPatchRecoveryMaterialProperty.h"

class MaterialBase;

/**
* Nodal patch recovery for material property components for projected stateful properties
*/
Expand Down
Expand Up @@ -20,7 +20,7 @@
#include "libmesh/string_to_enum.h"

// we need to add these variables after the material property types are known
registerMooseAction("MooseApp",
registerMooseAction("TensorMechanicsApp",
ProjectedStatefulMaterialStorageAction,
"setup_projected_properties");

Expand Down
Expand Up @@ -10,6 +10,7 @@
#include "ProjectedStatefulMaterialAux.h"
#include "NodalPatchRecoveryBase.h"
#include "MaterialBase.h"
#include "Assembly.h"

registerMooseObject("TensorMechanicsApp", ProjectedStatefulMaterialAux);
registerMooseObject("TensorMechanicsApp", ADProjectedStatefulMaterialAux);
Expand Down
Expand Up @@ -8,6 +8,8 @@
//* https://www.gnu.org/licenses/lgpl-2.1.html

#include "ProjectedStatefulMaterialNodalPatchRecovery.h"
#include "MaterialBase.h"
#include "Assembly.h"

registerMooseObject("TensorMechanicsApp", ProjectedStatefulMaterialNodalPatchRecovery);

Expand Down

0 comments on commit 22ed019

Please sign in to comment.