Use NrrdData Nrrd constructor, clean up all the nrrdNew() memory leaks associated with old usage
85 lines of code changed in 127 files:
Add a new NrrdData constructor that takes a Nrrd as the arguement.
0 lines of code changed in 4 files:
Noise removal
7 lines of code changed in 5 files:
Minor cleanups
8 lines of code changed in 2 files:
ploader does not need to check for GUI.
0 lines of code changed in 2 files:
De-yukkified quite a bit.
100 lines of code changed in 1 file:
Fix compile problem on purple.
0 lines of code changed in 2 files:
Fix PropertyManager crash bugs/lockups. Use a PropertyManager lock, synchronize source in copy_properties and == tests, fix bad clear_transients function
0 lines of code changed in 4 files:
Bug fix
0 lines of code changed in 2 files:
l2up seems to work. Flux limiters do not, do not
even try.
745 lines of code changed in 66 files:
Added ability to normalize the residual before checking for convergence,
by default this normalization factor = 1.0
CGSolver.cc
- nuked all the #if OPT sections
67 lines of code changed in 6 files:
Bug fix for petsc library determination.
0 lines of code changed in 2 files:
Get rid of redundant get_type calls, use shared string_to_nrrd_type
46 lines of code changed in 13 files:
Add a string_to_nrrd_type function
34 lines of code changed in 2 files:
Additional options for scripting
16 lines of code changed in 3 files:
fixes to load image and latvol data
0 lines of code changed in 4 files:
Fixes for gcc-3.4 and gcc-4.0. Compiler was confused on which pow to use.
2 lines of code changed in 1 file:
Use send_and_detach instead of just send on the OPorts for better caching behavior. Remove empty tcl_command functions.
90 lines of code changed in 44 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior. Remove commented out code.
47 lines of code changed in 25 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior. Remove empty tcl_command functions
12 lines of code changed in 5 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior. Remove empty tcl_command functions
31 lines of code changed in 11 files:
Fix mac compilation, bad default arguement
1 lines of code changed in 1 file:
Use send_and_detach instead of just send on the OPorts for better caching behavior.
119 lines of code changed in 9 files:
Change input and output ports to Bundle to allow arbitrary numbers of inputs/outputs and their datatypes
5 lines of code changed in 1 file:
ReFactor Painter tools into seperate virtual classes that inherit from Painter::PainterTool to allow rapid development of future tools. Move Color Lookup Table functionality into OpenGL
1831 lines of code changed in 7 files:
bug fix
0 lines of code changed in 2 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior.
8 lines of code changed in 11 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior.
90 lines of code changed in 29 files:
Use send_and_detach, remove gratuitous dynamic_cast
0 lines of code changed in 12 files:
Use send_and_detach instead of just send on the OPorts. Better caching behavior.
109 lines of code changed in 119 files:
Remove empty tcl_command functions
1 lines of code changed in 14 files:
Remove empty tcl_command functions
0 lines of code changed in 30 files:
General fix for PropertyManager freezing on port send. Make it apply to all applicable PropertyManager objects
19 lines of code changed in 3 files:
Fix typo in last checkin
3 lines of code changed in 1 file:
Add a send_and_dereference function. This nulls out the handle at the time of send, thus fixing the race condition where the other end gets and then detaches the handle before we dereference it (even though we are done with it).
50 lines of code changed in 3 files:
Compile with PETSC library if it is installed.
5 lines of code changed in 1 file:
To get the insight package to compile on OSX I needed to reshuffle some of the includes and predefine classes which could otherwise not be found by the compiler and fix some sub.mk files as they did not include Core/Basis. With these fixes I was able to compile the Insight Package fully on OSX 10.4. I have not had the chance to test the modules. With these fixes done, I hope to start on the bridge between the matlabinterface and the insight package, as the matlab engine currently does not recognise the insight field types. --Jeroen
174 lines of code changed in 15 files:
Include file for including all basis classes
57 lines of code changed in 1 file:
Stair step approach for the absorbing solid's radiative flux area.
- Use the geometry piece from the input file to define the inside of the solid.
- This assumes that the absorbing solid doesn't move.
- Not working but I need to get it commited before it grows stale.
0 lines of code changed in 4 files:
Add missing include file so Uintah viz modules will compile with gcc-3.4 and
gcc-4.0.
0 lines of code changed in 2 files:
Rewriting Java language support for Babel, Ptolemy package, first pass.
601 lines of code changed in 2 files:
Add tests to match regular RT tests.
3 lines of code changed in 1 file:
Add restart comparison checks.
55 lines of code changed in 1 file:
Fixes to incorporate the changes in ordering of the include files in the dynamic compiled files.
8 lines of code changed in 1 file:
Fixes to incorporate the changes in ordering of the include files in the dynamic compiled files. Apparently the order of include files does matter now.
704 lines of code changed in 32 files:
bug fixes, dofs() added
63 lines of code changed in 23 files:
bug fixes
25 lines of code changed in 16 files:
Add #include <numeric>
0 lines of code changed in 4 files:
Made some improvements to the IdealGas model, in particular with respect
to computing P*dV work done on the particles.
6 lines of code changed in 1 file:
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
142 lines of code changed in 48 files:
Added numeric include file.
1 lines of code changed in 1 file:
Compilation fixes
5 lines of code changed in 2 files:
Turned off printing the matrix, rhs and X to a file every timestep.
3 lines of code changed in 1 file:
fixed a label spelling error
15 lines of code changed in 6 files:
bug fix
1 lines of code changed in 1 file:
get_derivate_weights added
1204 lines of code changed in 21 files:
Bug fix: Nodata's type description thinks it was templated twice
1 lines of code changed in 1 file:
bug fix
6 lines of code changed in 1 file:
Flush io on regression timeout.
0 lines of code changed in 2 files:
minor cleanup
0 lines of code changed in 2 files:
bug fixes
8 lines of code changed in 1 file:
bug fix
3 lines of code changed in 1 file:
Make modules aware of port caching.
5 lines of code changed in 1 file:
Updates for the CardioWave Package to work with HOB and a cleanup of the Package. A lot of functionality has been shifted to the more general package called ModelCreation
0 lines of code changed in 64 files:
Make modules aware of port caching.
1 lines of code changed in 1 file:
Minor formatting cleanups
30 lines of code changed in 1 file:
Remove debugging print
0 lines of code changed in 1 file:
Add return statements where needed
5 lines of code changed in 2 files:
Bug fixes
32 lines of code changed in 2 files:
Added a simple textfile writer (no headers just rows and columns of data)
43 lines of code changed in 3 files:
Changed abs to fabs
0 lines of code changed in 2 files:
name change
37 lines of code changed in 1 file:
bug fixes
2 lines of code changed in 1 file:
upgrade
979 lines of code changed in 17 files:
name change
5 lines of code changed in 5 files:
fixed memory leaks in rewrite of matlabconverter
0 lines of code changed in 2 files:
Updates to get_type_description calls were incorrect: added propername space identifiers
6 lines of code changed in 1 file:
Fixed includes as SCIRun did not compile on OSX
0 lines of code changed in 2 files:
MatlabEngine functionality was disabled for MACs in 1.24.2, however the trunk version worked fine, removing code that disables matlabengine
0 lines of code changed in 1 file:
Correct identifier for component instance properties.
0 lines of code changed in 2 files:
Let ComponentInstance set standard component properties.
74 lines of code changed in 5 files:
Changes to internal component creation and deletion.
262 lines of code changed in 15 files:
Set default standard component properties in ComponentInstance.
2 lines of code changed in 1 file:
Make service type visible to subclasses.
22 lines of code changed in 1 file:
Don't puke if gravity is on.
0 lines of code changed in 2 files:
function number_of_mesh_vertices() added to ...UnitElements
64 lines of code changed in 15 files:
Make modules aware of port caching. Disable internal caching if port isn't caching. Minor cleanups.
126 lines of code changed in 33 files:
Make modules aware of port caching. Disable internal caching if port isn't caching.
13 lines of code changed in 3 files:
Minor cleanups
14 lines of code changed in 2 files:
Minor cleanups
6 lines of code changed in 1 file:
Fix minor memory leak in Coregister module execute. Clean up Coregister code, use vector instead of Array1, pass vectors by reference instead of copy
150 lines of code changed in 5 files:
More correctly allocate memory in MatCreateMPIAIJ. This eliminates the
thousands of mallocs that we were doing in parallel calculations. This
makes a dramatic improvement in performance that seems to be more dramatic
for larger problems and processor counts.
0 lines of code changed in 2 files:
Add function to check port caching by port name
10 lines of code changed in 2 files:
Remove get_cache. Use have_data instead, it's 'more' thread safe. If there's data then it cached, otherwise not. If you check the cache variable you don't know what it was set at when the data went through
0 lines of code changed in 1 file:
Make modules aware of port caching. Disable caching if port isn't caching.
18 lines of code changed in 5 files:
Restoring lost (and necessary) Babel configure options and version check from revision 31612.
102 lines of code changed in 2 files:
remove CuttingPlane.cc
0 lines of code changed in 2 files:
remove CuttingPlane.tcl
0 lines of code changed in 2 files:
Remove get_oports function, oports are never dynamic. Also implement dangling getIPorts function
5 lines of code changed in 2 files:
Fix net warnings
0 lines of code changed in 4 files:
Add Teem lib to fix OSX build
2 lines of code changed in 1 file:
Add get_cache function calls so we can test for port caching
4 lines of code changed in 1 file:
Fix locate again, compute faces before grid
2 lines of code changed in 1 file:
dont render edges with vector -> color in a constant field unless we are a 1 dimensional mesh
7 lines of code changed in 1 file:
Can now use ForceBCs on particles. Also, restored the conditional on
restarting due to nan residual (for now).
7 lines of code changed in 1 file:
Allow readers to disable output port caching
1 lines of code changed in 1 file:
Undo accidental checkin
1 lines of code changed in 1 file:
Fix typo in Sub-Networks menu configuration
4 lines of code changed in 3 files:
Remove RescaleColorMap from the subnet
0 lines of code changed in 2 files:
HexVolMesh locate requires Face synchronization now.
14 lines of code changed in 1 file:
Remove dependency on Core/Algorithms/DataIO/
0 lines of code changed in 2 files:
Initial commit of NrrdTextureObj, and FreeTypeTextTexture classes. NrrdTextureObj just handles the binding of a 2D texture to the GL context. FreeTypeTextTexture renders a TrueType font to a NrrdTextureObj and provides calls to render to GL quads.
617 lines of code changed in 5 files:
Initial commit of SCIRun->Render->Painter module for painting segmentaion seeds. Just a copy of ViewSlices module, no functionalty changed at this point.
3896 lines of code changed in 5 files:
A sample plane subnet that provides functionality similar to the now extinct CuttingPlane retired years ago in the main trunk, but only recently in the Uintah package. The rendering options are saved to target constant basis fields
73 lines of code changed in 1 file:
Remove CuttingPlane, use several modules in a subnet instead
0 lines of code changed in 4 files:
Use compute_new_generation instead of generation++. Incrementing the generation number is not safe
16 lines of code changed in 6 files:
Fix compiler warning
4 lines of code changed in 1 file:
Compute new Datatype generation number on detach. (You detach because you want to change the object.)
0 lines of code changed in 6 files:
Fix compiler warning
1 lines of code changed in 1 file:
Remove dead code
0 lines of code changed in 10 files:
Remove dead code
0 lines of code changed in 1 file:
Move GeomViewerItem class from Dataflow/Modules/Render/ViewGeom.h to Core/Geom/GeomViewerItem.h
299 lines of code changed in 12 files:
Fix build, use .cc instead of .tcl for extension
1 lines of code changed in 1 file:
Cosmetic code cleanup of DrawInfoOpenGL. Make all class member variable names end with an underscore ('_') to follow coding convetion. Removed GL header includes from DrawInfoOpenGL.h -- which forced adding GL includes to Core/Volume .cc files.
446 lines of code changed in 13 files:
removed the get_type_name calls
69 lines of code changed in 11 files:
removed depricated get_type_name and added typename
2 lines of code changed in 2 files:
depricate get_type_name
0 lines of code changed in 3 files:
Add breaks to switch statement, crash bug
0 lines of code changed in 2 files:
replace int get_type_description argument with enum
66 lines of code changed in 5 files:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
426 lines of code changed in 106 files:
return false if locate fails
0 lines of code changed in 2 files:
Add missiong BuildSeedVolume file.
233 lines of code changed in 1 file:
TriSurfMesh locate requires edge synchronization now
2 lines of code changed in 1 file:
Remove dangling ShowField module from example network
0 lines of code changed in 2 files:
Fix input port type check related crashes (basis)
8 lines of code changed in 2 files:
changes to support field basis
251 lines of code changed in 10 files:
clean up for when msa is not present
0 lines of code changed in 4 files:
added support reexecuting for gui var state changes and changed names for consistancy
46 lines of code changed in 3 files:
Fix dynamic compilation of point cloud creation option in Unstructure
3 lines of code changed in 1 file:
Fix crash bug in DipoleSearch type checking code
0 lines of code changed in 2 files:
Work around point cloud basis singularity in ClipByFunction when clipping by nodes
17 lines of code changed in 3 files:
Minor cleanups, formatting
244 lines of code changed in 1 file:
Fix gcc 4.0 compilation
2 lines of code changed in 1 file:
Corrected type name test and cleaned up braces
12 lines of code changed in 1 file:
Changed comment
0 lines of code changed in 2 files:
Fix ASSERT crash when rendering center axis
1 lines of code changed in 1 file:
fix surface normal rendering, add converter for new basis type
666 lines of code changed in 18 files:
Added gui locks around all gui context resets and subvars (except constructor)
23 lines of code changed in 1 file:
Fix compile
3 lines of code changed in 1 file:
Remove directories that are not maintained nor needed for the core released code.
As it currently stands we don't distribute the MIT package, so to the outside world it looks like a bunch of dead code that is not being maintained.
Converted EditColorMap's use of Point2d and Vector2d to regular Point and Vector classes.
Added README to MIT package to let developers know how to find Core/2d, Core/Parts, and Core/PartsGui.
20 lines of code changed in 35 files:
-Cut out DrawInfoOpenGL from Core/Geom/GeomOpenGL.cc into Core/Geom/GeomOpenGL.cc.
-Rename Core/Geom/GeomOpenGL.h to Core/Geom/DrawInfoOpenGL.h
-Fix #include statments for files that included Core/Geom/GeomOpenGL.h -- some files didn't need this include at all, just the sci_gl* includes.
-Add Plane::get(double[4]) method to return values how OpenGL wants them for clipping planes
-General cleanup and removed a few unused variables in DrawInfoOpenGL struct
-Moved ViewWindow:: symbols out of Dataflow/Modules/Render/OpenGL and into Dataflow/Modules/Render/ViewWindow.cc (where they belong)
-Hopefully this will provide some initial incentive to improve our GL state handling ablities
927 lines of code changed in 36 files:
Fix type check on input field
7 lines of code changed in 1 file:
Add ConstantBasis to ManageFieldData dynamic includes for when that conversion happens
1 lines of code changed in 1 file:
Fix bad input basis, should be constant
2 lines of code changed in 1 file:
Add Ncurses libraries to TxtBuilder makefile.
4 lines of code changed in 3 files:
Add check for Ncurses to configure.
601 lines of code changed in 5 files:
Fix FieldSlicer module to work with unstructured meshes again
5 lines of code changed in 1 file:
Fix output field type for streamlines algorithm, compile bug for non-scalar input seed field
93 lines of code changed in 3 files:
Initialize instead of assign default path.
1 lines of code changed in 1 file:
Updates to component models, services.
40 lines of code changed in 5 files:
Improve metacomponent model support in makefiles.
14 lines of code changed in 1 file:
Updates to framework.
9 lines of code changed in 1 file:
Moving SCIRun2 main file and ploader from src/main to SCIRun/StandAlone.
560 lines of code changed in 9 files:
Fix TypeMismatchException errors.
0 lines of code changed in 8 files:
Fix typo in last commit
1 lines of code changed in 1 file:
Fix output field type for Cellwalk streamlines algorithm
100 lines of code changed in 2 files:
Remove unused template parameter from StreamlinesAccAlgo
6 lines of code changed in 2 files:
Added the "stop_time" functionality for use with rigid contact, currently
found in the explicit code. Also, removed a conditional for restarting due
to a nan residual. I can't see why the now removed condition was ever there.
20 lines of code changed in 3 files:
interface unified
2 lines of code changed in 1 file:
Fix output value type computations in Streamlines (index value/integration step mixxed up)
4 lines of code changed in 1 file:
bug fix
48 lines of code changed in 1 file:
Add #include <sys/select.h> to find fd_mask
1 lines of code changed in 1 file:
Removing the RigidBodyContact files as this functionality has been replaced
by Specified contact.
0 lines of code changed in 3 files:
commiting before updating
546 lines of code changed in 7 files:
Fix colormap1d widget in colormap2d software rasterization from going beyond colormap1d resolution
0 lines of code changed in 2 files:
Bug fix: resize data vector to proper size
10 lines of code changed in 1 file:
Consolidate metacomponent, bridge headers and definitions.
48 lines of code changed in 1 file:
Update components.
0 lines of code changed in 10 files:
Update components.
0 lines of code changed in 8 files:
Add internal code for allowing regression tests to do multiple executions.
105 lines of code changed in 5 files:
Remove unused query funciton
0 lines of code changed in 2 files:
Add license to mpi header file.
0 lines of code changed in 2 files:
Get Windows Port back where we left off.
Core/Basis changes are to get symbols exported properly.
Core/Volume and ShaderProgramARB changes are temporary ifdefs of things that won't compile (GL extensions) or won't work
Everything else is to put it back the way it was (TCLInterface::exec and eval, OpenGL.cc, and Timer.cc).
155 lines of code changed in 16 files:
bug fix for writing vectors
0 lines of code changed in 2 files:
Increase ambient scale term for TexSquare so ViewSlices cutting planes dont render as black when not facing the light source in BioIMage
7 lines of code changed in 1 file:
Correct disable dataflow bug: check value of sci_required_dataflow. Setting sci_required_scirun is also useful. Add sci_defs header to files that check BUILD_DATAFLOW.
381 lines of code changed in 4 files:
get numProcessors initialized from ::initialize()
0 lines of code changed in 2 files:
return the correct number of processors
19 lines of code changed in 1 file:
remove duplicate file
0 lines of code changed in 1 file:
add generic elem_locate, make high order basis meshes use it for locating elements
34 lines of code changed in 14 files:
added port that outputs filename plus extension
17 lines of code changed in 2 files:
Use Guards for mutex lock and unlock. Prefer initializers to assignment in constructor. Use the std:: namespace consistently (and using the entire namespace is unnecessary).
0 lines of code changed in 2 files:
SCIRun/Core/Containers/Array1.h
SCIRun/Core/Containers/Array2.h
SCIRun/Core/Containers/Array3.h
Added #ifdef SCI_NOPERSISTENT to allow these classes to be compiled
without Pio stuff.
SCIRun/Core/Math/MiscMath.h
Added float versions of Floor and Ceil.
65 lines of code changed in 4 files:
Bug fixes: Files still made use of original SCIRun reader and writer and no the one that was modified to read filenames dynamically
24 lines of code changed in 28 files:
bug fixes
17 lines of code changed in 1 file:
bug fixes for GCC4.0
16 lines of code changed in 5 files:
GCC4 bug fixes
71 lines of code changed in 5 files:
bug fixes to dynamic code
1 lines of code changed in 1 file:
Apparently GCC4 does not resolve symbols in the next header file, switching order of includes to make SCIRun compile
1 lines of code changed in 1 file:
Changed cout_dbg to cerr in printing hypre amr solver info.
6 lines of code changed in 1 file:
fix and use locate
28 lines of code changed in 1 file:
Remove loop to calculate const data.
20 lines of code changed in 1 file:
bug fix: renamed textfile plugin
1 lines of code changed in 1 file:
bug fixes
2 lines of code changed in 1 file:
bug fix
2 lines of code changed in 3 files:
remove debug prints
2 lines of code changed in 1 file:
Add in the options and the algorithms of calculating COD at the positions:
(1) the farthest point on the crack element at crack-front, and
(2) the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
Read in "CODOption" to control the position where the COD is calculated.
0 lines of code changed in 2 files:
Add in a parameter "CODOption": CODOption=0 (default value) means calculating COD at a fixed position; CODOption=1 means calculating COD at the farthest point on the crack element at crack-front; CODOption=2 means calculating COD at the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
remove locate from get_weights as prior to hobasis
42 lines of code changed in 1 file:
Fix include order compilation failure.
4 lines of code changed in 1 file:
Fix UnuAxinfo to save out whether or not each field should be updated.
41 lines of code changed in 3 files:
Bug fixes for string writer; added two new modules for selecting nodes/elements in fields that can be fully scripted.
1155 lines of code changed in 16 files:
UCSD edge-based scalefactors implemented
867 lines of code changed in 2 files:
Weight the patches with the time refinement ratio
0 lines of code changed in 4 files:
Have the printed walltime reflect the taskgraph compilation time on the correct timestep
0 lines of code changed in 2 files:
Merge NCMIR branch into trunk. New modules SliceReader (reads in Analyze files a slice at a time), SeedPoints, and BuildSeedVolume. Removed ThresholdSegmentationLevelSetImageFilter generating files and replaced with permanant files to allow for stopping the segmentation. LevelSetSegmenter app now built when Insight package is enabled although it currently crashes and I think the crash is related to bug 2805.
9137 lines of code changed in 28 files:
Updates to makefile.
0 lines of code changed in 2 files:
template parameter naming consistency, remove useless arrays, clean up comments
69 lines of code changed in 14 files:
don't ask the user to replace the checkpoints if they're replacing the uda
(sh is stupid! var=value and var = value mean something different)
0 lines of code changed in 2 files:
Optimize gpu gradient computation to make it work on ATI cards
0 lines of code changed in 2 files:
These should fix the SGI compilation... I think. I have one other
hack in another file that may be necessary, but the compilation seems
to work (sometimes) without it, so I am leaving it out for now.
Core/Basis/Constant.h
Fixed SGI compilation by making the array non zero in size. I added a
comment in the file about what I did, but it would be great if someone
who really knows what is going on would update the comment to reflect
that knowledge.
Removed a argument to derivate to quite the compiler. Don't know if that
arg should be used or not, and put in a comment to this effect. Again,
if someone who knows this code could update the comment, that would be
great.
Core/Basis/NoData.h
Same non-zero array fix as reported above.
22 lines of code changed in 2 files:
Implement fast get_edges
37 lines of code changed in 1 file:
Implement software 1d colormap rendering as a ColorMap2D widget
44 lines of code changed in 1 file:
Fix missing brace in namespace.
2 lines of code changed in 1 file:
Fix pl_approx_edges for TriSurfMesh so that they render edges correctly
1 lines of code changed in 1 file:
computeDelPressAndUpdatePressCC()
- at coarse fine interfaces set the press_CC = press_equil
This bould be trouble.
9 lines of code changed in 1 file:
Added dynamic compilation and fix for HOB fields
12 lines of code changed in 2 files:
Add TypeMismatchException.
106 lines of code changed in 3 files:
Compute Gradient on GPU for faster volume rendering of large datasets. Offloads computation of gradient from CPU to GPU so we can use more texture space on actual data.
116 lines of code changed in 4 files:
AMR Updates - get imp AMR working better in parallel (still crashes in hypre code), multi-level ICE with MPM mostly works AMRICE.cc - coarsen/reflux to ice matls only, and my 'boundary' hack in an '#ifdef BRYAN' blockICE.cc - set the surrounding matl at problemSetup time, some more debugging info for when the delt is too small
486 lines of code changed in 17 files:
added computeEquilPressure_1_matl() task (needed for imp_AMR_ICE)
-single material EOS evalution for the pressure
-rho_micro = rho_CC; sp_vol = 1/rho_CC; vol_frac = 1.0
117 lines of code changed in 2 files:
Allow for basis change in ManageFieldData again. Also change how datasize is computed.
36 lines of code changed in 3 files:
Greatly simplify the ManageFieldData output field creation code
107 lines of code changed in 2 files:
fix loading of HexTricubicHmtScaleFactor basis fields, add more types of loading for ucsd data
180 lines of code changed in 2 files:
removed debugging printouts.
11 lines of code changed in 1 file:
Fix SetupFEMatrix to use new basis
42 lines of code changed in 2 files:
Fix AttractNormals dynamic compilation
0 lines of code changed in 2 files:
removed debugging printouts.
0 lines of code changed in 1 file:
More required changes for HOB fields.
59 lines of code changed in 2 files:
symmetryTests: changes so it works on multiple levels
0 lines of code changed in 2 files:
Fix dynamic compilation of IndicesToTensors and TensorsToIndices
18 lines of code changed in 6 files:
Added type checking to TypeMap.
0 lines of code changed in 4 files:
Remove Core/Volume/Util.cc and move IsPowerOf2 and LargestPowerOf2 functions to Core/Math/MiscMath.h
43 lines of code changed in 12 files:
Support Vector and Tensor fields again in FieldToNrrd
5 lines of code changed in 1 file:
Fix to allow ChangeFieldDataType to result in Vector/Tensor field (include error)
2 lines of code changed in 1 file:
Build DirectMapping output type correctly so that if src and dst fields have different types it dynamically compiles again
16 lines of code changed in 3 files:
Use airStrdup, fixes null pointer crash bugs
18 lines of code changed in 4 files:
synchronize LOCATE_E before doing get_weights on meshes in DirectMapping and BuildMappingMatrix
3 lines of code changed in 3 files:
synchronize LOCATE_E before doing interpolations on meshes in DirectMapping
1 lines of code changed in 1 file:
Fix field type check for basis types
8 lines of code changed in 1 file:
Fix VolumeVisualizer infinite looping when there is no 2d colormap present.
3 lines of code changed in 1 file:
Add new regridder feature to combine rectangular sets of patches together
0 lines of code changed in 6 files:
-scheduleSolve() and bogus_imp_delP() now modifies imp_delP instead of computes it.
-removed initialGuess junk
9 lines of code changed in 1 file:
Sort Superboxes by their ids before their pointer value
0 lines of code changed in 2 files:
Reduce spew on restarts
0 lines of code changed in 2 files:
Various scheduler changes to prepare for AMR features and bugs (needed with the last commit)
0 lines of code changed in 6 files:
Various scheduler changes to prepare for AMR features and bugs
201 lines of code changed in 15 files:
Add Patch::Coarse to list of boundary types
0 lines of code changed in 2 files:
Add the initialization regrid to the AMR SCI_DEBUG
7 lines of code changed in 1 file:
Remove deprecated networks
0 lines of code changed in 2 files:
Fix BuildTriFEMatrix.cc compilation
10 lines of code changed in 1 file:
Fix case where data type description isn't defined.
23 lines of code changed in 1 file:
Minor fix to the way the convergence criteria are computed.
5 lines of code changed in 1 file:
First in series of bug fixes to have my model creation package work with the HOB functionality
1885 lines of code changed in 29 files:
more bug fixes for matlab file writers
10 lines of code changed in 1 file:
implement get_faces and get_edges
58 lines of code changed in 1 file:
More bug fixes in dynamically compiled classes
61 lines of code changed in 1 file: