Skip to content

Commit

Permalink
Fix gravity loaded kernel test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Dec 18, 2024
1 parent 5b130aa commit 4b73441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion include/bcs/MFEMScalarBoundaryIntegratedBC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once
#include "MFEMIntegratedBC.h"
#include "MFEMFunctionCoefficient.h"

class MFEMScalarBoundaryIntegratedBC : public MFEMIntegratedBC
{
Expand Down
11 changes: 1 addition & 10 deletions test/tests/kernels/gravity.i
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,12 @@
[]
[]

[VectorCoefficients]
[FixedValue]
type = MFEMVectorConstantCoefficient
value_x = 0.0
value_y = 0.0
value_z = 0.0
[]
[]

[BCs]
[dirichlet]
type = MFEMVectorDirichletBC
variable = displacement
boundary = '1'
vector_coefficient = FixedValue
values = '0.0 0.0 0.0'
[]
[]

Expand Down

0 comments on commit 4b73441

Please sign in to comment.