Skip to content
Snippets Groups Projects
Commit 40b078a6 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/ST] Convert test to multiple meshes.

parent de1fd5b8
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject> <OpenGeoSysProject>
<mesh>square_1x1_quad_1e6.vtu</mesh> <meshes>
<geometry>square_1x1_midpoint.gml</geometry> <mesh>square_1x1_quad_1e6.vtu</mesh>
<mesh>square_1x1_geometry_middle_point.vtu</mesh>
<mesh>square_1x1_geometry_left.vtu</mesh>
<mesh>square_1x1_geometry_right.vtu</mesh>
</meshes>
<processes> <processes>
<process> <process>
<name>GW23</name> <name>GW23</name>
...@@ -79,22 +83,19 @@ ...@@ -79,22 +83,19 @@
<initial_condition>p0</initial_condition> <initial_condition>p0</initial_condition>
<boundary_conditions> <boundary_conditions>
<boundary_condition> <boundary_condition>
<geometrical_set>square_1x1_geometry</geometrical_set> <mesh>square_1x1_geometry_left</mesh>
<geometry>left</geometry>
<type>Dirichlet</type> <type>Dirichlet</type>
<parameter>p_Dirichlet_left</parameter> <parameter>p_Dirichlet_left</parameter>
</boundary_condition> </boundary_condition>
<boundary_condition> <boundary_condition>
<geometrical_set>square_1x1_geometry</geometrical_set> <mesh>square_1x1_geometry_right</mesh>
<geometry>right</geometry>
<type>Dirichlet</type> <type>Dirichlet</type>
<parameter>p_Dirichlet_right</parameter> <parameter>p_Dirichlet_right</parameter>
</boundary_condition> </boundary_condition>
</boundary_conditions> </boundary_conditions>
<source_terms> <source_terms>
<source_term> <source_term>
<geometrical_set>square_1x1_geometry</geometrical_set> <mesh>square_1x1_geometry_middle_point</mesh>
<geometry>middle_point</geometry>
<type>Nodal</type> <type>Nodal</type>
<parameter>pressure_source_term</parameter> <parameter>pressure_source_term</parameter>
</source_term> </source_term>
......
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment