Use const char * to eliminate warnings for converting strings to char *.
0 lines of code changed in 4 files:
Look in the additional directory location for petsc.
2 lines of code changed in 2 files:
Comment out "Triangulated surfaces read" text.
0 lines of code changed in 2 files:
Add outputProblemSpec for thermal contact models and call this function
from within SerialMPM.cc.
17 lines of code changed in 11 files:
Add const to char * declarations.
0 lines of code changed in 8 files:
Fix memory leak for SolverParameters.
3 lines of code changed in 1 file:
Revert change to memory leak for d_perproc_patches.
2 lines of code changed in 1 file:
Use (DL_LIBRARY) instead of -ldl.
0 lines of code changed in 2 files:
Remove the d_perproc_patches which seems to fix the memory leaks for impm runs.
3 lines of code changed in 1 file:
Add -ldl for opening shared libraries.
1 lines of code changed in 1 file:
Delete the load curve material set.
8 lines of code changed in 1 file:
Remove extraneous brace.
0 lines of code changed in 1 file:
When interpolating the particles to the grid for temperatures, use the grid
values from the previous timestep. This feature is turned on by default.
Thanks to Jim for getting this working!
26 lines of code changed in 1 file:
Fix temperature_solve so it works for multi-patch/multi-processor.
21 lines of code changed in 1 file:
Removed #if 0 stuff related to old version of temperature solve.
0 lines of code changed in 1 file:
Reimplement the function of interpolation particle temperatures to the grid
nodes in a more robust fashion. This is turned on when <temperature_solve>
is set to true in <MPM>. Note that you must have a particle resolution of
at least 2,2,2.
250 lines of code changed in 2 files:
Add the endcap surface area only when we have end caps in input file.
2 lines of code changed in 1 file:
Add end cap surface area computation.
8 lines of code changed in 1 file:
Add endcap average data to the computation of heat fluxes.
68 lines of code changed in 4 files:
Check particles in the z direction in checkForSurface.
1 lines of code changed in 1 file:
(40 more)