added patch ID to debugstreams
7 lines of code changed in 1 file:
pulled cout weed
0 lines of code changed in 2 files:
Updated environmental flags
ICE.h:
- Added 2 structs that store debugging info about the iteration process
in computeEquilibration Pressure.
ICE.cc MPMICE.cc
ComputeEquilibrationPressure()
- if the environmental variable:
SCI_DEBUG DBG_EqPress:+
is set, output iteration information when an exception is thrown.
135 lines of code changed in 5 files:
octave script that plots the pressure vs rhoMicro for the Murnahan EOS
46 lines of code changed in 1 file:
Added a new source term for injecting constant sources at specified regions in the flow via geom_objects.
Removed the case specific statement in SourceTermBase. This will break the coal gas momentum source term
until we can get a fix.
259 lines of code changed in 5 files:
Add code (written by KC of Rebecca Brannon's group) to parse the array of
ISV names, rather than use the hard coded system that I was using previously.
31 lines of code changed in 1 file:
Readded the 20% criteria that was removed somewhere in the fray.
7 lines of code changed in 3 files:
Add InsertParticles flags to outputProblemSpec
4 lines of code changed in 1 file:
Delete the boundary condition geometry object if the iterator limits
are empty.
10 lines of code changed in 1 file:
Added bulletproofing. Crash with a message if octave or gnuplot isn't installed.
Only attach the montage.jpg of results if they exist.
9 lines of code changed in 2 files:
Move pressure calculation in failure model inside of a conditional to reduce the
number of evaluations
2 lines of code changed in 1 file:
Replace PetscObjectExists with PetscGetCookie for petsc 3.1 library.
23 lines of code changed in 1 file:
Dust off LightTime burn model. Here's the input spec:
<Model type = "LightTime">
<LightTime>
<fromMaterial> reactant </fromMaterial>
<toMaterial> product </toMaterial>
<D> 1000 </D>
<E0> 1.0e5 </E0>
<starting_location> [0.,0.,0.] </starting_location>
<direction_if_plane> [0.,0.,0.] </direction_if_plane>
<react_mixed_cells> false </react_mixed_cells>
<!-- <AMR_Refinement_Criteria> 1e100 </AMR_Refinement_Criteria> -->
</LightTime>
</Model>
Added example input file.
23 lines of code changed in 1 file:
Added Murnaghan equation of state to options for ViscoSCRAM
50 lines of code changed in 2 files:
Updated configure to handle petsc version check (so that it works for both v2.x and v3.x). Added in a check for boost, and stubs for checks for James Sutherlands libs coming soon.
134 lines of code changed in 2 files:
Didn't mean to commit the ViscoSCRAM changes. Rolled back to older version
5 lines of code changed in 2 files:
Merged a number of if statements. This commit will break gold standards due to roundoff errors, they will be replaced tomorrow morning
116 lines of code changed in 3 files:
added missing bound_prt.reset() in BC_DBG statement.
1 lines of code changed in 1 file:
Setting boleans to false in the constructor and adding warnings if certain booleans are turned on for TabProps (and resetting them to false until these models are made consistent with TabProps).
18 lines of code changed in 1 file:
global:
output information about the iterator in debugstreams BC_dbg
BoundaryCond.h
getIteratorBCValueBCKind()
- throw an exception if no iterator is found.
35 lines of code changed in 2 files:
output more information about the listOfCell Iterator in the << operator.
4 lines of code changed in 1 file:
added patch face name to the debugging output, currently turned off.
4 lines of code changed in 4 files:
Fix a doxygen typo
1 lines of code changed in 1 file:
Adding some labels to the dummy solve (necessary for mpmarches)
18 lines of code changed in 1 file:
Setting some booleans values to false when using Tabprops
7 lines of code changed in 1 file:
Moving extra cells option into visit database options rather than a constant in the code, so loading extra cells or not can be controlled without recompiling. Extra cells are not loaded by default, for efficiency reasons.
161 lines of code changed in 8 files:
Moved movie scripts in StadAlone/inputs/ICE/Scritps/... to scripts/
262 lines of code changed in 2 files:
Fixed a Latex error.
1 lines of code changed in 1 file:
Use 2 processors on this test
1 lines of code changed in 1 file:
MomentumSolver.cc:
Added a scheduler for source term calculation if extra sources are added to the momentum equation.
ScalarSolver.cc:
Fixed a typo (factor=factory).
22 lines of code changed in 3 files:
Defined d_press_matlSet in ICE.h and
deleted the other instances.
19 lines of code changed in 6 files:
-changed name of DebugStream to ICE_BC_CC
-formatting on DebugStream output
Temperature_BC()
**** added missing ! inside of boundary_ptr iterator******
7 lines of code changed in 1 file:
Prevent crack burning next to a detonating cell.
8 lines of code changed in 1 file:
only output constant values if ProfileStats:+ is on.
1 lines of code changed in 1 file:
Move scheduling of dispNew inside of conditional on ScheduleParent. Thanks
Justin for helping me find this.
0 lines of code changed in 2 files:
global: turn back on setting BCs in the corners and edges cells. The equilibration
pressure task requires valid values in those cells
MPMICE: Turn on setting LODI BCs in computeEquilibration Pressure. Previously,
it was turned off.
LODI2:
is_LODI_face()
- using the correct matl index (0) for pressure in haveBC().
17 lines of code changed in 2 files:
Broke up the refine coarse fine interface task so each variable is scheduled as a
separate task. This will reduce the MPI wait times.
86 lines of code changed in 2 files:
Register the transported variable MaterialSet instead of the Material subset.
You can always get the matl subset from the set.
25 lines of code changed in 20 files:
Schedule OncePerProc tasks if they are in the neighborhood of current rank processor. This is required because those tasks must exist in order to produce the ghost variables.
10 lines of code changed in 1 file:
Use a debug stream when printing out the boundary condition debug output.
32 lines of code changed in 6 files:
Use current value of F to compute J.
1 lines of code changed in 1 file:
removed
using namespace SCIRun
3 lines of code changed in 233 files:
Use the RMB version of the polarDecomposition.
8 lines of code changed in 1 file:
A possible fix for the segfault in explode2D_amr.
The logic for setting a variable to null wasn't quite right.
1 lines of code changed in 1 file:
Actually remove the debugging code... sorry for the spam.
0 lines of code changed in 4 files:
Removed debugging code.
4 lines of code changed in 2 files:
Fixed compiler warning.
0 lines of code changed in 2 files:
Fix g++ warning.
1 lines of code changed in 1 file:
Use distcc pump if on inferno.
0 lines of code changed in 2 files:
Missed a #ifdef. This is required if Uintah is configured without TabProps.
0 lines of code changed in 2 files:
Added functionality for setting additional table look-up variables. This will come in handy for models, algorithms, etc that require very specific chemical species.
22 lines of code changed in 3 files:
Removed misleading comment.
2 lines of code changed in 1 file:
Reverting the base class to remove coal specific requirements.
11 lines of code changed in 2 files:
Some more debugging stuff
5 lines of code changed in 1 file:
Added some sanity/debug checking to try and isolate random segfaults with explode2d_amr
4 lines of code changed in 1 file:
Source term for unweighted abscissas didn't use areaFraction and was not compatible with walls. The source term should now be correct with walls and mpm walls
10 lines of code changed in 1 file:
Undid Todd's SCIRun rampage until the explode2D segfault is figured out.
137 lines of code changed in 139 files:
Getting changes back in the were lost in the merge.
15 lines of code changed in 1 file:
Removing two booleans
0 lines of code changed in 1 file:
Initialize a bunch of variables (make Todd happy)
0 lines of code changed in 2 files:
Fixing compile errors caused by accidentally reversing a few changes
6 lines of code changed in 2 files:
Adding doxygen comments, and getting a few additional labels from the table by default (H2, O2, CO for gasification)
108 lines of code changed in 4 files:
TabPropsInterface -
Formatted output. Added a debug stream for diagnosing UPS vs. Table issues. Removed some unused functions.
MixingRxnModel -
Formatted output. Removed unused function.
30 lines of code changed in 4 files:
removed
using namespace SCIRun;
0 lines of code changed in 40 files:
removed
using namespace Uintah;
4 lines of code changed in 97 files:
added missing file
124 lines of code changed in 1 file:
Improved code segregation by added new component impAMRICE, in an effort to make
Justin happy.
ComponentFactory.cc
- added logic for calling impAMRICE
ICE.h
- added friend class impAMRICE
ICE.cc
- removed previous mechanism for calling impAMRICE
impAMRICE.cc
global ICE:: -> impARMICE::
impAMRICE.h
added prototypes for all the functions
AMRICE.cc
reflux_BP_check_CFI_cells()
- clearingFaceMarks for each fine patch.
85 lines of code changed in 7 files:
Patch.h
- removed getFaceMark(), setFaceMark() and faceMarks. This functionality is
now handled in AMRICE.h
AMRICE.h
- added Justin's setFaceMark(), getFaceMark() and faceMarks
AMRICE.cc
- now using AMRICE::setFaceMark(), AMRICE::getFaceMark()
ICE.h
- moved protoype declaration of
refluxOperator_computeCorrectionFluxe()
refluxCoarseLevelIterator()
refluxOperator_applyCorrectionFluxes()
to AMRICE.h
impAMRICE.cc
comment out calls to
refluxOperator_computeCorrectionFluxes()
refluxOperator_applyCorrectionFluxes()
until we get the ICE/AMRICE & impAMRICE classes sorted out.
101 lines of code changed in 5 files:
reflux_applyCorrectionFluxes()
- removed extra variable that was pulled from DW but never used.
0 lines of code changed in 1 file:
getIteratorBCValueBCKind()
plugged a memory leak.
4 lines of code changed in 1 file:
Do not delete the CheckPoints directory on the initial rsync.
0 lines of code changed in 2 files:
ImplicitMatrixBC()
- added bullet proofing to catch if a face BC hasn't been set or has been set
more than once.
21 lines of code changed in 1 file:
global:
changed variable name bc_kind symmetric -> symmetry
getIteratorBCValueBCKind()
- rewrote it.
- only get the iterator once if the BC has been found.
50 lines of code changed in 2 files:
EqnBase.cc
More info on print statement
DQMOMEqn.cc
Performing a copy for dummyInit to ensure initial conditions aren't lost.
TabProps.*
Cleanup. Also, all IV that are transported are now specified with the new scalar equations.
116 lines of code changed in 5 files:
Output the correct PATHNAME for the explode2d_amr case.
1 lines of code changed in 1 file:
Add the rsync script for synchronizing blaze's GoldStandard data.
-- Add the CheckPoints directory needed for explode2D_amr.
Start the explode2D_amr case from the CheckPoints directory info.
16 lines of code changed in 2 files:
removed unused code:
setNeumanDirichletBC()
0 lines of code changed in 1 file:
Minor changes to the statistics output
0 lines of code changed in 2 files:
setSpecificVolBC()
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC()
37 lines of code changed in 1 file:
set_imp_DelP_BC()
- using a bulletproofing counter to catch if a BC hasn't been set.
17 lines of code changed in 1 file:
LODI2.cc/h
FaceDensity_LODI()
FaceTemperature_LODI()
FaceVel_LODI()
FacePress_LODI()
- all functions are returing an integer
BoundaryCond.cc/h
- SetBC(all versions)
Added bulletproofing for LODI faces.
50 lines of code changed in 4 files:
CustomBCs
set*Pressure_BC()
- returning an integer once the face has been set.
BoundaryCond.cc
- SetBC<double>( pressure_CC)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_CC
- created a separate function for adding the hydrostatic pressure adjustment to the pressure
field.
158 lines of code changed in 7 files:
CustomBCs
set*Temperature_BC()
- returning an integer once the face has been set.
BoundaryCond.cc
- SetBC<double>( all variables except pressure)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_C
92 lines of code changed in 8 files:
Updated load balancers to be able to easily utilize what was
previously experimental code. Also added some more defaults
so that the user doesn't have to specify many parameters for a
load balancer.
44 lines of code changed in 8 files:
Doxygen comments.
15 lines of code changed in 2 files:
Replace absolute paths with relative paths in Wasatch's Doxyfile.
3 lines of code changed in 1 file:
Modified PLB threshold criteria
1 lines of code changed in 1 file:
Changing file extension for clarity.
110 lines of code changed in 2 files:
- fix a compiler warning on Linux regarding initialization order in a constructor
- remove another unused variable
2 lines of code changed in 2 files:
- fix a problem in a TimeStepper.h that was causing compiler failure on linux
- remove a few unused variables in Wasatch.cc
- add boost include directory to build in wasatch's sub.mk
3 lines of code changed in 3 files:
Energy exchange was broken because obtaining cellInfo from the DW was a problem. It is allocated in doMomExchange yet from some reason doEnergyExch couldn't get it from the new_dw. Getting it from the old_dw caused problems because there is no method for writing a cellInfo type to the checkpoint. Given that the stretched mesh capability hasn't been realized for 13 years, the easy fix was to remove cellInfo from doEnergyExch. Constant dx, dy, and dz are now passed into the fortran.
** changes shouldn't affect the results **
28 lines of code changed in 4 files:
- Adding some more documentation to Wasatch
- Remove a dead file.
108 lines of code changed in 9 files:
Memory is freed up later.
1 lines of code changed in 1 file:
Fixing some if statements
97 lines of code changed in 11 files:
computeLagrangian_Transported_Vars()
- previously the BC for the transported vars were not being set in the task.
The BC machinery didn't recognize the lagrangian labelname.
Now passing in the transported variable label name to setBC.
* this could potentially change the answers
2 lines of code changed in 1 file:
is_BC_specified()
- added bulletproofing. For each transported variable a BC must be
set for that matl, on that face.
40 lines of code changed in 3 files:
BoundaryCond.h
- added SetNeumannBC_CC()
- added setDiricletBC_CC()
- deleted setNeumanDirichletBC_FC()
- added prototype for setSymmetryBC_CC()
BoundaryCond.cc()
- added setSymmetryBC_CC()
- SetBC(Vector_CC)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_C
CustomBCs/*.cc *.h
set_(MicroSlip, MMS, Sine)Velocity_BC()
Now returning an integer once a BC has been set.
* will not change answers
163 lines of code changed in 8 files:
Turn on quiet mode when downloading sources.
0 lines of code changed in 2 files:
An iteration on the unweighted abscissa code.
Please note that one must now specify the type of DQMOM being used:
<DQMOM type="unweightedAbs"> OR <DQMOM type="weightedAbs">
125 lines of code changed in 23 files:
getArrayBCValues()
- added {}
2 lines of code changed in 1 file:
new entries
5 lines of code changed in 1 file:
BoundCond.h
global: changed SCI_DEBUG stream names
ICE_BC_DOING -> ICE_BC_FC
ICE_BC_CC
- setBC (face centered)
- simplified the code
- now using a bulletproofing counter, if the counter != numChildren on a face throw an exception
- the control structure is now handled in this function
- The face centered variables can only be set on the planes at the
edge of the computational domain. SFCX -> x-,x+, SFCY-> y-,y+, SFCZ->z-, z+.
- renamed setNeumannDirichletBC_FC -> setDirichletBC_FC
( Neumann BCs are handled in ICE:AddExchangeContributionToFCVel)
MMS_BC.h & Sine.h
- setBC (face centered)
- simplified the code
189 lines of code changed in 3 files:
Move unused CM's to archive directory
5663 lines of code changed in 25 files:
Use the svn mirror that is residing on the www virtual machine.
4 lines of code changed in 1 file:
Change the location where the doxygen script is run.
4 lines of code changed in 1 file:
Specify the path for the TracHeader.
0 lines of code changed in 2 files:
Committing a doxygen file for creating Arches documentation separate from the Uintah tree.
1545 lines of code changed in 1 file:
Add some documentation to Wasatch.
38 lines of code changed in 1 file:
Adding capability to transport unweighted abscissas which will avoid numerical problems
660 lines of code changed in 23 files:
haveBC()
indentation and added {}.
8 lines of code changed in 1 file:
Remove this unused file.
0 lines of code changed in 1 file:
Config files for building doxygen for the build_documentation script.
1429 lines of code changed in 3 files:
cleaned up the formatting the SCI_debug statements.
Return from each of the setBC functions if the patch doesn't have a boundary face.
24 lines of code changed in 2 files:
Bandaid for TabProps interface to deal with the noSolve for mpmArches.
103 lines of code changed in 8 files:
ICE.cc:
addExchangeContributionToFCVel()
- moved preprocess_CustomBCs inside the matl loop
addExchangeToMomentumAndEnergy
- moved preprocess_CustomBCs inside the matl loop
conservedtoPrimitive_Vars()
- passing indx into preprocess_CustomBCs
C_BC_driver.cc:
initialize setLodiBcs = false at the top of preprocess_CustomBCs(
LODI2.cc LODI.h
read_LODI_BC_inputs()
-removed only runs with 1 ice matl bulletproofing.
preprocess_Lodi_BCs()
-removed only runs with 1 ice matl bulletproofing.
- only get variables out of the data warehouse if your are in the right
task and for the right matl.
computeLi()
- pass in the matl_index.
24 lines of code changed in 5 files:
The user can now add stepSize to each line. Here's the spec:
<line name="X_line">
<startingPt> [0.0, 0.5, 0.5] </startingPt>
<endingPt> [1.0, 0.5, 0.5] </endingPt>
<stepSize> 0.1 </stepSize>
</line>
0 lines of code changed in 4 files:
These utilities link vs Uintah libraries that link against MPI, so we
need to specify the MPI_LIBRARY on the link line. Not sure why this
hasn't shown up as a problem before. (Note, the problem manifested on
Updraft using the qlogic MPI libraries (in their new location).)
0 lines of code changed in 6 files:
Use distcc-pump instead of just the pump command.
0 lines of code changed in 2 files:
check for valid cmake
52 lines of code changed in 2 files:
fixed bug in the previous commit.
4 lines of code changed in 1 file:
cleaning up compiler warnings
19 lines of code changed in 1 file:
specify cmake variable types on the visit cmake command line - seems to fix the issue with spaces in CXXFLAGS
0 lines of code changed in 2 files:
problemSetup.
- The physicalConstants section of the input file is always required, gravity and
the reference pressure must be set.
23 lines of code changed in 1 file: