Terry Miller

Results 77 comments of Terry Miller

the log file might have a different name running under python. Check files that are written, lagrit.out is the screen capture with errors. lagrit.log is the command file that can...

While fixing cmake to build with Exodus, look into similar scripts for Petsc option. Stable but old code for Voronoi is at https://github.com/lanl/voronoi Is there something newer? See https://github.com/lanl/voronoi/issues/15

Find most recent version of Voronoi working with Petsc. From Daniel's note above: The Voronoi + LaGriT codebase already exists, but is about 1.5 years out of date and not...

From Daniel note: ``` PETSc integration: find_package(PETSc v3.3.3 REQUIRED) PETSc_FOUND PETSc_INCLUDE_DIRS PETSc_LIBRARIES if (PETSc_FOUND) # add voronoi source set(TPL_LIBRARIES "${PETSc_LIBRARIES}") set(TPL_INCLUDE_DIRS "${PETSC_INCLUDE_DIRS} ..."") endif() ```

This is working correctly for 2D planar with facesets, but is not working for 2D tri surface in 3D space. Setup test for 2D tri surfaces with facesets set at...

I added/level02/write_exo to the LaGriT test suite. It now calls dump/exo with facesets for both types of triangulation; planar with z=0, and 2D surface in 3D space with variable z...

cmo_get_info is used throughout lagrit codes to get mesh data for both integer and real*8 memory arrays including imt1 and xic. It is also used to return integer values such...

cleaned code and changed to avoid multiple line calculations by using variable iindex. The values within cmo_get_info for REAL look good in print statements, but returned value outside routine is...

I am working on documentation and a solution which will be a new rotate command: rotatept – leave at it is, but document what it really does (which is wacked)....

There are notes that this may have been fixed. Check and include in test suite. from my notes: the synthetic normals were creating a dummy attribute not used because offsetsurf...