-
v5.1.146ef4863 · ·
fix TopLoad.py method imports BUG FIX: TopLoads.py imported SortNodeIDs() and extractPlane() from bc.py, instead of the new correct fem_mesh.py module
-
-
v5.0.007b481c3 · ·
NEW disp.dat file format that does not repeat the node IDs with each timestep * disp.dat files are now ~25% smaller * newer scripts can be used with older files by invoking the --legacynodes flag * within the new version, CLI syntax shouldn't have to change * new disp.day format is: NUM_NODES NUM_DIMS NUM_TIMESTEPS NODE IDs for each timestep: X-DISP Y-DISP Z-DISP
-
v4.4.0b16cb821 · ·
refactor create_disp_date * speed up reading number of timesteps * only correct E notation in nodout when needed, not testing everyline * generate PEP8 style enforcement
-
-
v4.3.0e70ff952 · ·
v4.3.0 * add post/scale_disp_dat to scale displacement in disp.dat * C++ version orders of magnitude faster than python implementation
-
-
-
-
-
-
-
-
v2.0612bcde0 · ·
test cases; lens offset correction; lots of refactoring! * Test cases for Gaussian excitation, linear array, and top compression * Correction for mathematical elements in -z associated with elevation lens * Lots of code refactoring! * Documentation in the form of Markdown files throughout the repo.
-
-
-
-
-
v0.1fa394ce5 · ·
Code being used before utilizing the ASCII nodout files to extract displacement and velocity data. This code operated using the ls-prepost-dependent extraction from the d3plot files that was creating headaches on many levels.