lanl / LaGriT

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.
https://lanl.github.io/LaGriT/
Other
116 stars 48 forks source link

Update `level03->lin_extp` test #230

Closed daniellivingston closed 2 years ago

daniellivingston commented 2 years ago

Update test (slow from IO) at:

LaGriT/test/level03/lin_extp/input.lgi
millerta commented 2 years ago

level03 directory is for students and developer tests and not included in the auto-test scripts Check these tests and remove any that are no longer relevant. Move anything that should be in auto-test into level01 Remove extra files, especially gmv binary files.

millerta commented 2 years ago

Fix level03 to avoid git warnings:

Checking out files: 100% (3142/3142), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'test/level03/read_3token/reference/test.AvS'
  'test/level03/read_3token/reference/test.avs'
  'test/level03/read_3token/reference/test.InP'
  'test/level03/read_3token/reference/test.inp'
  'test/level03/read_3token/test.AvS'
  'test/level03/read_3token/test.avs'
  'test/level03/read_3token/test.InP'
  'test/level03/read_3token/test.inp'
millerta commented 2 years ago

removed all unnecessary or redundant tests copied read_gocad tests into level01, these examples are used in dfnWorks and Jewelsuite projects. A 3D TETRA example remains here in level03, either example or code needs to fix neg volumes.