Skip to content
Snippets Groups Projects
Verified Commit e09e6df9 authored by Lars Bilke's avatar Lars Bilke
Browse files

[T] Example of the <include>-syntax.

parent c8eeb4bd
No related branches found
No related tags found
No related merge requests found
<process>
<name>SteadyStateDiffusion</name>
<type>STEADY_STATE_DIFFUSION</type>
<integration_order>2</integration_order>
<process_variables>
<process_variable>pressure</process_variable>
</process_variables>
<secondary_variables>
<secondary_variable internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
</process>
...@@ -3,17 +3,7 @@ ...@@ -3,17 +3,7 @@
<mesh>cube_1x1x1_hex_1e1.vtu</mesh> <mesh>cube_1x1x1_hex_1e1.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry> <geometry>cube_1x1x1.gml</geometry>
<processes> <processes>
<process> <include file="SteadyStateDiffusion.xml" />
<name>SteadyStateDiffusion</name>
<type>STEADY_STATE_DIFFUSION</type>
<integration_order>2</integration_order>
<process_variables>
<process_variable>pressure</process_variable>
</process_variables>
<secondary_variables>
<secondary_variable internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
</process>
</processes> </processes>
<media> <media>
<medium id="0"> <medium id="0">
......
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