Skip to content

Commit b23f438

Browse files
fixed tests
1 parent b15d632 commit b23f438

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/system_tests/test_multi_mat_penalty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def c_exact_bot_np(x):
8888

8989
mesh, mt, ct = generate_mesh(100)
9090

91-
my_model = F.HTransportProblemPenalty()
91+
my_model = F.HydrogenTransportProblemDiscontinuous()
9292
my_model.mesh = F.Mesh(mesh)
9393
my_model.volume_meshtags = ct
9494
my_model.facet_meshtags = mt

test/system_tests/test_multi_material.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def c_exact_bot_np(x):
8888
mesh, mt, ct = generate_mesh(100)
8989

9090
my_model = F.HydrogenTransportProblemDiscontinuous()
91+
my_model.method_interface = "nietsche"
9192
my_model.mesh = F.Mesh(mesh)
9293
my_model.volume_meshtags = ct
9394
my_model.facet_meshtags = mt
@@ -341,6 +342,8 @@ def test_2_mats_particle_flux_bc(tmpdir):
341342
mesh, mt, ct = generate_mesh()
342343

343344
my_model = F.HydrogenTransportProblemDiscontinuous()
345+
my_model.method_interface = "nietsche"
346+
344347
my_model.mesh = F.Mesh(mesh)
345348
my_model.volume_meshtags = ct
346349
my_model.facet_meshtags = mt

0 commit comments

Comments
 (0)