Commit Graph

3511 Commits

Author SHA1 Message Date
dongliangchu
a8650c9c4a update unit test for MultiBlock class 2017-08-03 15:51:53 -04:00
dongliangchu
9daade6883 update unit test for MultiBlock class 2017-08-03 15:48:06 -04:00
dongliangchu
2015387b9a update unit test for MultiBlock class 2017-08-03 15:43:12 -04:00
dongliangchu
106e351f3f update unit test for MultiBlock class 2017-08-03 15:40:32 -04:00
dongliangchu
028284d1c3 update unit test for MultiBlock class 2017-08-03 15:32:28 -04:00
dongliangchu
f50d2f2a45 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into multiblock
keep with the newest codes of master branch
2017-08-03 13:35:53 -04:00
dongliangchu
7b26c80d83 pull to keep up with the master branch 2017-08-03 13:35:42 -04:00
dongliangchu
f622e8a03c fix multiblock compiling macro issue 2017-08-03 12:21:37 -04:00
Kenneth Moreland
5b03e87fdf Merge topic 'glfw-test-fixes'
faa7815a Fix buffer overrun error
14b81a65 Fix compiler errors for UnitTestMapperGLFW

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !859
2017-08-02 17:59:01 -04:00
dongliangchu
d9cc8a7806 fix multiblock compiling macro issue 2017-08-02 16:17:31 -04:00
James Kress
f1077fe601 Merge topic 'Adding-1DView-Line-Color'
6b53a01c Removing print.
1eb58512 Adding ability to modify axis color as well as legend label color.
bd561b1e Trying to fix color for mesa.
c9bd71f9 Trying to fix color in mesa.
14c69183 Adding color to RenderTest.
7674d2cc Adding color to mesa test.
686f9823 Updating rendering unit tests for 1D plots.
3b79e4d7 Updating way 1D test plots are made, adding title.
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !854
2017-08-02 16:07:16 -04:00
dongliangchu
5e8f76918f fix multiblock compiling macro issue 2017-08-02 16:02:37 -04:00
Matt Larsen
77a9e53066 Merge topic 'export_color'
dd4efb51 Uses `Color` in the unit tests for basic sanity check
812f11d3 Moves class-wide visibility macro to just the static class members.
68648863 Exports Color class, adding visibility to static members

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !850
2017-08-02 15:59:08 -04:00
dongliangchu
6c953eccff fix multiblock compiling macro issue 2017-08-02 15:34:34 -04:00
dongliangchu
73e3753d9e fix multiblock compiling macro issue 2017-08-02 15:18:55 -04:00
dongliangchu
84c83976d7 fix multiblock compiling macro issue 2017-08-02 13:47:09 -04:00
dongliangchu
57479ecb78 fix multiblock compiling macro issue 2017-08-02 13:45:37 -04:00
dongliangchu
6171d23baa fix multiblock compiling macro issue 2017-08-02 13:40:52 -04:00
dongliangchu
bebc20cc77 fix multiblock compiling macro issue 2017-08-02 13:27:37 -04:00
dongliangchu
b8ab0fd021 fix multiblock compiling macro issue 2017-08-02 13:23:21 -04:00
dongliangchu
374198716d fix multiblock compiling macro issue 2017-08-02 13:13:59 -04:00
dongliangchu
b1dba2420c fix multiblock compiling macro issue 2017-08-02 12:49:42 -04:00
Kenneth Moreland
faa7815ac5 Fix buffer overrun error 2017-08-02 10:45:23 -06:00
Kenneth Moreland
14b81a65a6 Fix compiler errors for UnitTestMapperGLFW
This file was creating a C array using the size of an array handle.
Generally, you cannot create a C array of a static size with a
variable created at runtime. Apparently some compilers were able
to trace back to fact that the array handle was a given size and
used that, but not all compilers can do this. To get around the
problem, just use a std::vector, which allows the data to be
dynamically allocated.
2017-08-02 10:35:45 -06:00
James
6b53a01c03 Removing print. 2017-08-02 12:35:30 -04:00
James
1eb585121c Adding ability to modify axis color as well as legend label color. 2017-08-02 12:32:19 -04:00
Allison Vacanti
c077f16fb9 Merge topic 'msvc-2013-compat'
75590f1f MSVC2013 lacks support for function type aliases.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !858
2017-08-02 12:19:26 -04:00
Allison Vacanti
75590f1fc9 MSVC2013 lacks support for function type aliases.
Alas, VS 2013 will keep us from using "using" to declare function
signatures. Reverting to typedef until we bump our MSVC requirement.

This appears to be a compiler bug:
https://stackoverflow.com/questions/26349216
2017-08-02 12:02:25 -04:00
dongliangchu
999890f9b7 fix multiblock compiling macro issue 2017-08-01 23:29:29 -04:00
dongliangchu
95b88fdff1 fix multiblock compiling macro issue 2017-08-01 23:15:41 -04:00
dongliangchu
b75bfd34ce fix multiblock compiling macro issue 2017-08-01 22:16:00 -04:00
dongliangchu
f2070e35f8 fix multiblock compiling macro issue 2017-08-01 22:11:17 -04:00
dongliangchu
1bfc4766d8 fix multiblock compiling macro issue 2017-08-01 19:38:35 -04:00
dongliangchu
4abc2d1111 fix multiblock compiling macro issue 2017-08-01 19:29:54 -04:00
dongliangchu
d591eb7076 fix multiblock compiling macro issue 2017-08-01 19:25:46 -04:00
dongliangchu
cbf5d3f74e fix multiblock compiling macro issue 2017-08-01 18:01:02 -04:00
dongliangchu
9c9387e1fb fix multiblock compiling definition issue 2017-08-01 16:52:16 -04:00
dongliangchu
e54196b4d2 fix multiblock compiling definition issue 2017-08-01 16:10:53 -04:00
dongliangchu
711164f9eb fix multiblock compiling definition issue 2017-08-01 15:19:38 -04:00
dongliangchu
6257e284eb remove useless head file 2017-08-01 13:41:11 -04:00
Robert Maynard
4200bf608d Merge topic 'correct_helloworld_example'
92ac1db4 Hello World example once again computes intial point values correctly.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !856
2017-07-31 13:42:02 -04:00
Kenneth Moreland
6b4adc4424 Merge topic 'connectivity-interface'
897ec9ff Test and fix issues with WholeCellSetIn with structured grids
03b6f62d Add a test for the WholeCellSetIn argument

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !855
2017-07-31 11:28:21 -04:00
Allison Vacanti
717d06b6f2 Merge topic 'cuda-runtime-detect-managed-memory'
bd042ec5 Add CudaAllocator to encapsulate runtime managed memory logic.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Robert Maynard <robert.maynard@kitware.com>
Merge-request: !816
2017-07-31 09:54:27 -04:00
David C. Lonie
bd042ec567 Add CudaAllocator to encapsulate runtime managed memory logic.
Unified memory is now used when we detect that the hardware supports it.
2017-07-31 09:08:27 -04:00
Robert Maynard
92ac1db4eb Hello World example once again computes intial point values correctly.
Incorrect casting conversions caused the hello_world example to divide
in integer space rather than float space.
2017-07-28 17:27:06 -04:00
Kenneth Moreland
897ec9ff5e Test and fix issues with WholeCellSetIn with structured grids 2017-07-28 15:02:05 -06:00
James
bd561b1e50 Trying to fix color for mesa. 2017-07-28 16:38:38 -04:00
James
c9bd71f90f Trying to fix color in mesa. 2017-07-28 16:34:57 -04:00
James
14c69183af Adding color to RenderTest. 2017-07-28 16:16:03 -04:00
James
7674d2cc26 Adding color to mesa test. 2017-07-28 16:08:14 -04:00