Matt Rolchigo

Results 12 issues of Matt Rolchigo

Renamed variables and added comments to make cell capture subroutine more descriptive, and removed/optimized calculation of certain intermediate quantities. Up to a 5% performance improvement by reducing the amount of...

performance

* Allow simulation without the "Printing" section of input file present (to avoid printing any simulation data to files other than the log) * Allow "Printing[PrintIntralayer][PrintIdleFrames]" default of false to...

For problem types `FromFinch` and `FromFile`, we should have the ability to create spatially larger solidification domains by translating and offsetting input temperature data in space and time

For domains with the same x, y, and z bounds, nuclei should be placed in the same positions with the same grain ID and time step values independent of cell...

ExaCA uses the Finch simulation domain during coupled runs, which includes regions that do not undergo melting/solidification. The ExaCA domain should be trimmed to only bound the region that goes...

First observed in #253, but possibly an issue earlier than that: testSmallEquiaxedGrain may fail on the check of the number of time steps taken to finish the run of `Inp_SmallEquiaxedGrain.json`...

bug

As the current code collects data from all cells on rank 0 to print to files, if the total number of cells across all ranks is larger than INT_MAX, this...

An edge case was previously possible in ExaCA where, due to the fact that the powder layer initialization left some cells with a "zero" GrainID, simulations of FromFile and FromFinch...

bug

Before merging: - [x] Example problem (AM preferred) to show two phase capability using the new Material file SS316_FA.json - [x] Unit tests for phase selection and growth capabilities -...

When I run Tutorial 1 using the provided mesh file (rather than creating a mesh), I get the following error: ```An error occurred in line of file in function void...