Only scale the dilation by level when using lockstep.
12 lines of code changed in 1 file:
Fixed a bug that would cause patches to not be split up to the desired
tolerance level.
3 lines of code changed in 1 file:
eliminated severals floating point divisions
18 lines of code changed in 1 file:
Add triangulated surface as a possible geometry piece to be used for the
application of heat fluxes.
21 lines of code changed in 1 file:
Add copy constructors and assignment operators. Add scale() for
TriGeometryPiece.
122 lines of code changed in 5 files:
Return size of (0,0,0) if d_window is 0.
0 lines of code changed in 2 files:
Added faceextract utility to automatically generate
timeextract script for heat flux extraction. A rip
from lineextract.
539 lines of code changed in 3 files:
A small change to speed up ignition test procedure
3 lines of code changed in 1 file:
solver for cubic equation to replace the old iterative solver
45 lines of code changed in 2 files:
set_CFI_BC()
- minor cleanup
1 lines of code changed in 1 file:
ImplicitMatrixBC()
- Adjust the stencil to account for linear interpolation of delP at the CFI.
(#ifdef TEST)
set_imp_DelP_BC()
- linear interpolation of delP between the coarse and fine levels at the CFI.
(#ifdef TEST)
75 lines of code changed in 1 file:
For the BNR Regridder min_patch_size is now a per level variable. This
variable behaves similar to cell_refinement_ratio in that if the
variable is not specified for every level the last level specified will be
repeated on finer levels. This change requires existing input files to
be updated such that
<min_patch_size> [#,#,#] </min_patch_size>
becomes
<min_patch_size> [[#,#,#]] </min_patch_size>
86 lines of code changed in 7 files:
New analysis module - pointExtract
677 lines of code changed in 6 files:
Dump out the solver that being used for the pressure solve.
3 lines of code changed in 1 file:
Don't destroy matrix and vectors for filter if they haven't been created in
case a user tries to restart a case past maxTime specified in
input file.
7 lines of code changed in 2 files:
Added ANSI and Unicode string conversion functions to cope with different wxWidgets configurations.
479 lines of code changed in 50 files:
Add "color" to geom_object when the switch for it is turned on.
0 lines of code changed in 2 files:
Cleaning up in preparation to merge with ViscoTransIsoHyperImplicit.
64 lines of code changed in 1 file:
Fixed a bug introduced when adding the Veronda-Westmann strain energy
model. Namely, the option to use Mooney-Rivlin was mis-spelled Moony
in one place. Also did some cleaning and formatting to make more like
TransIsoHyper, mostly just to help find the bug.
97 lines of code changed in 1 file:
Added ability to read in particle color via a pts file.
215 lines of code changed in 9 files:
You can now add color to a geometry object. To invoke add the following
to your input files
<MPM>
<withColor> true </withColor>
</MPM>
<geom_object>
<color> X </color>
</geom_object>
Cleaned up ParticleCreator.cc
168 lines of code changed in 6 files:
make particles scale with the domain, when udaScale is used.
12 lines of code changed in 3 files:
Seperate the timing of local and global communication into seperate
counters.
14 lines of code changed in 5 files:
Added additional bullet proofing for SFC generation.
20 lines of code changed in 1 file:
Regridder Dilation is now scaled according to level. The input
cell_regrid_dilation now specifies the ammount of dilation that will
occur to create the finest level. Dilation above this level will be
reduced according to the refinement ratio.
Changed Box to Region.
Optimized applying the dilation.
99 lines of code changed in 2 files:
Look for sootFV in the table, not just for Soot.
3 lines of code changed in 1 file:
Added soot table lookup capability. Still needs to be tested
when actual table with soot is available.
36 lines of code changed in 7 files:
Changed the PDT & TAU build rule to include (-I) the directory where the
uninstrumented source file originated. We were encountering missing header
files when compiling the .inst.cc files.
This does not affect non-TAU builds.
1 lines of code changed in 1 file:
Use FWK_DEBUG to wrap debug statements.
12 lines of code changed in 3 files:
Add thirdparty libraries to fix mac build.
2 lines of code changed in 1 file:
Fix shared and dynamic library file ext. bugs on OS X.
44 lines of code changed in 15 files:
Fix string bug.
26 lines of code changed in 11 files:
call Min() and Max() instead of min() and max()....
3 lines of code changed in 1 file:
Instruct Thread code to cleanly exit rather than to prompt you and hang the process
3 lines of code changed in 1 file:
Fixed a bug when converting indices
9 lines of code changed in 1 file:
Add static parameter (and API) to Thread which controls whether Thread cleanly exits or ask to open a debugger
15 lines of code changed in 2 files:
Previous commit to change handedness of geometry didn't do anything. This one does.
Old code is still there, just commented out (~line 44). Removed tabs.
127 lines of code changed in 1 file:
Delete LRU timestep.xml caches from memory in DataArchive
25 lines of code changed in 1 file:
UdaReducer: remove debug prints
0 lines of code changed in 1 file:
UdaReducer: sort materials before scheduling tasks, compare grids for equality, not their pointers
6 lines of code changed in 1 file:
Add a more reasonable error message for not-found variables
1 lines of code changed in 1 file:
Don't display warnings for excess stuff in Level or Grid sections
2 lines of code changed in 1 file:
Fixed a bug that was causing problems when calling the load balancer from the regridder
5 lines of code changed in 1 file:
Updated test program to match new interfaces
0 lines of code changed in 2 files:
Fixed a bug that caused MPI_Allgatherv to be called when there is only 1 processor
6 lines of code changed in 1 file:
Progress twoard a new load balancing algorithm that will allow the load
balancer to split patches in order to achieve a greater load balance.
The PseudoPatch class has been removed and replaced by the Region class.
439 lines of code changed in 8 files:
Bulletproofing changes
83 lines of code changed in 3 files:
use the new Region class
30 lines of code changed in 2 files:
use the new region class
0 lines of code changed in 4 files:
Fix UI port problem: need distinct TypeMap instances for property arguments to port creation functions.
6 lines of code changed in 3 files:
Use the Region class instead of the Box class.
8 lines of code changed in 1 file:
added set_CFI_BC() which performs a linear extrapolation of q_CC out to the
CFI cells on the fine level. Currently #if 0.
111 lines of code changed in 3 files:
Only gather if running with more than 1 processor.
9 lines of code changed in 1 file:
Add further refinements for getting heat flux polynomial data to the particles.
57 lines of code changed in 7 files:
replaced radiobuttons with checkbox, works
5 lines of code changed in 1 file:
- Attempt at adding radio buttons
- By default the extra cells are not included when differencing
the mms solution and the computed. User can control which extra cells are visualized.
78 lines of code changed in 3 files:
Added a datatype Region that is describes a region of space by two
integer corners. Patch now inherits from this region.
249 lines of code changed in 5 files:
sub.mk- added convience macro
compare_mms.cc
--------------------
- no more tabs
- formatting, 2 space tabs
0 lines of code changed in 4 files:
Don't divide by cell spacing in the shape function gradient, we already do
that in the code. Perhaps that should be changed?
18 lines of code changed in 3 files:
matlab script that generates the sources of mass, momentum, energy for a
particular manufactured solution
118 lines of code changed in 1 file:
Add d_AMR
1 lines of code changed in 1 file: