]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Wed, 27 Jun 2018 13:14:40 +0000 (15:14 +0200)]
Use modernize-use-using check
Daniel Arndt [Wed, 27 Jun 2018 13:13:01 +0000 (15:13 +0200)]
Replace typedef by using in include
Daniel Arndt [Wed, 27 Jun 2018 13:12:23 +0000 (15:12 +0200)]
Replace typedef by using in source
Daniel Arndt [Wed, 27 Jun 2018 13:10:26 +0000 (15:10 +0200)]
Replace typedef by using in examples
Martin Kronbichler [Tue, 26 Jun 2018 17:57:54 +0000 (19:57 +0200)]
Merge pull request #6779 from tamiko/update-step-4
examples/step-4: Update indenting
Martin Kronbichler [Tue, 26 Jun 2018 17:57:09 +0000 (19:57 +0200)]
Merge pull request #6845 from masterleinad/step-20-unused
Avoid warning for an unused variable in step-20
Daniel Arndt [Tue, 26 Jun 2018 12:34:49 +0000 (14:34 +0200)]
Merge pull request #6780 from tamiko/update-step-5
examples/step-5: Update indenting
Daniel Arndt [Tue, 26 Jun 2018 12:17:58 +0000 (14:17 +0200)]
Merge pull request #6844 from masterleinad/return_iterator_const_ref
Return dereferenced IteratorOverIterators object by const reference
Daniel Arndt [Tue, 26 Jun 2018 09:24:28 +0000 (11:24 +0200)]
Merge pull request #6778 from tamiko/update-step-3
examples/step-3: Update indenting
Daniel Arndt [Tue, 26 Jun 2018 00:28:23 +0000 (02:28 +0200)]
Avoid warning for an unused variable in step-20
Daniel Arndt [Tue, 26 Jun 2018 07:20:10 +0000 (09:20 +0200)]
Merge pull request #6843 from drwells/step-49-modernization-4
Use brace initialization instead of writing Point<2> a lot.
Wolfgang Bangerth [Tue, 26 Jun 2018 02:11:31 +0000 (20:11 -0600)]
Merge pull request #6842 from masterleinad/simplify_tests
Simplify test failing for older gcc
Daniel Arndt [Mon, 25 Jun 2018 23:13:11 +0000 (01:13 +0200)]
Return iterator by const reference
David Wells [Mon, 25 Jun 2018 23:50:00 +0000 (19:50 -0400)]
Use brace initialization instead of writing Point<2> a lot.
Matthias Maier [Mon, 25 Jun 2018 22:58:00 +0000 (17:58 -0500)]
update
Matthias Maier [Fri, 15 Jun 2018 23:21:26 +0000 (18:21 -0500)]
step-5: make bilinear forms more readable
Also use "0." instead of "0" for zeroing two matrices.
Matthias Maier [Fri, 15 Jun 2018 23:18:37 +0000 (18:18 -0500)]
step-5: remove TODO
Matthias Maier [Mon, 25 Jun 2018 22:47:58 +0000 (17:47 -0500)]
update
Matthias Maier [Fri, 15 Jun 2018 23:14:49 +0000 (18:14 -0500)]
step-4: make bilinear forms more readable
Matthias Maier [Mon, 25 Jun 2018 22:39:33 +0000 (17:39 -0500)]
update
Matthias Maier [Fri, 15 Jun 2018 23:01:27 +0000 (18:01 -0500)]
step-3: make bilinear forms more readable
Daniel Arndt [Mon, 25 Jun 2018 16:21:29 +0000 (18:21 +0200)]
Simplify test failing for older gcc
Daniel Arndt [Mon, 25 Jun 2018 21:25:54 +0000 (23:25 +0200)]
Merge pull request #6841 from agrayver/fix_petsc_blockvec_inst
Add PETSc BlockVector instantiations
Alexander Grayver [Mon, 25 Jun 2018 16:20:17 +0000 (18:20 +0200)]
Add PETSc BlockVector insts
David Wells [Mon, 25 Jun 2018 14:57:33 +0000 (10:57 -0400)]
Merge pull request #6833 from masterleinad/indent_example-step-35
examples/step-35: Update indenting and modernize
Daniel Arndt [Mon, 25 Jun 2018 13:48:43 +0000 (15:48 +0200)]
Merge pull request #6831 from drwells/step-49-modernization-3
Run clang-format on the step-49 example code.
David Wells [Mon, 25 Jun 2018 11:28:55 +0000 (07:28 -0400)]
Merge pull request #6806 from masterleinad/indent_example-20
example/step-20: Update indenting and modernize
Daniel Arndt [Mon, 25 Jun 2018 10:56:50 +0000 (12:56 +0200)]
Put variables on separate lines
Denis Davydov [Mon, 25 Jun 2018 04:04:20 +0000 (06:04 +0200)]
Merge pull request #6835 from masterleinad/fix_data_out_tests
Fix failing data_out_* tests
Denis Davydov [Mon, 25 Jun 2018 03:53:02 +0000 (05:53 +0200)]
Merge pull request #6834 from masterleinad/fix_clang_tidy_performance
Fix some clang-tidy findings
Daniel Arndt [Sun, 24 Jun 2018 22:25:57 +0000 (00:25 +0200)]
Merge pull request #6794 from drwells/add-codimension-note
Mention the need for manifolds when codim != 0.
Daniel Arndt [Sun, 24 Jun 2018 22:18:22 +0000 (00:18 +0200)]
Fix failing data_out_* tests
Daniel Arndt [Sun, 24 Jun 2018 21:58:17 +0000 (23:58 +0200)]
Fix some clang-tidy findings
Daniel Arndt [Sun, 24 Jun 2018 21:09:29 +0000 (23:09 +0200)]
examples/step-35: Update indenting and modernize
Daniel Arndt [Sun, 24 Jun 2018 16:46:56 +0000 (18:46 +0200)]
Restore Extractor name
David Wells [Sat, 23 Jun 2018 23:17:19 +0000 (19:17 -0400)]
Merge pull request #6830 from masterleinad/backward_compatibility_6816
Restore backward-compatibility for #6816
David Wells [Sat, 23 Jun 2018 20:24:11 +0000 (16:24 -0400)]
Run clang-format on the step-49 example code.
Denis Davydov [Sat, 23 Jun 2018 20:13:46 +0000 (22:13 +0200)]
Merge pull request #6829 from davydden/minor/fix_hdf5_test
fix failing HDF5 test
Daniel Arndt [Sat, 23 Jun 2018 17:08:18 +0000 (19:08 +0200)]
Restore backward-compatibility for #6816
Matthias Maier [Sat, 23 Jun 2018 17:24:17 +0000 (12:24 -0500)]
Merge pull request #6824 from dangars/clang_format_version
Choose the clang-format version
David Wells [Sat, 23 Jun 2018 16:37:35 +0000 (12:37 -0400)]
Merge pull request #6797 from masterleinad/back_interpolate_overload_resolution
Fix overload resolution for FETools::back_interpolate
David Wells [Sat, 23 Jun 2018 13:16:19 +0000 (09:16 -0400)]
Merge pull request #6784 from masterleinad/indent_example_step-45
examples/step-45: Update indenting and modernize
Denis Davydov [Sat, 23 Jun 2018 12:53:01 +0000 (14:53 +0200)]
fix failing HDF5 test
David Wells [Sat, 23 Jun 2018 12:45:52 +0000 (08:45 -0400)]
Merge pull request #6799 from masterleinad/deprecate_p_d_headers
Also deprecate the p::d::[Block]?Vector header files themselves
Daniel Arndt [Sat, 23 Jun 2018 12:43:25 +0000 (14:43 +0200)]
Remove sparsity_patterns
David Wells [Sat, 23 Jun 2018 12:37:49 +0000 (08:37 -0400)]
Merge pull request #6804 from davydden/examples/step36_indentation
improve indentation of step-36 and minor cleanup
David Wells [Sat, 23 Jun 2018 12:31:00 +0000 (08:31 -0400)]
Merge pull request #6803 from davydden/examples/step18_indentation
improve indentation of step-18 and minor code cleanup
David Wells [Sat, 23 Jun 2018 12:14:33 +0000 (08:14 -0400)]
Merge pull request #6802 from davydden/examples/step8_indentation
update indentation in step-8 plus minor code cleanup
Daniel Garcia-Sanchez [Sat, 23 Jun 2018 11:00:01 +0000 (13:00 +0200)]
Choose the clang-format version
Bruno Turcksin [Fri, 22 Jun 2018 22:26:47 +0000 (18:26 -0400)]
Merge pull request #6826 from Rombur/cuda_fix
Fix comments from #6303
David Wells [Fri, 22 Jun 2018 22:11:35 +0000 (18:11 -0400)]
Merge pull request #6827 from davydden/minor/constraints
minor code cleanup in dof_tools_constraints
Denis Davydov [Fri, 22 Jun 2018 20:33:39 +0000 (22:33 +0200)]
improve indentation of step-8 and minor cleanup
Denis Davydov [Fri, 22 Jun 2018 20:30:50 +0000 (22:30 +0200)]
improve indentation of step-36 and minor cleanup
Denis Davydov [Fri, 22 Jun 2018 20:28:47 +0000 (22:28 +0200)]
update indentation in step-8 plus minor code cleanup
Denis Davydov [Fri, 22 Jun 2018 20:24:57 +0000 (22:24 +0200)]
minor code cleanup in dof_tools_constraints
Matthias Maier [Fri, 22 Jun 2018 15:03:07 +0000 (10:03 -0500)]
Merge pull request #6825 from davydden/minor/reflow_comments_constr
reflow comments in dof_tools_constraints.cc
Bruno Turcksin [Fri, 22 Jun 2018 12:56:11 +0000 (08:56 -0400)]
Move functions in cuda_solver_direc from internal to anonymous namespace
Daniel Arndt [Fri, 22 Jun 2018 12:37:23 +0000 (14:37 +0200)]
Merge pull request #6821 from masterleinad/fix_matrix_free_headers
Fix comments in @code blocks in matrix_free headers
Denis Davydov [Fri, 22 Jun 2018 12:28:36 +0000 (14:28 +0200)]
use range loop
Denis Davydov [Fri, 22 Jun 2018 12:09:33 +0000 (14:09 +0200)]
reflow comments in dof_tools_constraints.cc
Daniel Arndt [Fri, 22 Jun 2018 07:48:37 +0000 (09:48 +0200)]
Merge pull request #6808 from masterleinad/fix_autopilot_cuda
Fix using DEAL_II_INVOKE_AUTOPILOT with CUDA enabled
Wolfgang Bangerth [Fri, 22 Jun 2018 06:27:39 +0000 (00:27 -0600)]
Merge pull request #6816 from davydden/feature/vector_data_ranges
extend/rename get_vector_data_ranges() to return extra element in theā¦
Denis Davydov [Fri, 22 Jun 2018 03:22:32 +0000 (05:22 +0200)]
minor documentation fixes
Daniel Arndt [Thu, 21 Jun 2018 21:01:06 +0000 (23:01 +0200)]
Fix comments in @code blocks in matrix_free headers
Daniel Arndt [Thu, 21 Jun 2018 20:45:02 +0000 (22:45 +0200)]
Merge pull request #6815 from masterleinad/fix_formatting_data_out_base
Improve formatting in base/data_out_base.cc
David Wells [Thu, 21 Jun 2018 14:59:02 +0000 (10:59 -0400)]
Merge pull request #6812 from tamiko/switch-default-indent
contrib/utilities: rename to indent and indent-all
Denis Davydov [Thu, 21 Jun 2018 13:05:59 +0000 (15:05 +0200)]
fix tests to work with the four element tuple
Denis Davydov [Wed, 20 Jun 2018 14:07:11 +0000 (16:07 +0200)]
extend/rename get_vector_data_ranges() to return extra element in the tuple to represent DataComponentInterpretation
Daniel Arndt [Thu, 21 Jun 2018 09:18:43 +0000 (11:18 +0200)]
Improve formatting in base/data_out_base.cc
Denis Davydov [Thu, 21 Jun 2018 07:55:33 +0000 (09:55 +0200)]
Merge pull request #6813 from davydden/minor/range_loop_in_write_vtu_main
range loop in write vtu main
Denis Davydov [Thu, 21 Jun 2018 04:57:56 +0000 (06:57 +0200)]
add shortcuts for elements of the tupls
Denis Davydov [Wed, 20 Jun 2018 18:47:48 +0000 (20:47 +0200)]
use range loop in write_vtu_main
Wolfgang Bangerth [Thu, 21 Jun 2018 04:55:10 +0000 (22:55 -0600)]
Merge pull request #6809 from masterleinad/fix_msvc_compile
Define FE_NedelecSZ with a spacedim argument.
Denis Davydov [Thu, 21 Jun 2018 04:52:48 +0000 (06:52 +0200)]
Merge pull request #6811 from davydden/doc/reflow_incode
reflow incode comments
Matthias Maier [Wed, 20 Jun 2018 22:05:23 +0000 (17:05 -0500)]
update build system and documentation
Matthias Maier [Wed, 20 Jun 2018 22:04:33 +0000 (17:04 -0500)]
fixup
Matthias Maier [Wed, 20 Jun 2018 22:03:24 +0000 (17:03 -0500)]
contrib: update auxiliary scripts
Matthias Maier [Wed, 20 Jun 2018 22:02:34 +0000 (17:02 -0500)]
contrib/utilities: rename to indent and indent-all
Denis Davydov [Wed, 20 Jun 2018 17:27:57 +0000 (19:27 +0200)]
reflow incode comments more
Denis Davydov [Wed, 20 Jun 2018 21:51:44 +0000 (23:51 +0200)]
reflow incode comments
Denis Davydov [Wed, 20 Jun 2018 21:46:16 +0000 (23:46 +0200)]
Merge pull request #6810 from masterleinad/fix_macos_indent
Fix macOS indenting
Daniel Arndt [Wed, 20 Jun 2018 21:40:07 +0000 (23:40 +0200)]
Add a few blank lines
Daniel Arndt [Wed, 20 Jun 2018 20:46:06 +0000 (22:46 +0200)]
Fix macOS indenting
Daniel Arndt [Wed, 20 Jun 2018 16:12:07 +0000 (18:12 +0200)]
Define FE_NedelecSZ with a spacedim argument.
Daniel Arndt [Wed, 20 Jun 2018 14:01:54 +0000 (16:01 +0200)]
Fix using DEAL_II_INVOKE_AUTOPILOT with CUDA enabled
Daniel Arndt [Wed, 20 Jun 2018 13:34:22 +0000 (15:34 +0200)]
Merge pull request #6805 from tamiko/remove_volatile
remove DEAL_VOLATILE
Daniel Arndt [Wed, 20 Jun 2018 13:11:33 +0000 (15:11 +0200)]
Indent step-20 and modernize
Matthias Maier [Wed, 20 Jun 2018 12:59:47 +0000 (07:59 -0500)]
remove DEAL_VOLATILE
Deprecated in 9.0.0. Good to go (and volatile is terminally broken for
threats anyway).
Denis Davydov [Wed, 20 Jun 2018 10:48:21 +0000 (12:48 +0200)]
Merge pull request #6695 from drwells/generate-lapack-bindings
Generate lapack bindings
Denis Davydov [Wed, 20 Jun 2018 04:30:23 +0000 (06:30 +0200)]
Merge pull request #6798 from masterleinad/remove_redundant_namespace
Remove redundant namespace identifier
Daniel Arndt [Wed, 20 Jun 2018 00:44:53 +0000 (02:44 +0200)]
Also deprecate the p::d::[Block]?Vector header files themselves
Daniel Arndt [Wed, 20 Jun 2018 00:24:06 +0000 (02:24 +0200)]
Merge pull request #6795 from bangerth/tolerance
Allow refine_fraction+coarsen_fraction to be slightly larger than 1.0.
Daniel Arndt [Tue, 19 Jun 2018 23:30:49 +0000 (01:30 +0200)]
Remove redundant namespace identifier
Daniel Arndt [Tue, 19 Jun 2018 22:52:03 +0000 (00:52 +0200)]
Merge pull request #6725 from jthano/trilinos_v_reinit_linear
TrilinosWrappers::MPI::Vector::reinit check parallel_partitioner is_ascending_and_one_to_one
Daniel Arndt [Tue, 19 Jun 2018 22:22:54 +0000 (00:22 +0200)]
Changelog entry
Daniel Arndt [Tue, 19 Jun 2018 10:26:13 +0000 (12:26 +0200)]
Fix back_interpolate overload resolution
Wolfgang Bangerth [Tue, 19 Jun 2018 21:16:25 +0000 (15:16 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 19 Jun 2018 21:14:06 +0000 (15:14 -0600)]
Add tests.
Wolfgang Bangerth [Tue, 19 Jun 2018 19:13:12 +0000 (13:13 -0600)]
Allow refine_fraction+coarsen_fraction to be slightly larger than 1.0.
This allows using 0.6 and 0.4, for example, when refining and coarsening meshes.
David Wells [Tue, 19 Jun 2018 18:13:29 +0000 (14:13 -0400)]
Mention the need for manifolds when codim != 0.
This resurrects a paragraph from the old boundaries.h module.
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.