Changeset 3719 for trunk/examples/3D


Ignore:
Timestamp:
Jun 27, 2013 1:33:07 PM (11 years ago)
Author:
ldelgass
Message:

Update prophet 3D test to use unstructured mesh instead of deprecated cloud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/3D/3d_test_run.xml

    r3487 r3719  
    127127-----------------------------------------------------------------------</log>
    128128        <status>ok</status>
    129         <cloud id="m0">
     129        <mesh id="m0">
     130            <about>
     131                <label>Cloud Mesh</label>
     132            </about>
     133            <dim>3</dim>
    130134            <units>um</units>
    131             <points>0.00000 0.00000 0.00000
     135            <hide>yes</hide>
     136            <unstructured>
     137                <points>0.00000 0.00000 0.00000
    1321380.06250 0.00000 1.00000
    1331390.12500 0.00000 1.00000
     
    121812241.93750 2.00000 2.00000
    121912252.00000 2.00000 2.00000</points>
    1220         </cloud>
     1226            </unstructured>
     1227        </mesh>
    12211228        <field id="psi-0">
    12221229            <about>
     
    12251232            </about>
    12261233            <component>
    1227                 <mesh>output.cloud(m0)</mesh>
     1234                <mesh>output.mesh(m0)</mesh>
    12281235                <values>-1
    12291236-0.61367
Note: See TracChangeset for help on using the changeset viewer.