]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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 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-08 Daniel ArndtMerge pull request #7568 from bangerth/cleanups
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
2019-01-07 Martin KronbichlerMerge pull request #7303 from masterleinad/cuda_aware_mpi
2019-01-07 Luca HeltaiMerge pull request #7001 from GivAlz/GlobalTree
2019-01-05 Giovanni AlzettaAdding global tree of bounding boxes 7001/head
2019-01-04 Bruno TurcksinMerge pull request #7562 from masterleinad/fix_nvcc_war...
2019-01-04 Daniel ArndtFix nvcc warnings 7562/head
2019-01-04 Daniel ArndtChangelog entry 7303/head
2019-01-04 Bruno TurcksinMake gather kernel more general
2019-01-04 Bruno TurcksinOptimization of export_to_ghosted_array_start()
2019-01-04 Bruno TurcksinAdd gather cuda kernel
2019-01-04 Daniel ArndtLet ArrayView have a MemorySpace template parameter
2019-01-04 Daniel ArndtUpdate Partitioner::(import|export)_to_ghosted_array_...
2019-01-04 Daniel ArndtUse CUDA-aware MPI in Vector::compress*
2019-01-04 Daniel ArndtChange position of template argument in CUDAWrappers...
2019-01-04 Daniel ArndtLet Partitioner have a MemorySpace template parameter
2019-01-04 Daniel ArndtUse MemorySpace for import_data
2019-01-04 Daniel Arndt Introduce a configuration variable DEAL_II_WITH_CUDA_A...
2019-01-02 Wolfgang BangerthMerge pull request #7558 from masterleinad/restrict_test
2019-01-02 Wolfgang BangerthMerge pull request #7555 from masterleinad/fix_distribu...
2019-01-02 Daniel ArndtMerge pull request #7561 from bangerth/cleanup
2019-01-01 David WellsMerge pull request #7560 from drwells/trilinos-c-casts
2018-12-31 Wolfgang BangerthClean up some functions in FEFieldFunction. 7561/head
2018-12-30 Wolfgang BangerthMerge pull request #7559 from davydden/feature/apply_gi...
2018-12-30 Denis Davydovadd functions to apply Givens rotation 7559/head
2018-12-30 David WellsClean up some casts in the Trilinos wrappers. 7560/head
2018-12-30 David WellsRemove some unnecessary downcasts to int.
2018-12-29 Wolfgang BangerthMerge pull request #7550 from davydden/feature/bfgs
2018-12-29 Daniel ArndtRestrict vector_tools/interpolate_with_material_id_02 7558/head
2018-12-29 David WellsMerge pull request #7557 from masterleinad/test_enumera...
2018-12-29 Daniel ArndtAlso test enumerators in deprecation compiler checks 7557/head
2018-12-29 Denis Davydovadd BFGS minimizer 7550/head
2018-12-29 Wolfgang BangerthMerge pull request #7554 from drwells/add-missing-depre...
2018-12-28 Daniel ArndtMerge pull request #7527 from bangerth/fix-interpolate
2018-12-28 David WellsAdd a few missing DEAL_II_DEPRECATED attributes. 7554/head
2018-12-28 Wolfgang BangerthMerge pull request #7556 from drwells/doxygen-fixes
2018-12-28 David WellsFix some minor doxygen issues. 7556/head
2018-12-28 Daniel ArndtFix grid/distributed_compute_point_locations_02 7555/head
2018-12-28 Daniel ArndtImprove documentation of GridTools::find_closest_vertex
2018-12-28 Wolfgang BangerthAdd test. 7527/head
2018-12-28 Wolfgang BangerthAdd one test.
2018-12-28 Wolfgang BangerthEnsure that DoFs not touched by VectorTools::interpolat...
2018-12-28 Martin KronbichlerMerge pull request #7553 from masterleinad/fix_typo
2018-12-28 Daniel ArndtFix a typo 7553/head
2018-12-27 Matthias MaierMerge pull request #7552 from bangerth/cmake
2018-12-27 Wolfgang BangerthClear the previously determined TBB version if we need... 7552/head
2018-12-26 Daniel ArndtMerge pull request #7544 from masterleinad/replace_tril...
2018-12-25 Daniel ArndtMerge pull request #7539 from jodlbauer/master
2018-12-25 Daniel ArndtExtend changelog entry 7544/head
2018-12-25 Daniel ArndtChangelog entry
2018-12-25 Daniel ArndtReplace vector_partitioner with thrilinos_partitioner
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.