]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Garcia-Sanchez [Thu, 15 Nov 2018 14:52:25 +0000 (15:52 +0100)]
Use make_array_view(container_object).data()
Obtain a pointer to the container raw data using make_array_view(container_object).data(). Remove the functions get_container_pointer().
Daniel Garcia-Sanchez [Fri, 2 Nov 2018 17:09:06 +0000 (18:09 +0100)]
Improve the documentation
Daniel Garcia-Sanchez [Fri, 2 Nov 2018 12:30:39 +0000 (13:30 +0100)]
Rename group() to open_group()
Daniel Garcia-Sanchez [Wed, 31 Oct 2018 16:16:17 +0000 (17:16 +0100)]
Make get_attribute const
Daniel Garcia-Sanchez [Wed, 31 Oct 2018 15:57:44 +0000 (16:57 +0100)]
Reorder parameters
Daniel Garcia-Sanchez [Tue, 30 Oct 2018 16:52:26 +0000 (17:52 +0100)]
Add test hdf5_06
The test hdf5_06 is the serial version of hdf5_05
Daniel Garcia-Sanchez [Tue, 30 Oct 2018 10:02:40 +0000 (11:02 +0100)]
Add test for Vector and write/read selection
Daniel Garcia-Sanchez [Tue, 30 Oct 2018 09:26:35 +0000 (10:26 +0100)]
Use Container in read_selection and write_selection
Daniel Garcia-Sanchez [Tue, 30 Oct 2018 07:36:45 +0000 (08:36 +0100)]
Use overload instead of enable_if
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 21:40:13 +0000 (22:40 +0100)]
Make herr_t ret local variable
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 21:18:27 +0000 (22:18 +0100)]
Rename enum Mode
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 20:44:04 +0000 (21:44 +0100)]
Improve the documentation
Modify the location of clang off
Add in the documentation the MPI requirements
Fix typos
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 20:37:19 +0000 (21:37 +0100)]
Rename dataset() to open_dataset()
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 19:53:10 +0000 (20:53 +0100)]
Add complex=off for the test hdf5_05
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 19:42:37 +0000 (20:42 +0100)]
Add hdf5_05.mpirun=1.output
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 19:26:38 +0000 (20:26 +0100)]
Add tests in tests/base/hdf5_05.cc
Daniel Garcia-Sanchez [Mon, 29 Oct 2018 19:19:26 +0000 (20:19 +0100)]
Add read_hyperslab()
Daniel Garcia-Sanchez [Sat, 20 Oct 2018 12:26:59 +0000 (14:26 +0200)]
Squeeze the dimensions of FullMatrix in initialize_container()
Daniel Garcia-Sanchez [Tue, 16 Oct 2018 10:16:38 +0000 (12:16 +0200)]
Add test hdf5_05
The test hdf5_05 is based on the test hdf5_03
Daniel Garcia-Sanchez [Mon, 15 Oct 2018 21:09:12 +0000 (23:09 +0200)]
HDF5 tests with_complex_values=off
Daniel Garcia-Sanchez [Mon, 15 Oct 2018 13:20:30 +0000 (15:20 +0200)]
Add the option "with_complex_values=on" in the output files of the tests
Daniel Garcia-Sanchez [Tue, 9 Oct 2018 19:27:35 +0000 (21:27 +0200)]
Declare variables as const
Daniel Garcia-Sanchez [Tue, 9 Oct 2018 14:37:55 +0000 (16:37 +0200)]
Improve the documentation
Thread safety documentation
Modify the hyperslab documentation
Daniel Garcia-Sanchez [Tue, 9 Oct 2018 14:18:58 +0000 (16:18 +0200)]
Use two functions instead of a template
Instead of a templated get_io_mode() function. Two functions have been defined:
- std::string get_io_mode();
- H5D_mpio_actual_io_mode_t get_io_mode_as_hdf5_type();
And the same for get_local_no_collective_cause() and get_global_no_collective_cause()
Daniel Garcia-Sanchez [Mon, 8 Oct 2018 13:22:35 +0000 (15:22 +0200)]
Rename functions
Daniel Garcia-Sanchez [Mon, 8 Oct 2018 09:27:07 +0000 (11:27 +0200)]
Separate functions by three empty lines
Daniel Garcia-Sanchez [Sun, 7 Oct 2018 11:29:35 +0000 (13:29 +0200)]
Use make_shared in get_hdf5_datatype()
Daniel Garcia-Sanchez [Sat, 6 Oct 2018 11:12:35 +0000 (13:12 +0200)]
Document the constructors of Group and File
Daniel Garcia-Sanchez [Fri, 5 Oct 2018 21:05:01 +0000 (23:05 +0200)]
Use lambda function in no_collective_cause_to_string()
Daniel Garcia-Sanchez [Fri, 5 Oct 2018 16:47:18 +0000 (18:47 +0200)]
Improve the documentation
Document helper functions
Document valid Containers
Document read_selection() and write_selection()
Use @p for arguments in the documentation
Document initialize_container
Fix typo
Documentation of the rank of HDF5 datasets and hyperslabs
Daniel Garcia-Sanchez [Fri, 5 Oct 2018 15:54:46 +0000 (17:54 +0200)]
Replace template template Containers by template Containers
Daniel Garcia-Sanchez [Fri, 5 Oct 2018 09:56:43 +0000 (11:56 +0200)]
Improve the documentation
Improve the documentation of hyperslab
Document hdf5_reference std::shared_ptr<>
Document DataSet constructors
Daniel Garcia-Sanchez [Thu, 4 Oct 2018 17:16:26 +0000 (19:16 +0200)]
Pass parameters by reference
Daniel Garcia-Sanchez [Thu, 4 Oct 2018 15:59:41 +0000 (17:59 +0200)]
Move enum Mode
Daniel Garcia-Sanchez [Thu, 4 Oct 2018 15:04:17 +0000 (17:04 +0200)]
Define mpi variable as const
Daniel Garcia-Sanchez [Thu, 4 Oct 2018 09:41:03 +0000 (11:41 +0200)]
Rename check_io_mode() to query_io_mode()
Daniel Garcia-Sanchez [Wed, 3 Oct 2018 15:52:24 +0000 (17:52 +0200)]
Improve the documentation
Modify copyright years
Remove clang on/off
Use backticks for the types
Daniel Garcia-Sanchez [Wed, 3 Oct 2018 15:49:52 +0000 (17:49 +0200)]
Add endline
Daniel Garcia-Sanchez [Mon, 1 Oct 2018 14:44:47 +0000 (16:44 +0200)]
Add Asserts
Daniel Garcia-Sanchez [Mon, 27 Aug 2018 12:36:39 +0000 (14:36 +0200)]
Remove the warnings of unused variables
There are many warnings of unused variables in release mode because of Assert. Example:
herr_t ret;
ret = H5Pclose(plist);
Assert(ret >= 0, ExcMessage("Error at H5Pclose"));
In order to remove these warnings the declaration of variable ret has been moved from the functions to the class definition of HDF5Object.
Daniel Garcia-Sanchez [Sun, 26 Aug 2018 15:25:50 +0000 (17:25 +0200)]
Format code
Daniel Garcia-Sanchez [Sun, 26 Aug 2018 15:24:59 +0000 (17:24 +0200)]
Remove irrelevant curly brackets
Daniel Garcia-Sanchez [Sun, 26 Aug 2018 14:43:16 +0000 (16:43 +0200)]
Write serial tests for the HDF5 datasets
Daniel Garcia-Sanchez [Sun, 26 Aug 2018 14:07:28 +0000 (16:07 +0200)]
Use generic container for write_dataset
Daniel Garcia-Sanchez [Wed, 22 Aug 2018 15:23:32 +0000 (17:23 +0200)]
Add support for Vector
Daniel Garcia-Sanchez [Wed, 22 Aug 2018 12:41:28 +0000 (14:41 +0200)]
Place most of the instantiations in hdf5.inst.in
Daniel Garcia-Sanchez [Wed, 22 Aug 2018 09:22:38 +0000 (11:22 +0200)]
Write parallel tests for the HDF5 datasets
Daniel Garcia-Sanchez [Wed, 22 Aug 2018 06:29:52 +0000 (08:29 +0200)]
Add examples
Daniel Garcia-Sanchez [Tue, 21 Aug 2018 13:55:11 +0000 (15:55 +0200)]
Use hex values instead of enum values
Hex codes are used because the HDF5 Group can deprecate some of the enum codes. For example H5D_MPIO_FILTERS is not defined in 1.10.2 because it is possible to use compressed datasets with the MPI/IO driver.
Daniel Garcia-Sanchez [Mon, 20 Aug 2018 22:06:20 +0000 (00:06 +0200)]
Remove long double and std::complex<long double> instantiations
The std::complex<long double> instantiation creates errors with valgrind.
Although long double does not create errors with valgrind, it is not a widely used.
Daniel Garcia-Sanchez [Sun, 19 Aug 2018 22:08:50 +0000 (00:08 +0200)]
Fix doxygen documentation
Daniel Garcia-Sanchez [Sun, 19 Aug 2018 21:39:18 +0000 (23:39 +0200)]
Replace the template argument T by number
Daniel Garcia-Sanchez [Sun, 19 Aug 2018 19:16:44 +0000 (21:16 +0200)]
Add functions read_*()
Add read_selection()
Add read_hyperslab()
Add read_none()
Daniel Garcia-Sanchez [Sun, 19 Aug 2018 15:06:48 +0000 (17:06 +0200)]
Remove the quotes in the documentation
Daniel Garcia-Sanchez [Sun, 19 Aug 2018 11:53:26 +0000 (13:53 +0200)]
Improve write_hyperslab()
Daniel Garcia-Sanchez [Sat, 18 Aug 2018 18:30:51 +0000 (20:30 +0200)]
Rename read_data() to read() and write_data() to write()
Daniel Garcia-Sanchez [Sat, 18 Aug 2018 13:28:04 +0000 (15:28 +0200)]
Use generic Container for write_data and write_data_hyperslab
Daniel Garcia-Sanchez [Tue, 14 Aug 2018 22:12:26 +0000 (00:12 +0200)]
Get the pointer to the raw data of FullMatrix
Daniel Garcia-Sanchez [Mon, 13 Aug 2018 16:34:04 +0000 (18:34 +0200)]
Add functions
Add read_data() function
Add io_mode() and check_io_mode() functions
Add local_no_collective_cause() and global_no_collective_cause()
Daniel Garcia-Sanchez [Tue, 7 Aug 2018 20:54:30 +0000 (22:54 +0200)]
Write tests for HDF5 attributes
Daniel Garcia-Sanchez [Tue, 7 Aug 2018 20:06:37 +0000 (22:06 +0200)]
Constructor for opening a dataset
Daniel Garcia-Sanchez [Mon, 6 Aug 2018 21:34:18 +0000 (23:34 +0200)]
Write UTF8 string attributes
Daniel Garcia-Sanchez [Sun, 5 Aug 2018 15:24:33 +0000 (17:24 +0200)]
Use templates for the function members of DataSet
Daniel Garcia-Sanchez [Fri, 3 Aug 2018 09:22:47 +0000 (11:22 +0200)]
Check support for HDF5 and MPI
Daniel Garcia-Sanchez [Thu, 2 Aug 2018 18:16:56 +0000 (20:16 +0200)]
Add support for all the scalar and complex types
Add FullMatrix support in write_dataset
Modify the namespace
Place get_hdf5_datatype in the internal namespace
Daniel Garcia-Sanchez [Thu, 2 Aug 2018 11:09:54 +0000 (13:09 +0200)]
Add HDF5 classes
Daniel Arndt [Tue, 8 Jan 2019 09:39:37 +0000 (10:39 +0100)]
Merge pull request #7568 from bangerth/cleanups
Some minor cleanups in GridTools.
Wolfgang Bangerth [Mon, 7 Jan 2019 20:07:06 +0000 (13:07 -0700)]
Some cleanups in GridTools.
Daniel Arndt [Mon, 7 Jan 2019 17:49:25 +0000 (18:49 +0100)]
Merge pull request #7565 from bangerth/fix-test
Use correct data type for a random number.
Wolfgang Bangerth [Mon, 7 Jan 2019 14:04:50 +0000 (07:04 -0700)]
Use correct data type for a random number.
Martin Kronbichler [Mon, 7 Jan 2019 09:37:43 +0000 (10:37 +0100)]
Merge pull request #7303 from masterleinad/cuda_aware_mpi
Allow using CUDA-aware MPI
Luca Heltai [Mon, 7 Jan 2019 08:24:29 +0000 (09:24 +0100)]
Merge pull request #7001 from GivAlz/GlobalTree
Adding global tree of bounding boxes
Giovanni Alzetta [Mon, 30 Jul 2018 11:51:11 +0000 (13:51 +0200)]
Adding global tree of bounding boxes
Bruno Turcksin [Fri, 4 Jan 2019 22:04:05 +0000 (17:04 -0500)]
Merge pull request #7562 from masterleinad/fix_nvcc_warnings
Fix nvcc warnings
Daniel Arndt [Fri, 4 Jan 2019 21:34:02 +0000 (22:34 +0100)]
Fix nvcc warnings
Daniel Arndt [Fri, 4 Jan 2019 15:44:13 +0000 (16:44 +0100)]
Changelog entry
Bruno Turcksin [Tue, 18 Dec 2018 14:14:09 +0000 (14:14 +0000)]
Make gather kernel more general
This make the index type a template parameter so that gather
can be used export_to_ghosted_array_start when using 64 bit indices.
Bruno Turcksin [Mon, 26 Nov 2018 13:51:38 +0000 (13:51 +0000)]
Optimization of export_to_ghosted_array_start()
When use CUDA-aware MPI, the sets of local indices that are ghost on other
processors are expanded in arrays. This allows for a sharp reduction in the
number of kernel launches in export_to_ghosted_array_start().
Bruno Turcksin [Mon, 26 Nov 2018 13:48:58 +0000 (13:48 +0000)]
Add gather cuda kernel
Daniel Arndt [Fri, 2 Nov 2018 19:33:25 +0000 (20:33 +0100)]
Let ArrayView have a MemorySpace template parameter
Daniel Arndt [Thu, 1 Nov 2018 11:54:29 +0000 (12:54 +0100)]
Update Partitioner::(import|export)_to_ghosted_array_(start|finish)
Daniel Arndt [Wed, 31 Oct 2018 18:42:46 +0000 (19:42 +0100)]
Use CUDA-aware MPI in Vector::compress*
Daniel Arndt [Wed, 31 Oct 2018 18:41:09 +0000 (19:41 +0100)]
Change position of template argument in CUDAWrappers::kernel
Daniel Arndt [Wed, 31 Oct 2018 18:38:05 +0000 (19:38 +0100)]
Let Partitioner have a MemorySpace template parameter
Daniel Arndt [Thu, 18 Oct 2018 20:21:57 +0000 (22:21 +0200)]
Use MemorySpace for import_data
Daniel Arndt [Thu, 18 Oct 2018 20:07:17 +0000 (22:07 +0200)]
Introduce a configuration variable DEAL_II_WITH_CUDA_AWARE_MPI
Wolfgang Bangerth [Wed, 2 Jan 2019 15:20:01 +0000 (08:20 -0700)]
Merge pull request #7558 from masterleinad/restrict_test
Restrict vector_tools/interpolate_with_material_id_02
Wolfgang Bangerth [Wed, 2 Jan 2019 15:19:47 +0000 (08:19 -0700)]
Merge pull request #7555 from masterleinad/fix_distributed_compute_point_locations_02
Fix distributed_compute_point_locations_02
Daniel Arndt [Wed, 2 Jan 2019 08:03:50 +0000 (09:03 +0100)]
Merge pull request #7561 from bangerth/cleanup
Clean up some functions in FEFieldFunction.
David Wells [Tue, 1 Jan 2019 16:47:11 +0000 (11:47 -0500)]
Merge pull request #7560 from drwells/trilinos-c-casts
Clean up Trilinos casts.
Wolfgang Bangerth [Mon, 31 Dec 2018 16:28:30 +0000 (09:28 -0700)]
Clean up some functions in FEFieldFunction.
Wolfgang Bangerth [Sun, 30 Dec 2018 18:37:56 +0000 (11:37 -0700)]
Merge pull request #7559 from davydden/feature/apply_givens_rotation
add functions to apply Givens rotation
Denis Davydov [Fri, 21 Sep 2018 10:49:43 +0000 (12:49 +0200)]
add functions to apply Givens rotation
David Wells [Sun, 30 Dec 2018 15:38:51 +0000 (10:38 -0500)]
Clean up some casts in the Trilinos wrappers.
Many of the const_casts and integral downcasts are not necessary.
David Wells [Sun, 30 Dec 2018 15:38:32 +0000 (10:38 -0500)]
Remove some unnecessary downcasts to int.
This value is always used as an array index so we can keep it as std::ptrdiff_t
instead of downcasting to int.
Note that the line
if (diag_find && std::fabs(...) == 0.0 ...)
checked the wrong thing: diag_find would have, if we did not find the value, be
set to col_indices + num_entries, not NULL.
Wolfgang Bangerth [Sat, 29 Dec 2018 15:57:27 +0000 (08:57 -0700)]
Merge pull request #7550 from davydden/feature/bfgs
add BFGS minimizer
Daniel Arndt [Sat, 29 Dec 2018 13:53:50 +0000 (14:53 +0100)]
Restrict vector_tools/interpolate_with_material_id_02
David Wells [Sat, 29 Dec 2018 15:02:38 +0000 (10:02 -0500)]
Merge pull request #7557 from masterleinad/test_enumerator_deprecate
Also test enumerators in deprecation compiler checks
Daniel Arndt [Sat, 29 Dec 2018 12:35:26 +0000 (13:35 +0100)]
Also test enumerators in deprecation compiler checks
Denis Davydov [Mon, 24 Dec 2018 16:11:08 +0000 (17:11 +0100)]
add BFGS minimizer
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.