Fixed a compile error
0 lines of code changed in 2 files:
More unit test support.
274 lines of code changed in 14 files:
Fixed a segfault
2 lines of code changed in 1 file:
SFC.h
Added more sorting algorithms for space-filling curve generation and added
optimizations to the current methods.
2445 lines of code changed in 2 files:
Update Java and Babel configure, add cppunit for SCIRun2 unit tests.
1531 lines of code changed in 2 files:
refluxOperator_computeCorrectionFluxes()
- divide the total sum of the fine level fluxes by the number of subcycles.
Previously, we were dividing by the refinement ratio. For a lockstep this is wrong.
16 lines of code changed in 1 file:
changed exception messages
0 lines of code changed in 2 files:
Turn off tecplot at compile time. If anyone besides P Hu has ever used this please pipe up.
0 lines of code changed in 2 files:
throw an exception if you try to use the hypre solver with periodic BCs. Something
isn't right.
0 lines of code changed in 2 files:
Some fixes for demos on octagon and arachne.
0 lines of code changed in 10 files:
Baby steps towards moving particles to a finer level if one exists, or a
coarser level if they run off the edge of the current level. They are
at least now in the correct sets (refineset, coarsenset) but I have no
idea what to do next.
53 lines of code changed in 1 file:
Only create particles on the finest level at a given point in space.
0 lines of code changed in 2 files:
Allow users to select which level of particles they want to use.
0 lines of code changed in 4 files:
Add newline...
0 lines of code changed in 2 files:
Add AMRMPM to compile list
0 lines of code changed in 2 files:
Created a stripped down version of SerialMPM to be a place to start working
on implementing AMR within Uintah's MPM. Also, fixed a few small issues
in SerialMPM discovered as part of this process.
2124 lines of code changed in 5 files:
Changed the texture format to 16 bit, now interpolation is being done on GPU. In future, we need to check the video card to determine the correct format.
126 lines of code changed in 6 files:
Added some commented out option for use with super_lu.
0 lines of code changed in 2 files:
Stupid formatting change.
0 lines of code changed in 2 files:
fixed a spelling error
9 lines of code changed in 2 files:
Dataflow/Modules/Selectors/PatchToField.h
Formatted text better.
Pulled out IntVector lo,hi from branch.
StandAlone/uda2nrrd.cc
Fixed noboundarycells computation. It turns out I did need that
rewindow command.
Also add typename to sizeof(typename FIELD::value_type). Newer
compilers complain about this.
0 lines of code changed in 4 files:
Fixed a bug that was causing uda2nrrd to crash. For the scalar cases,
it was wrapping the data in the field without copying. The fields
were deleted before the nrrd was written out causing bad memory
problems. Now the scalar data copies the data to be more consistent
with the Vector and Matrix3 types.
Tried adding code for removing boundary edges, but it does weird
stuff. Unaccesible from the commandline for now.
170 lines of code changed in 1 file:
Maybe fix Stas' problem...
d_stretched was not properly initialized
1 lines of code changed in 1 file:
Remove debugging output.
0 lines of code changed in 2 files:
Print all the indexes if diffusion coefficients are negative (garbage),
not just one of them.
0 lines of code changed in 8 files:
Fixed viscosity interpolation and FC variable filtering for nonuniform grid.
588 lines of code changed in 40 files:
PassiveScalar:
- scheduleErrorEstimate.
defined material subsets for the passive scalar and refinement flags
AMRICE.cc
- scheduleRefineInterface()
added tvar->matls to dependencies for the transported variables
15 lines of code changed in 3 files:
Adding a material model for a Newtonian liquid.
495 lines of code changed in 6 files:
Got rid of tabs and fixed indentation.
148 lines of code changed in 1 file:
Add assembleVector() between inserting values and adding values.
3 lines of code changed in 1 file:
Remove debugging output.
0 lines of code changed in 2 files:
Fixed uninitialized value. Thanks Jeremy for pointing this out.
0 lines of code changed in 2 files:
Added first cut at support for stretched grids, including:
- A sample input file that sets up a stretched grid. It doesn't actually run
with anything, but it should give you an idea of how to specify one.
- Logic to parse and setup a stretched grid in Grid
- Updates to code in Level to accomodate stretched grids
- Updates to ProblemSpec to parse the xml for them
If you get a NaN running with a stretched, then your code is likely
asking for something like dCell, which is no longer defined.
--This line, and those below, will be ignored--
A StandAlone/inputs/Examples/stretched.ups
M Core/Grid/Level.cc
M Core/Grid/Level.h
M Core/Grid/Grid.cc
M Core/Grid/Grid.h
M Core/ProblemSpec/ProblemSpec.cc
M Core/ProblemSpec/ProblemSpec.h
441 lines of code changed in 9 files:
Removed and updated references to Event Service.
16 lines of code changed in 17 files:
Added 1.0.0 release files to trunk.
1707 lines of code changed in 40 files:
Improve string processing.
0 lines of code changed in 2 files:
KeplerServer image processing updates.
0 lines of code changed in 6 files:
Fix memory leak detected by valgrind.
3 lines of code changed in 2 files:
Added a member variable to specify the strain energy model.
0 lines of code changed in 2 files:
Made choosing a strain energy model a run time option.
22 lines of code changed in 1 file:
First, moved the original version of ViscoTransIsoHyperImplicit
into VTIHFailure.NotUsed.cc. This version still works and runs,
but is inflexible with respect to deviatoric stress models, and
so has been replaced. In addition, this version contains the
material failure modelling, which, since it isn't going to be
used on the near horizon, has been removed from the new code for
simplicity.
Second, the new version has two features. First, the deviatoric stress
update and stiffness are written in terms of deriviatives of the
strain energy function, which simplifies incorporating a new one.
Next, an additional strain energy function has been added, the
Veronda-Westmann model. One can currently switch betwixt the two
by using the compiler directives at the top of the file.
(TODO: Make this a run time option).
In the new version the stiffness contribution due to viscous effects
have not yet been included (this should be easy) and the failure stuff
has been removed (see above).
1784 lines of code changed in 2 files:
Test Components for EventService Prototype
2260 lines of code changed in 32 files:
1. Only compute internal force for non-rigid materials.
2. Redo internal force calculation within interpolateStressToGrid,
where boundary reaction forces are also computed. This gives a more
accurate reaction force as it is based on the converged state stress.
80 lines of code changed in 1 file:
scheduleLockstepTimeAdvance()
- removed tasks that are scheduled by the simulation controller.
0 lines of code changed in 2 files:
added Sandia's (saad2000-1444) steady state mms solution. This code/solution hasn't been
verified and probably has a few bugs in it. Commit before it blows away....
0 lines of code changed in 4 files:
Fixed z indexing. Thanks to Jeremy for pointing this out.
3 lines of code changed in 1 file: