File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,21 +71,25 @@ public:
71
71
{
72
72
LOG_UNIT_TEST ;
73
73
test < DistributedMesh > ("meshes/smooth2d_in.e" , "meshes/smooth2d_nomove.e" , false);
74
+ test < ReplicatedMesh > ("meshes/smooth2d_in.e" , "meshes/smooth2d_nomove.e" , false);
74
75
}
75
76
void laplace_smooth_2d_movable_boundary_nodes ()
76
77
{
77
78
LOG_UNIT_TEST ;
78
79
test < DistributedMesh > ("meshes/smooth2d_in.e" , "meshes/smooth2d_move.e" , true);
80
+ test < ReplicatedMesh > ("meshes/smooth2d_in.e" , "meshes/smooth2d_move.e" , true);
79
81
}
80
82
void laplace_smooth_3d_fixed_boundary_nodes ()
81
83
{
82
84
LOG_UNIT_TEST ;
83
85
test < DistributedMesh > ("meshes/smooth3d_in.e" , "meshes/smooth3d_nomove.e" , false);
86
+ test < ReplicatedMesh > ("meshes/smooth3d_in.e" , "meshes/smooth3d_nomove.e" , false);
84
87
}
85
88
void laplace_smooth_3d_movable_boundary_nodes ()
86
89
{
87
90
LOG_UNIT_TEST ;
88
91
test < DistributedMesh > ("meshes/smooth3d_in.e" , "meshes/smooth3d_move.e" , true);
92
+ test < ReplicatedMesh > ("meshes/smooth3d_in.e" , "meshes/smooth3d_move.e" , true);
89
93
}
90
94
};
91
95
You can’t perform that action at this time.
0 commit comments