From 4b734410941fc40539c411ada1365398dd3966e9 Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Wed, 18 Dec 2024 17:02:18 +0000 Subject: [PATCH] Fix gravity loaded kernel test after rebase --- include/bcs/MFEMScalarBoundaryIntegratedBC.h | 1 - test/tests/kernels/gravity.i | 11 +---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/include/bcs/MFEMScalarBoundaryIntegratedBC.h b/include/bcs/MFEMScalarBoundaryIntegratedBC.h index f5ee3213..5db4021a 100644 --- a/include/bcs/MFEMScalarBoundaryIntegratedBC.h +++ b/include/bcs/MFEMScalarBoundaryIntegratedBC.h @@ -1,6 +1,5 @@ #pragma once #include "MFEMIntegratedBC.h" -#include "MFEMFunctionCoefficient.h" class MFEMScalarBoundaryIntegratedBC : public MFEMIntegratedBC { diff --git a/test/tests/kernels/gravity.i b/test/tests/kernels/gravity.i index f97a6cb1..515431c7 100644 --- a/test/tests/kernels/gravity.i +++ b/test/tests/kernels/gravity.i @@ -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' [] []