This is a proposal for a new element. It is intended to collect all fields using a single mesh and provide a place to attach files that include multiple fields on a mesh such as VTK files. With this usage, fields can no longer contain multiple components. Essentially, what used to be called components are now separate fields in a dataset (so that dataset fills the role that field used to). However, if fields (nee components) have different meshes, they must be placed in different datasets. == == A '''''' object represents a set of fields defined over a mesh. The mesh is usually a collection of points in space, but it can also represent points in energy, momentum, etc. The mesh is a separate [wiki:rp_xml_ele_mesh ] object. Each field is a separate [wiki:rp_xml_ele_field ] object. {{{ ... }}} '''