invalid-059.mdl 537 B

12345678910111213141516171819202122232425
  1. /****************************************************************************
  2. * Parser error 058: Voxel created with fewer than 4 vertices.
  3. *
  4. * Expect an error on the line:
  5. * ELEMENT_CONNECTIONS { [0, 1, 2] }
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. degeneracy VOXEL_LIST
  12. {
  13. VERTEX_LIST
  14. {
  15. [0, 0, 0]
  16. [0, 0, 1]
  17. [0, 0, 2]
  18. [0, 0, 3]
  19. [0, 0, 4]
  20. }
  21. TET_ELEMENT_CONNECTIONS { [0, 1, 2] }
  22. }