added template for cmfd.xml input file

This commit is contained in:
Bryan Herman 2011-11-07 09:39:55 -05:00
parent a1e00aa53c
commit 8fdf453462

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<template>
<options rootname="cmfd" />
<typedef name="mesh_xml">
<component name="dimension" type="integer-array" />
<component name="origin" type="double-array" />
<component name="width" type="double-array" />
</typedef>
<variable name="mesh_" tag="mesh" type="mesh_xml" />
<variable name="energy_" tag="energy" type="word" length="250" default="''" />
</template>