- 22 Jul, 2009 1 commit
-
-
ghweber authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7886 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Jul, 2009 3 commits
-
-
fogal1 authored
We were never creating a variable for it, only a substitution. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7699 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Sets COMPONENT_CPPFLAGS with the set of defines needed for proper avt symbol exporting. Also a small fix for C code which needs _Bool (i.e. cognomen). git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7691 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Needed to hide some private symbols in the engine and mdserver. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7689 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 24 Jun, 2009 1 commit
-
-
ahern authored
and "max_diagonal" expressions. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7644 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Jun, 2009 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7573 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 16 Jun, 2009 2 commits
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7550 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7549 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Jun, 2009 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7532 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Jun, 2009 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7519 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 03 Jun, 2009 1 commit
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7464 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 May, 2009 1 commit
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7355 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 May, 2009 1 commit
-
-
bonnell authored
Remove avt dependence from visit_vtk/parallel, rename VERSION to VISIT_VERSION for better namespace behavior, added code files for some DB plugins with specialized info code git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7308 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 May, 2009 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7285 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 May, 2009 1 commit
-
-
bonnell authored
Remove avt bleed into common: move VisWindow exceptions out of common/Exceptions into avt/VisWindow; moved ExpressionType-to-avtType conversions into avt/. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7201 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 May, 2009 1 commit
-
-
bonnell authored
For better namespace behavior, renames some visit-config defines with 'VISIT_' prepended, namely: SLASH_CHAR, SLASH_STRING, SVN_REVISION, PLUGIN_EXTENSION, USE_PTY. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7178 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 May, 2009 1 commit
-
-
brugger authored
1) I added mcurvit, which is another sample embedded viewer application that displays a multi curve plot of 2d rectilinear data. It also applies an index select operator to control the range of data from the mesh that is displayed. It can be run in a GUI mode or a batch CLI mode. The directory contains a README file that explains how to run it. 2) I corrected an error in a function that returns an environment variable as a std::string, where the routine would crash creating a string from a NULL point if the environment variable was undefined. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7156 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Apr, 2009 4 commits
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7053 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
Add sinh, cosh, tanh expressions. Added new expressions to ultra wrapper. Updated release notes and online-help git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7052 18c085ea-50e0-402c-830e-de6fd14e8384
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7044 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
* Use AS_HELP_STRING instead of AC_HELP_STRING * Use m4_toupper in place of m4_translit, for readability. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7029 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 Apr, 2009 1 commit
-
-
bonnell authored
Added spatial extents to CurveMetaData. Added operator names to Plot state object. Added two new curve expressions: CurveDomain (modifies the domain of a curve) and Curve, a macro wrapping curve expressions on y values (normal exprssions) and x values (CurveDomain expression). Updated configuration to test for existence of PyParsing, needed for the wrapper. Added to the launcher and dist scripts to ensure the wrapper could be found and installed correctly. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6979 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Apr, 2009 1 commit
-
-
fogal1 authored
Apparently forgot to do this when first committing. Ooops... git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6970 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Apr, 2009 1 commit
-
-
whitlocb authored
results in all components. This required moving some libutility code to libmisc, hence the large number of changes (new header files). I also modified the viewer so various properties were consolidated into a ViewerProperties object accessible from the base class. This simplifies book keeping of properties and makes them accessible to all subclasses. I used the new ViewerProperties mechanism to conditionally add new menu options to the popup menu that let the viewer launch gui, cli, or quit from the popup menu. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6869 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 08 Apr, 2009 1 commit
-
-
js9 authored
backport of the streamline and poincare plot stuff from the trunk. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6818 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 03 Apr, 2009 1 commit
-
-
ghweber authored
Moved vtkVisItCellLocator from visit_vtk/full to visit_vtk/lightweight for upcoming change to avtDatasetOnDemandFilter. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6778 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Apr, 2009 1 commit
-
-
hrchilds authored
(2) Incorporate fixes from Christoph for advection not getting off the ground with small stencils and big velocities. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6761 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Mar, 2009 2 commits
-
-
whitlocb authored
1. Domain nesting and domain boundary objects are now supported. SimV2 wraps the real avt C++ objects using a C API that hides all direct access to the objects. The static C lib dynamically gets the real implementations of the functions from the SimV2 runtime. This pattern will be implemented for the rest of the libsim structures to prevent errors in user initialization of simulation data structures. 2. I created an AMR simulation of the Mandelbrot set to test the domain nesting features. See http://www.visitusers.org/index.php?title=Movies 3. VisItDebug functions were added that enable the simulation to write printf-style output to VisIt's debug logs. I stole the pattern from Tom. Thanks Tom! 4. The VisItUpdatePlots and VisItExecuteCommand functions were changed to be blocking using a new synchronization mechanism in SimV2. The functions block but still allow the simulation to process VisIt commands until the synchronization is complete. This gets the 2 functions working as one would expect and makes it much more feasible to write code where the sim saves images of its data as it progresses. The amr and updateplots simulation examples can actually do this now. 5. The synchronization mechanism is exposed via the new VisItSynchronize function which blocks the sim until VisIt is ready to continue (if VisIt is connected). 6. The command callback infrastructure was reworked to be a little simpler and allow for user-provided callback data. The gui was also fixed so it sends the right commands in addition to the "enhanced" command names. A few issues were also fixed to make sure that the command callback infrastructure is compatible with the new synchronization mechanism. 7. Block names were added to mesh metadata. The amr and csg example simulations use this. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6731 18c085ea-50e0-402c-830e-de6fd14e8384
-
cyrush authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6727 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 Mar, 2009 1 commit
-
-
hrchilds authored
with file format readers that do their own domain decomposition. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6656 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 19 Mar, 2009 1 commit
-
-
js9 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6629 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Mar, 2009 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6511 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Mar, 2009 1 commit
-
-
js9 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6481 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Mar, 2009 1 commit
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6440 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 25 Feb, 2009 1 commit
-
-
pugmire authored
Enabled the AdamsBashforth solver to terminate based on number of steps. Added Hank's initial changes to getting pathline creation to work. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6385 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Feb, 2009 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6334 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Feb, 2009 1 commit
-
-
js9 authored
be re-used other places in VisIt. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6263 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Feb, 2009 1 commit
-
-
whitlocb authored
1. csg meshes 2. species 3. API tracing for debugging 4. SimV2 includes a writer, merging reader and writer for sims 5. various structure changes in the data interface 6. memory leaks cleaned up The new V2 libsim and reader are currently very compatible with libsim V1 sims. That will change as V2 evolves to address various problems in V1. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6254 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 03 Feb, 2009 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6213 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Jan, 2009 1 commit
-
-
miller86 authored
re-factoring visit_vtk/full into two libs; the original and a new rendering lib that has GL dependencies git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6150 18c085ea-50e0-402c-830e-de6fd14e8384
-