source: XIOS/dev/branch_openmp/inputs/Regular_ugrid/iodef.xml @ 1533

Last change on this file since 1533 was 924, checked in by oabramkina, 8 years ago

Parallel version of UGRID norms.

The following connectivity parameters have been implemented:

edge_nodes
face_nodes
face_edges
edge_faces
face_faces.

Test with a regular(structured) quadrilateral mesh (test_regular) has been added.

File size: 621 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3
4  <context id="atmosphere" src="./context_atmosphere.xml"/> 
5
6  <context id="xios">
7      <variable_definition>
8        <variable_group id="buffer">
9            <variable id="optimal_buffer_size" type="string">performance</variable>
10            <variable id="buffer_size_factor" type="double">1.0</variable>
11         </variable_group>
12
13        <variable_group id="parameters" >
14          <variable id="info_level" type="int">1</variable>
15          <variable id="print_file" type="bool">true</variable>
16        </variable_group>
17      </variable_definition>
18  </context>
19
20</simulation>
Note: See TracBrowser for help on using the repository browser.