]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-01-10 Daniel ArndtUse more flags in [[fallthrough]] checks 7580/head
2019-01-09 Daniel ArndtMerge pull request #7020 from dangars/hdf5
2019-01-09 David WellsMerge pull request #7567 from bangerth/doc-update
2019-01-09 Daniel Garcia... Changelog entry 7020/head
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Reorder functions get/set_query_io_mode()
2019-01-09 Daniel Garcia... Add functions set_plist() and release_plist()
2019-01-09 Daniel Garcia... Remove std::vector copy
2019-01-09 Daniel Garcia... Use const reference instead of rvalue
2019-01-09 Daniel Garcia... Create a list with a more clear syntax
2019-01-09 Daniel Garcia... Specify the argument in the lambda funcions
2019-01-09 Daniel Garcia... Make the arguments const
2019-01-09 Daniel Garcia... Add get_name()
2019-01-09 Daniel Garcia... Make const the functions open_* and create_*
2019-01-09 Daniel Garcia... Use make_array_view(container_object).data()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Rename group() to open_group()
2019-01-09 Daniel Garcia... Make get_attribute const
2019-01-09 Daniel Garcia... Reorder parameters
2019-01-09 Daniel Garcia... Add test hdf5_06
2019-01-09 Daniel Garcia... Add test for Vector and write/read selection
2019-01-09 Daniel Garcia... Use Container in read_selection and write_selection
2019-01-09 Daniel Garcia... Use overload instead of enable_if
2019-01-09 Daniel Garcia... Make herr_t ret local variable
2019-01-09 Daniel Garcia... Rename enum Mode
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Rename dataset() to open_dataset()
2019-01-09 Daniel Garcia... Add complex=off for the test hdf5_05
2019-01-09 Daniel Garcia... Add hdf5_05.mpirun=1.output
2019-01-09 Daniel Garcia... Add tests in tests/base/hdf5_05.cc
2019-01-09 Daniel Garcia... Add read_hyperslab()
2019-01-09 Daniel Garcia... Squeeze the dimensions of FullMatrix in initialize_cont...
2019-01-09 Daniel Garcia... Add test hdf5_05
2019-01-09 Daniel Garcia... HDF5 tests with_complex_values=off
2019-01-09 Daniel Garcia... Add the option "with_complex_values=on" in the output...
2019-01-09 Daniel Garcia... Declare variables as const
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Use two functions instead of a template
2019-01-09 Daniel Garcia... Rename functions
2019-01-09 Daniel Garcia... Separate functions by three empty lines
2019-01-09 Daniel Garcia... Use make_shared in get_hdf5_datatype()
2019-01-09 Daniel Garcia... Document the constructors of Group and File
2019-01-09 Daniel Garcia... Use lambda function in no_collective_cause_to_string()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Replace template template Containers by template Containers
2019-01-09 Daniel ArndtMerge pull request #7569 from GivAlz/AddTestGlobalTree
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Pass parameters by reference
2019-01-09 Daniel Garcia... Move enum Mode
2019-01-09 Daniel Garcia... Define mpi variable as const
2019-01-09 Daniel Garcia... Rename check_io_mode() to query_io_mode()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Add endline
2019-01-09 Daniel Garcia... Add Asserts
2019-01-09 Daniel Garcia... Remove the warnings of unused variables
2019-01-09 Daniel Garcia... Format code
2019-01-09 Daniel Garcia... Remove irrelevant curly brackets
2019-01-09 Daniel Garcia... Write serial tests for the HDF5 datasets
2019-01-09 Daniel Garcia... Use generic container for write_dataset
2019-01-09 Daniel Garcia... Add support for Vector
2019-01-09 Daniel Garcia... Place most of the instantiations in hdf5.inst.in
2019-01-09 Daniel Garcia... Write parallel tests for the HDF5 datasets
2019-01-09 Daniel Garcia... Add examples
2019-01-09 Daniel Garcia... Use hex values instead of enum values
2019-01-09 Daniel Garcia... Remove long double and std::complex<long double> instan...
2019-01-09 Daniel Garcia... Fix doxygen documentation
2019-01-09 Daniel Garcia... Replace the template argument T by number
2019-01-09 Daniel Garcia... Add functions read_*()
2019-01-09 Daniel Garcia... Remove the quotes in the documentation
2019-01-09 Daniel Garcia... Improve write_hyperslab()
2019-01-09 Daniel Garcia... Rename read_data() to read() and write_data() to write()
2019-01-09 Daniel Garcia... Use generic Container for write_data and write_data_hyp...
2019-01-09 Daniel Garcia... Get the pointer to the raw data of FullMatrix
2019-01-09 Daniel Garcia... Add functions
2019-01-09 Daniel Garcia... Write tests for HDF5 attributes
2019-01-09 Daniel Garcia... Constructor for opening a dataset
2019-01-09 Daniel Garcia... Write UTF8 string attributes
2019-01-09 Daniel Garcia... Use templates for the function members of DataSet
2019-01-09 Daniel Garcia... Check support for HDF5 and MPI
2019-01-09 Daniel Garcia... Add support for all the scalar and complex types
2019-01-09 Daniel Garcia... Add HDF5 classes
2019-01-09 Giovanni AlzettaAdded tests and support for non-mpi to GridTools::build... 7569/head
2019-01-09 Wolfgang BangerthMerge pull request #7474 from starki0815/dealii_extract...
2019-01-09 Matthias MaierMerge pull request #7574 from masterleinad/test_fallthrough
2019-01-09 Daniel ArndtMerge pull request #7570 from masterleinad/loop-convert_1
2019-01-09 Bruno TurcksinMerge pull request #7573 from masterleinad/require_open...
2019-01-08 Daniel ArndtCheck [[fallthrough]] instead of assuming it when C... 7574/head
2019-01-08 Daniel ArndtRequire OpenMP for CUDA support 7573/head
2019-01-08 Daniel ArndtUse range-based for loops in examples and expand_instan... 7570/head
2019-01-08 Sebastian StarkFix failed tests for extract_boundary_mesh and add... 7474/head
2019-01-08 Sebastian StarkFix bugs in extract_boundary_mesh.
2019-01-08 Daniel ArndtMerge pull request #7440 from masterleinad/restrict_sub...
2019-01-08 Wolfgang BangerthMerge pull request #7571 from masterleinad/replace_size_t
2019-01-08 Daniel ArndtDisallow using rvalue references for Subscriptor::... 7440/head
2019-01-08 Daniel ArndtMerge pull request #7568 from bangerth/cleanups
2019-01-08 Daniel ArndtReplace size_t by std::size_t 7571/head
2019-01-07 Wolfgang BangerthUpdate some documentation. 7567/head
2019-01-07 Wolfgang BangerthSome cleanups in GridTools. 7568/head
2019-01-07 Daniel ArndtMerge pull request #7565 from bangerth/fix-test
2019-01-07 Wolfgang BangerthUse correct data type for a random number. 7565/head
next

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.