Fix HAVE_CBLAS const compilation error.
5 lines of code changed in 2 files:
Bugfix #2576. Add usage comment for -commandname
1 lines of code changed in 1 file:
Changed cstdlib include to stdlib.h to let it compile on Irix systems. Added sgi_stl warning guards around STL includes.
4 lines of code changed in 1 file:
Add back in -commandname option that was accidentally removed between 1.26 and 1.27
31 lines of code changed in 1 file:
Unfriend the helper functions that don't need to be friendly
18 lines of code changed in 2 files:
Init global-scale to 1 if not set. Fixes loading when SCIRUN_DATA is not set.
2 lines of code changed in 1 file:
Load default.settings if user decides to ignore dataset. Fixes case in BioFEM when user chooses to not load dataset
3 lines of code changed in 1 file:
accumulateEnergySourceSink()
- heat conduction source: only grab data if you're going to use it.
16 lines of code changed in 1 file:
Fix race condition in Thread::parallel. Make all of the templated versions blocking (so that we don't dangle the stack pointer object). Call the function directly if nthreads == 1.
73 lines of code changed in 14 files:
Add newlines to end of files
3 lines of code changed in 2 files:
add method for forcing cosistent face ordering, ability to flip all faces, StandAlone program to do both, as well as create a test mesh with random faces flipped. regenerates edges and edge neighbor each flip, not worth it to be more local until get_edges doesnt walk all the faces for each edge.
209 lines of code changed in 4 files:
re-ordered the main steps to reflect the truth.
12 lines of code changed in 2 files:
added: computeThermoTransportProperties
update volume fraction
advecton of specific volume
Accumulate Sources
- In shear stress and conduction terms using vol_frac_FC computed
by the advection of vol_frac.
69 lines of code changed in 3 files:
minor cleanups
355 lines of code changed in 2 files:
computeDelPressAndUpdatePress_CC()
- now computing vol_Frac(X,Y,Z)_FC which is needed by both the
scalarDiffusionOperator() and computeShearStress. The advection
of vol_frac_CC computes these quantities
accumulateMomentumSourcesSinks()
- using vol_frac(X,Y,Z)_FC inside of computeTau instead of sp_vol and rho_CC.
accumulateEnergySourcesSinks
- using vol_frac(X,Y,Z)_FC inside of scalarDiffusionOperator() instead of sp_vol and rho_CC.
67 lines of code changed in 1 file:
accumulateEnergySourcesSinks_RF()
-vol_Frac(X,Y,Z)_FC ( computed by the advection of vol_frac)
is used in the scalarDiffusionOperator and in place of the upwinded
vol_frac business.
22 lines of code changed in 1 file:
updated funcion call to scalarDiffusion() operator
31 lines of code changed in 4 files:
ImplicitPressureSolve()
- The implicit pressure solve now modifies vol_frac(X,Y,Z)_FC. These
variables are needed by both the scalarDiffusion and shearStress operators.
18 lines of code changed in 1 file:
updated the function prototypes
0 lines of code changed in 2 files:
computeTau(X,Y,Z)
- cleaned up the iterator limits offsets when there are multiple patches.
3 lines of code changed in 1 file:
Globally:
scalarDiffusionOperator() & computeTau(x,y,z) operators
- no longer using rho_CC and sp_vol_CC to compute vol_frac at the faces
- Now passing in vol_frac(X,Y,Z)_FC which is computed during the
advection of vol_frac.
82 lines of code changed in 1 file:
removed old debugging models ---again
0 lines of code changed in 4 files:
added a matrix tab so it will be optional even when a matrix is connected, fix a bug in the slider entry, made the iso qunatity range either exclusive (current default) or inclusive of the min and max
147 lines of code changed in 3 files:
fixed missing merge code and change mpeg license message popup
11 lines of code changed in 1 file:
Bug #2534: Use range widgets for row/col range selection. Update ranges when matrix changes
0 lines of code changed in 2 files:
Bugfix #2534: Showmatrix row/col ranges now update correctly when input matrix changes.
0 lines of code changed in 2 files:
Don't use <limits>, not defined everywhere (fixes gcc 2.96 compile)
0 lines of code changed in 2 files:
Remove unneeded typename keywords, breaks gcc 2.96 compilation
8 lines of code changed in 1 file:
Don't use <limits>, not defined everywhere (fixes gcc 2.96 compile)
2 lines of code changed in 1 file:
added global variable d_dbgSym_cutoff_value
1 lines of code changed in 1 file:
-added global variable dbg_Sym_cutoff_value, it's the definition of
"numerical fuzz"
<dbg_Sym_cutoff_value> 1e-10 </dbg_Sym_cutoff_value>
symmetryTest_(double & Vector)
- added conditional statement. Ignore doing symmetry test on
values < numerical fuzz.
29 lines of code changed in 1 file:
Bugfix for #2122. Fix enable/disable connections with Subnets. Added connectionDisable connectionEnable methods. Fixed disabledTrace. Removed disableConneciton
73 lines of code changed in 3 files:
Use ios:: instead of ios_base::, fixes gcc 2.96 compilation
2 lines of code changed in 1 file:
Remove gratuitous typename, fix gcc 2.96 compilation
6 lines of code changed in 1 file:
merged error message from branch
20 lines of code changed in 1 file:
update for teem
26 lines of code changed in 2 files:
Synchronize Viewer with Scheduler execution completion tracking, move regression callback to use new functionality
240 lines of code changed in 16 files:
Allow file names to have spaces. Instead of tcl strings being separated by spaces, each filename is now wrapped with curly braces. Old saved .net files are fixed to format filename appropriately. (sync with branch)
173 lines of code changed in 2 files:
Add Shift-Middle-Mouse-Drag on Connection to split a connection segment down the middle. Add a few comments to the code. Only drag the connection segment the user clicked on.
71 lines of code changed in 1 file:
Persistently save geometry of main SCIRun window ~/.scirun.geom
15 lines of code changed in 1 file:
includes run parameter now
2 lines of code changed in 1 file:
updated for iterSCIRUN.?
3 lines of code changed in 1 file:
Includes updates for the IterateSCIRun actor. Still need to change parameter for iterating runnable
115 lines of code changed in 2 files:
first attempt at the C++ code corresponding to IterateSCIRun actor in ptolemy. It is able to do some simple things but need cleaned up and made more general
127 lines of code changed in 2 files:
Fix memory leak.
1 lines of code changed in 1 file:
Bug 2572: Add ability to change routing of connections. Added procs: getPathLength, getPathSegment, setPathSegmentX setPathSegmentY, projectPointLine, pointLineDist, changeConnectionRoute, and routeChanged
112 lines of code changed in 1 file:
Bug #2572 Save connection routing to .net file
7 lines of code changed in 1 file:
Compute gvolumeglobal.
1 lines of code changed in 1 file:
Update the camera from the stealth inside the checkGuiFlags function.
6 lines of code changed in 1 file:
Added Keypad stealth camera movement.
58 lines of code changed in 1 file:
fix wierd averaging in compute_normals
3 lines of code changed in 1 file:
disable for now the testConvert1MAdd test
1 lines of code changed in 1 file:
Sync with branch.
14 lines of code changed in 1 file:
Don't use pTempPrevious for implicit calculations.
11 lines of code changed in 1 file:
Added plugins for fields and matrices in matlab files. The ones for nrrds are still commented out. Startup contains the new init function which will force the mac to load the plugins
329 lines of code changed in 3 files:
Modified various diagnostic calculations.
The grid stress interpolated from the particle is now volume weighted
The various boundary measurements (traction, force, area and cellarea)
have been corrected and/or modified.
47 lines of code changed in 1 file:
Destructive StreamLinesCleanupPoints, saves memory
11 lines of code changed in 2 files:
Minor streamlines optimizations
8 lines of code changed in 1 file:
Fix Build for OSX
1 lines of code changed in 1 file:
Implemented heat conduction for Implicit MPM.
Still need to add in boundary conditions.
141 lines of code changed in 6 files:
Add Insight to DYLD_LIBRARY_PATH
8 lines of code changed in 5 files:
Minor cleanups
12 lines of code changed in 1 file:
test commit
0 lines of code changed in 2 files:
Simpler Scheduler::report_execution_finished, count Viewers
30 lines of code changed in 5 files:
Add in three MPM labels:
1. pTempCurrentLabel: particles' temperature at current time step, which is computed by interpolating grid temperature.
2. pTempPreviousLabel & pTempPreviousLabel_preReloc: particles' temperature at previous time step, which is computed by interpolating grid temperature.
18 lines of code changed in 2 files:
Add in the calculation of thermal stress.
26 lines of code changed in 1 file:
Add in a variable: alpha - thermal expansion coefficient.
1 lines of code changed in 1 file:
Example use of BioPSEInit.
8 lines of code changed in 1 file:
Initialize pTempPrevious (particles' temperature at previous time step, which is computed by interpolating grid temperature) to be d_ref_temp.
26 lines of code changed in 2 files:
Dont save total_frames gui var
1 lines of code changed in 1 file:
Make findLib(string) a static public function. Called from SCIRunInit in main/init.cc
2 lines of code changed in 1 file:
Better Scheduler::report_execution_finished functionality, fix synchronization, multiple executes, use need_execute
143 lines of code changed in 3 files:
Add init.cc to build
1 lines of code changed in 1 file:
Move calls of macImportExportFoceLoad and macForceLoad to SCIRunInit() in init.cc
6 lines of code changed in 1 file:
Add in a parameter "d_ref_temp" for the calculation of thermal stresses. The ther
mal stress of the system is zero at the temperature of d_ref_temp.
3 lines of code changed in 1 file:
Add in a parameter "d_ref_temp" for the calculation of thermal stresses. The thermal stress of the system is zero at the temperature of d_ref_temp.
1 lines of code changed in 1 file:
Initial commit of SCIRunInit function, called from main(). On Apple systems, it calls macForceLoad() and macImportExportForceLoad().
0 lines of code changed in 2 files:
Add in the calculation of thermal stresses.
100 lines of code changed in 2 files:
Simple checking for end of execution in the Scheduler class (prototype)
122 lines of code changed in 3 files:
Bug #2514: Correctly delete notes when destroying a module
3 lines of code changed in 1 file:
Cleanup ClearCanvas method. Fit in 80 columns
14 lines of code changed in 1 file:
Fix comment
1 lines of code changed in 1 file:
Use Matrix::getRowNonzerosNoCopy
93 lines of code changed in 6 files:
Add an efficient copyless getRowNonzeros function
58 lines of code changed in 7 files:
Replace Array1 with vector
43 lines of code changed in 1 file:
Thread:: not Threads::
1 lines of code changed in 1 file:
Remove reference to RTRT::np. Updated for new Dpy constructure API.
3 lines of code changed in 3 files:
Remove reference to RTRT::np
0 lines of code changed in 2 files:
Remove references to np. Not needed anymore. Call return after the renderFrameless function is called.
2 lines of code changed in 1 file:
Use RTRT::nworkers instead of Dpy::nworkers. Remove Dpy::nworkers. Can now change the number of processors.
29 lines of code changed in 2 files:
Use RTRT::rtrt_nworkers instead of RTRT::np. Can now change the number of processors.
17 lines of code changed in 1 file:
Removed np from RTRT class.
0 lines of code changed in 2 files:
Oren updates to the MATLAB ICE script: using correct mass instead of rho variable names in advectRho and advectQ; updated small-number treatment; firstorder/secondorder advection switch; separated plots and uintah results loading into separate scripts; added various debugging prinouts; nicified code. Compares vs. Uintah in second order mode, relative errors are about 1e-9.
630 lines of code changed in 14 files:
If 'auto size' is checked in the interface, set the plane height and width if the Field uses a LatVolMesh.
44 lines of code changed in 1 file:
Added 'auto size' and 'manual size' buttons to the interface.
8 lines of code changed in 1 file:
Updates to Hello World tests.
253 lines of code changed in 4 files:
Implement port descriptions.
40 lines of code changed in 3 files:
Implemented more types in TypeMap.
42 lines of code changed in 2 files:
Check for name conflict with a Uses port in addProvidesPort. Added documentation.
112 lines of code changed in 2 files:
Made the code framgments into two functions, fill_frameless_work and renderFrameless.
493 lines of code changed in 1 file:
Moved some variables that were only used in the framed rendering inside the rendermode branch. Added fill_frameless_work and renderFrameless functions to make WorkerFrameless only contain functions instead of code fragments.
20 lines of code changed in 1 file:
Make rank function inline and const. Added fill_frameless_work and renderFrameless functions to make WorkerFrameless only contain functions instead of code fragments.
7 lines of code changed in 1 file:
Add Core/Containers to link to fix OSX build
0 lines of code changed in 2 files:
Fix frameless FPS reporting. Can now add and remove threads gracefully in frameless mode. There isn't reloading of work once the number of threads change, though.
58 lines of code changed in 1 file:
one more broadcast to get times consistent across all procs
5 lines of code changed in 1 file:
QuadToTri regression test, do a latvolfield boundary
162 lines of code changed in 1 file:
Fix quad alternating cut algorithm. It was incorrectly dependend upon a particular node order. Instead we just mark the nodes by hand so that the diagonals match
68 lines of code changed in 1 file:
branch merge from VS package only, fixes for multi file readers/writers
3067 lines of code changed in 35 files:
Change creation location of OSX apps
27 lines of code changed in 1 file:
Updated scripts to run apps on os x
48 lines of code changed in 4 files:
Use ends_with instead of strstr to determine if network is a PowerApp. Dont search executable name for .app (fixes OSX apps). Format for 80 columns.
12 lines of code changed in 1 file:
Use ends_with instead of strstr to determine if network is a PowerApp
4 lines of code changed in 1 file:
bool ends_with(string, string); added
0 lines of code changed in 4 files:
Added rtrtmodules make target.
15 lines of code changed in 6 files:
Updated to use the static version of traceRay.
0 lines of code changed in 2 files:
Updates for removal of Worker* from Context.
0 lines of code changed in 4 files:
Try and quiet the warning about variables could be uninitialized by make the last case default.
0 lines of code changed in 2 files:
Comment out print_string function. It's not needed.
0 lines of code changed in 2 files:
Change order of initialization to quiet GCC warnings. There can now be one extra context in ctx_pool to accommodate debug rays shot from a non worker thread. The rank now comes directly from the Context instead of the worker. Try to exit the proceedure early if things are bad. This makes the code not so indented.
0 lines of code changed in 2 files:
Copy Module ID to X11 selection buffer for first module menu entry
8 lines of code changed in 1 file:
Change order of initialization to quiet GCC warnings.
0 lines of code changed in 2 files:
Updated to use the static version of traceRay.
22 lines of code changed in 26 files:
Moved include of PerProcessorContext.h from header file and included where needed.
0 lines of code changed in 10 files:
Try to quiet some warnings.
0 lines of code changed in 2 files:
Removed the Worker* member and replaced it with rendering_scene and worker_num.
0 lines of code changed in 4 files:
Added debug_ member variable and associated functions to turn bits on or off. Indented to 2 space tabs.
0 lines of code changed in 4 files:
Initialize variables to quiet warnings.
0 lines of code changed in 4 files:
traceRay functions are now static. There is also a new version of traceRay that has switches for debug rays. It is currently only turned on if the DEBUG macro is defined.
59 lines of code changed in 3 files:
Added last_changed and accum_count for frameless rendering.
0 lines of code changed in 2 files:
Added frameless rendering back in. You can't resize the window or turn the frameless rendering on or off yet. Don't let the number of workers exceed the number of processors on the system.
270 lines of code changed in 1 file:
Added j for jitter toggle. Added ability to trace a debug ray at runtime.
27 lines of code changed in 1 file:
Remove CVS log message commented out.
0 lines of code changed in 2 files:
Initialize variables to squash warnings. Changed my_alloc to ply_alloc.
0 lines of code changed in 4 files:
Fix includes for Uintah rearrangement.
4 lines of code changed in 2 files:
Use typedef to make the code a bit more legible. Name the light, so we can interact with it from the GUI.
0 lines of code changed in 2 files:
Initialize nextC to 0 to squash warnings.
0 lines of code changed in 2 files:
Move External Applicaiton Interface initialization to void start_eai() method. Re-format to fit in 80 columns. Save servicemanager log files in ~/SCIRun
91 lines of code changed in 1 file:
Cleanup allocated memory in complete_command.
1 lines of code changed in 1 file:
Fix setting label.
1 lines of code changed in 1 file:
linearInterpolation()
- draw a vector between the coarse cell center and the mid point of the patch.
- use this vector to determine the surrounding interpolation cells
refine_CF_interfaceOperator() & CoarseToFineOperator()
- calculate the midpoint of the patch
refineCoarseFineBoundaries()
- changes to cout_dbg
fineToCoarseOperator()
- use Ghost::AroundCells, 1 for fine_q_CC
46 lines of code changed in 1 file:
Don't convert the user specified starting and ending cell indicies to
the corresponding coarse level indices when the number of levels is > 0
11 lines of code changed in 1 file:
Revert back to hard coded values as rpmbuild is too brain-dead to handle environment variables consistently.
9 lines of code changed in 1 file:
computeVel_FC() & addExchangeContributionToFCVel()
- removed adjustment to (*)_FC iterators when there is more than 1 level
0 lines of code changed in 1 file:
TensorsToIndices now collapses duplicate entries to the same index
61 lines of code changed in 2 files:
When using MPI, set d_checkpointWalltimeInterval based on the clock of
processor zero. This fixes a consistency problem when the clocks of remote
machines are not in sync.
13 lines of code changed in 1 file:
define SCIRUN_VERSION and SCIRUN_THIRDPARTY_VERSION outside spec file for external script control of build
15 lines of code changed in 1 file:
Format for 80 columns
5 lines of code changed in 1 file:
Put back in path_to_src creation.
7 lines of code changed in 2 files:
stuff for sulfur chemistry
283 lines of code changed in 16 files:
Fixed check to see if configure is running in src dir.
5 lines of code changed in 2 files:
Remove redundant swapbytes(bool) for AIX. Defined in ReductionVariable.h
0 lines of code changed in 1 file:
- Add MacForceLoad to TriSurfToVtk; fix usage info for TextToPointCloudString
21 lines of code changed in 2 files:
- Keep source files listed alphabetically
3 lines of code changed in 1 file:
Catch another case of trying to configure in src directory!
2 lines of code changed in 2 files:
Added glut and glui libraries to link line of auxilary programs. (Bigler)
0 lines of code changed in 2 files:
Dont print out message when not finding optional makers
2 lines of code changed in 1 file:
Update SCIRUN_RCFILE_VERSION
1 lines of code changed in 1 file:
Fix compile
2 lines of code changed in 1 file:
Update RPMs for 1.25.0 build
18 lines of code changed in 4 files:
Changes to build 1.25.0 rpms
4 lines of code changed in 1 file:
Increase version number
0 lines of code changed in 2 files:
Remove debug puts
19 lines of code changed in 1 file:
define SELECT_RANGETRE in Level.cc instead of Level.h
12 lines of code changed in 2 files:
use new refine
7 lines of code changed in 4 files:
use new refine, don't call refine faces on coarsen
37 lines of code changed in 3 files:
more complex regridder test
0 lines of code changed in 4 files:
AMRWave works (without interpolation)
95 lines of code changed in 3 files:
new version of refine for everybody - take a patchset instead of a level
2 lines of code changed in 2 files:
sync with Scheduler2
579 lines of code changed in 3 files:
Use a debugstream to output new grids
2 lines of code changed in 1 file:
New version of scheduleDataCopy
87 lines of code changed in 2 files:
fix warnings and fix rounding level lowpoint problem
3 lines of code changed in 1 file:
move template files into one so that all variables will be instantiated on OS X
73 lines of code changed in 8 files:
Fix merge from branch. the find_and_parse_scirunrc() function was moved to Core/TCLThread/TCLThread.cc. When we merged from the branch, it got stuck back in main. I have removed it again.
0 lines of code changed in 1 file:
Cleaned up formatting a bit.
39 lines of code changed in 1 file:
- Need to explicitly link Insight libs for Mac (syncs with branch)
1 lines of code changed in 1 file:
- Copy change from branch to trunk
6 lines of code changed in 2 files:
Removed the mutex argument to PatchToField constructor.
0 lines of code changed in 2 files:
Merge v1_24_1_release into trunk
31 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
1060 lines of code changed in 14 files:
Merge v1_24_1_release into trunk
1 lines of code changed in 1 file:
Get rid of old code. Add comments to functions. Clean some other various things.
142 lines of code changed in 2 files:
Remove debugging code.
0 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
1 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
69 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
6508 lines of code changed in 97 files:
OK, big changes. I moved a lot of templated code from the header file to the cc file since this code wasn't used anywhere else. I also added some functions that make clever use of templates to reduce the amount of replicated code. The code will hopefully be easier to read. There is a macro that turns on the use of this new code and is on. If you experience trouble, you can easily go back to the original code. The old code will be removed soon.
639 lines of code changed in 2 files:
Don't take a mutex since it's not used. This was possibly used to update the progress bar, but that functionality has been removed for some time now. The semaphore parameter also defaults to null and is not used in this case. This allows the code to be run outside of a thread without the need for a semaphore and mutex.
8 lines of code changed in 1 file:
Get windows to recognize the datatypes
3 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
1048 lines of code changed in 52 files:
Merge v1_24_1_release into trunk
2336 lines of code changed in 41 files:
gcc3.4 ...barf.
5 lines of code changed in 1 file:
gcc3.4 fixes
4 lines of code changed in 1 file:
Allow resolveIncludes to work when input file does not end in .ups.
4 lines of code changed in 1 file:
node_debug is a member of NodeHedgehog not NodeHedgehogWorker. Made checking for input from the ports check the pointer too.
8 lines of code changed in 1 file:
- added interpolationTest()
Linear& Quadratic Interpolation()
- cleaned out testing code and shoved it in interpolationTest()
interpolationInterface()
- added test data initialization, still not being used.
refine_CF_interfaceOperator()
- cleaned out testing code and shoved it in interpolationInterface()
- LinearInterpolator currently being used.
CoarseToFineOperator()
- now using linearInterpolator().
154 lines of code changed in 1 file:
turned off interplationWrapper, it needs to stay in the oven a little longer.
2 lines of code changed in 1 file:
Windows temp fix
2 lines of code changed in 1 file:
Missing brackets in addComputesRequires added.
3 lines of code changed in 1 file:
Changed process fro computing dStar. Corrected error in semi-implicit
part of the stress update (now using ||s_{n+1}|| = sqrt(2/3) sig_y)
in place of previous ||s_{n+1}|| = sqrt(2) sig_y ).
204 lines of code changed in 1 file:
Put ifdef HAVE_PETSC around some variables.
3 lines of code changed in 1 file:
compiler warnings
3 lines of code changed in 1 file:
Add the refinement ratio as a parameter to the Level constructor
39 lines of code changed in 2 files:
Automatically determine the refinement ratio by comparing with the precious level in the same grid
15 lines of code changed in 1 file:
Remove explicit setting of refinement ratio
0 lines of code changed in 1 file:
Globally:
more descriptive variable names (before James goes "medieval" on me;)
fineToCoarseOperator()
only push the interior cell data down to the coarse grid, ignore
the extra cells of the fine level.
deleted: linearInterpolationWeights
Added: linearInterpolation() & quadraticInterpolation()
- should work with any refinement ratio --still testing.
- still has lots of testing code.
refine_CF_interfaceOperator()
- replaced existing interpolators
- still has lots of testing code.
more testing of interpolators needed.
317 lines of code changed in 1 file:
add a comment for refine
1 lines of code changed in 1 file:
new DataCopy
3 lines of code changed in 1 file:
Try to keep up with changes to Schedulers
108 lines of code changed in 6 files:
Better debug streams to better help failing mpi communication
53 lines of code changed in 7 files:
Automatically detect which variables from which materials and levels need to be copied and do it
113 lines of code changed in 2 files:
use new method of copy data
4 lines of code changed in 1 file:
don't compile SimpleSimulationController
1 lines of code changed in 1 file:
get rid of debug printout
0 lines of code changed in 1 file:
Don't use 'using namespace SCIRun' inside the Uintah namespace, as well as other namespace things.
132 lines of code changed in 15 files:
Comment out some unused parameter.
1 lines of code changed in 1 file:
Don't use 'using namespace SCIRun' inside the Uintah namespace, as well as other namespace things.
70 lines of code changed in 22 files:
Fixed ASSERTRANGE so that it doesn't produce warnings and does the right thing.
14 lines of code changed in 2 files:
Don't use 'using namespace SCIRun' inside the Uintah namespace.
5 lines of code changed in 1 file:
Temporary update to TextureBuilder so that min and max data values at all levels of a Multi-level field were accounted for, need a better solution
44 lines of code changed in 1 file:
get rid of multiply defined symbols so mac will run
17 lines of code changed in 6 files:
get turing (mac cluster) to run MPI
8 lines of code changed in 1 file:
Removed bug in polar decomposition. Negative values were being set
to zero.
29 lines of code changed in 1 file:
Fix the initialization of NGN and NGP.
1 lines of code changed in 1 file:
Added missing break statements.
8 lines of code changed in 1 file:
Untabify. PatchToFieldThread consistencies.
162 lines of code changed in 2 files:
Changed new2OldPatchMap initialization, use find() instead of [] to retrieve patch lists from the map, added some error checking and changed some variable names so James doesn't get medieval on me. :-), fixes a portion of bug 2532
108 lines of code changed in 2 files:
very basic modeling support for tri surf
222 lines of code changed in 5 files:
Append .rt to the input file name when running sus. Remove this temporary file.
2 lines of code changed in 1 file:
Copy input files to the same location as the sus executable.
3 lines of code changed in 1 file:
If the colormap min and max are too close the colormap looks like a single color. The code now checks for this and rescales a copy of the colormap to make it display properly.
18 lines of code changed in 1 file:
Changed "format" to "type" in the comment section describing the usage.
1 lines of code changed in 1 file:
Compilation instructions.
7 lines of code changed in 1 file:
Heat conduction code that was in SerialMPM.
459 lines of code changed in 2 files:
Factored out heat conduction code into its own class.
20 lines of code changed in 5 files:
test to make sure sendCVSmail works
1 lines of code changed in 1 file:
get code using scinew and DISABLE_SCI_MALLOC to compile
2 lines of code changed in 1 file:
Add testConvert1MAdd.ups
2 lines of code changed in 1 file:
Test addition to cvs mail
1 lines of code changed in 1 file:
*** empty log message ***
219 lines of code changed in 1 file:
Added ability to keep track of the line number where the memory was allocated. While the API exposes it, it is currently turned off by a macro in AllocPriv.h. If it is turned on then you get the functionality. Since the macro is defined in AllocPriv.h and this file is only included by .cc files in this library you don't have to recompile the world if you want to turn it on. Uncomment the macro and recompile the library.
116 lines of code changed in 6 files:
Remove include Packages/Insight/share/share.h and reference to InsightSHARE in class declarations.
46 lines of code changed in 51 files:
Fix checking of ITK version (sync with branch).
10 lines of code changed in 2 files:
get rid of cerrLock that is conflicting with the one in Uintah/Core/Util
0 lines of code changed in 8 files:
Change signature.
8 lines of code changed in 3 files:
Get Windows dynamic compiler to generate a log
34 lines of code changed in 1 file:
remove print statements
0 lines of code changed in 2 files:
search for make on windows without the path
54 lines of code changed in 2 files:
Add types double and float so that any properties set with the NrrdSetProperty module will read and write correctly (sync with branch).
2 lines of code changed in 1 file:
refineCoarseFineInterface() & coarsen()
- only dump out cout_dbg on one of the variables not all 5
12 lines of code changed in 1 file:
more robust support
58 lines of code changed in 1 file:
Sync with branch the -fPIC for 64 bit linux fortran
2 lines of code changed in 2 files:
Get mac to compile
5 lines of code changed in 5 files:
include sci_values
1 lines of code changed in 1 file:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
238 lines of code changed in 147 files:
Fix debug stream
22 lines of code changed in 4 files:
Use Core/Grid/Variables and BoundaryConditions
14282 lines of code changed in 136 files:
remove Core/BoundaryConditions
0 lines of code changed in 42 files:
remove core/variables
0 lines of code changed in 83 files:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
1015 lines of code changed in 330 files:
First order advection shock tube problem now gives similar results to sus -ice
201 lines of code changed in 4 files:
if on a windows machine, be satisfied with objtop/on-the-fly-libs
6 lines of code changed in 1 file:
Only run specified update idletasks if NOT on a windows machine
15 lines of code changed in 1 file:
change a few toplevel virtual prototypes
18 lines of code changed in 1 file:
create scheduler3 components. Use at your own risk
34 lines of code changed in 2 files:
compile scheduler3
1 lines of code changed in 1 file:
remove dependency on scheduler component
7 lines of code changed in 2 files:
conform to new variable specs
50 lines of code changed in 5 files:
get things to compile with new variables
9 lines of code changed in 4 files:
Have 'assignResources' for DetailedTasks3
156 lines of code changed in 6 files:
Use types inherited from Variable
0 lines of code changed in 18 files:
Add GridVariable as an intermediate to Variable and CC,NC,SFCX,SFCY, and SFCZ Variable Bases.
0 lines of code changed in 23 files:
New Scheduler3 components
7780 lines of code changed in 15 files:
add function so you can toggle the state of a debugstream
1 lines of code changed in 1 file:
Fix bad copy/paste error in put() function, (from branch)
1 lines of code changed in 1 file:
Use FieldHandle instead of sending pointer down the pipe. Use breaks instead of returns.
118 lines of code changed in 1 file:
Use PSetHandle instead of PSet*.
16 lines of code changed in 2 files:
Use a ScalarParticlesHandle instead of the just the pointer. Don't use local includes.
16 lines of code changed in 1 file:
removed the shared.h
15 lines of code changed in 3 files:
removed the shared.h
4 lines of code changed in 6 files:
Change abs to Abs for gcc-3.4.
4 lines of code changed in 1 file:
updates on trunk
10 lines of code changed in 10 files: