]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Wed, 15 Jan 2020 16:02:00 +0000 (09:02 -0700)]
Merge pull request #9331 from krishnakumarg1984/fix_gmsh_url
Fix url to the gmsh website
Krishnakumar Gopalakrishnan [Wed, 15 Jan 2020 14:08:15 +0000 (14:08 +0000)]
Updates the www URL to gmsh website
Bruno Turcksin [Wed, 15 Jan 2020 13:36:21 +0000 (08:36 -0500)]
Add a set of new python wrappers (#9178)
Add a set of new python wrappers
Timo Heister [Wed, 15 Jan 2020 13:24:31 +0000 (08:24 -0500)]
Merge pull request #9329 from bangerth/hyperball
Better document an issue with curved boundaries.
Daniel Arndt [Wed, 15 Jan 2020 06:38:20 +0000 (23:38 -0700)]
Merge pull request #9297 from drwells/improve-deduplicate
Make GridTools::delete_duplicate_vertices() faster.
Wolfgang Bangerth [Wed, 15 Jan 2020 05:18:16 +0000 (22:18 -0700)]
Better document an issue of curved boundaries.
Daniel Arndt [Wed, 15 Jan 2020 04:54:17 +0000 (21:54 -0700)]
Merge pull request #9111 from bangerth/step-71
step-71: the biharmonic equation.
Wolfgang Bangerth [Wed, 15 Jan 2020 04:15:58 +0000 (21:15 -0700)]
Merge pull request #9326 from tjhei/tests_add_pack_unpack_07_output
add alternative output for tests/base/utilities_pack_unpack_07
Wolfgang Bangerth [Wed, 15 Jan 2020 00:39:00 +0000 (17:39 -0700)]
Merge pull request #9301 from tjhei/half_hyper_shell_warning
GridGenerator::half_hyper_shell warning
Timo Heister [Tue, 14 Jan 2020 22:09:19 +0000 (17:09 -0500)]
add alternative output for tests/base/utilities_pack_unpack_07
Daniel Arndt [Tue, 14 Jan 2020 20:52:16 +0000 (13:52 -0700)]
Merge pull request #9318 from krishnakumarg1984/fix_l2_second_attempt_krishna
converts l_2 to LaTeX code
Timo Heister [Tue, 14 Jan 2020 19:01:50 +0000 (14:01 -0500)]
Merge pull request #9321 from bangerth/jump
Use the jump and average latex macros.
Wolfgang Bangerth [Tue, 14 Jan 2020 17:30:22 +0000 (10:30 -0700)]
Use the jump and average latex macros.
Timo Heister [Tue, 14 Jan 2020 17:15:24 +0000 (12:15 -0500)]
Merge pull request #9259 from simonsticko/high_deriv_jumps_fe_interface
Implement jump_hessian and jump_3rd_derivative on FEInterfaceValues.
Krishnakumar Gopalakrishnan [Tue, 14 Jan 2020 16:14:03 +0000 (16:14 +0000)]
converts l_2 to LaTeX code
David Wells [Tue, 14 Jan 2020 14:13:02 +0000 (09:13 -0500)]
Merge pull request #9313 from krishnakumarg1984/step6_krishna_fix_outdated_doc
In step6, removes outdated sentence on destructor
David Wells [Tue, 14 Jan 2020 14:12:09 +0000 (09:12 -0500)]
Merge pull request #9315 from krishnakumarg1984/step6_fix_gausspoint
In step 6, removes the documentation sentences relating to quadrature formula degree since already done in Step-5
Krishnakumar Gopalakrishnan [Tue, 14 Jan 2020 13:51:22 +0000 (13:51 +0000)]
In step 6, removes the documentation sentences relating to quadrature formula degree since already done in Step-5
Krishnakumar Gopalakrishnan [Tue, 14 Jan 2020 13:07:32 +0000 (13:07 +0000)]
In step6, removes outdated sentence on destructor
Alexander Grayver [Tue, 17 Dec 2019 11:26:09 +0000 (12:26 +0100)]
Add a set of new python wrappers
Martin Kronbichler [Tue, 14 Jan 2020 08:12:04 +0000 (09:12 +0100)]
Merge pull request #9280 from tjhei/mg_transfer_build
Multigrid Transfer cleanup
David Wells [Sun, 12 Jan 2020 04:35:08 +0000 (23:35 -0500)]
Make GridTools::delete_duplicate_vertices() faster.
This change makes this function, for cube-like geometries, O(n^(3/2)) in 2D and
O(n^(5/3)) in 3D rather than O(n^2) by presorting vertices by value in a single
component and then only comparing vertices which are nearby in that component.
Wolfgang Bangerth [Tue, 14 Jan 2020 00:34:14 +0000 (17:34 -0700)]
Apply David Well's comments.
Co-Authored-By: David Wells <drwells@email.unc.edu>
David Wells [Tue, 14 Jan 2020 01:18:38 +0000 (20:18 -0500)]
Merge pull request #9311 from bangerth/6
Add a few links to step-6.
Wolfgang Bangerth [Mon, 13 Jan 2020 23:08:23 +0000 (16:08 -0700)]
Correctly name the variable that denotes gamma/h.
Wolfgang Bangerth [Mon, 13 Jan 2020 23:06:49 +0000 (16:06 -0700)]
Address the comments by peterrum.
Zhuoran Wang [Thu, 2 Jan 2020 02:45:41 +0000 (10:45 +0800)]
Replace 2gamma in boundary_worker by gamma,and update tables.
Timo Heister [Tue, 24 Dec 2019 18:53:28 +0000 (13:53 -0500)]
add keywords
Wolfgang Bangerth [Tue, 24 Dec 2019 17:12:52 +0000 (10:12 -0700)]
Hook step-71 into the tutorial page.
Wolfgang Bangerth [Tue, 24 Dec 2019 14:44:15 +0000 (07:44 -0700)]
Only build on step-12 to avoid tutorial graph clutter.
Wolfgang Bangerth [Tue, 24 Dec 2019 14:13:56 +0000 (07:13 -0700)]
More edits for step-71, and also address Timo's comments.
Timo Heister [Mon, 23 Dec 2019 21:16:36 +0000 (16:16 -0500)]
small grammar fixes
Wolfgang Bangerth [Mon, 23 Dec 2019 05:16:59 +0000 (22:16 -0700)]
Write the remainder of the documentation.
Natasha S. Sharma [Mon, 23 Dec 2019 03:01:36 +0000 (20:01 -0700)]
Provide more material for the introduction.
Wolfgang Bangerth [Sun, 22 Dec 2019 20:05:47 +0000 (13:05 -0700)]
Document the remainder of the program.
Wolfgang Bangerth [Sun, 22 Dec 2019 19:30:28 +0000 (12:30 -0700)]
Very substantially accelerate the assembly.
Zhuoran Wang [Fri, 20 Dec 2019 07:08:51 +0000 (00:08 -0700)]
Verified step-71 uses the best penalty and corrected a typo
Wolfgang Bangerth [Thu, 19 Dec 2019 21:33:35 +0000 (14:33 -0700)]
Update results.dox
Zhuoran Wang [Thu, 19 Dec 2019 17:33:49 +0000 (10:33 -0700)]
Add initial version of results.dox
Wolfgang Bangerth [Thu, 5 Dec 2019 20:03:13 +0000 (13:03 -0700)]
Write most of the rest of the in-code documentation for step-71.
Timo Heister [Sat, 30 Nov 2019 17:23:29 +0000 (12:23 -0500)]
Several cleanups.
Wolfgang Bangerth [Sat, 30 Nov 2019 05:07:44 +0000 (22:07 -0700)]
Start with an introduction.
Wolfgang Bangerth [Sat, 30 Nov 2019 04:47:22 +0000 (21:47 -0700)]
Initial version of step-71 for the biharmonic equation.
Wolfgang Bangerth [Tue, 14 Jan 2020 00:28:17 +0000 (17:28 -0700)]
Add a few links to step-6.
David Wells [Mon, 13 Jan 2020 23:53:11 +0000 (18:53 -0500)]
Merge pull request #9310 from bangerth/disentangle
Disentangle the dependency graph some more.
Wolfgang Bangerth [Mon, 13 Jan 2020 23:16:59 +0000 (16:16 -0700)]
Disentangle the dependency graph some more.
Wolfgang Bangerth [Mon, 13 Jan 2020 21:05:14 +0000 (14:05 -0700)]
Merge pull request #9304 from krishnakumarg1984/krishna_fix_minor_typo_step6
In step 6 doc, fixes a really minor grammar/typo
Daniel Arndt [Mon, 13 Jan 2020 20:09:09 +0000 (13:09 -0700)]
Merge pull request #9281 from tjhei/github-ci
use github CI for OSX
Krishnakumar Gopalakrishnan [Mon, 13 Jan 2020 19:29:01 +0000 (19:29 +0000)]
In step 6 doc, fixes a really minor grammar/typo
Daniel Arndt [Mon, 13 Jan 2020 18:23:28 +0000 (11:23 -0700)]
Merge pull request #9282 from tjhei/update_git_export
update .gitattributes
Wolfgang Bangerth [Mon, 13 Jan 2020 17:49:03 +0000 (10:49 -0700)]
Merge pull request #9293 from krishnakumarg1984/step6_fixes_krishna
minor grammar fixes to step-6 tutorial doc
Timo Heister [Mon, 13 Jan 2020 16:00:44 +0000 (11:00 -0500)]
GridGenerator::half_hyper_shell warning
- remove unused variable warning in release mode
- document that n_cells is not used
Timo Heister [Fri, 10 Jan 2020 18:27:17 +0000 (13:27 -0500)]
update .gitattributes
- add .github/ and contrib/ci/ and Jenkinsfile to ignore list
- reorder things
Timo Heister [Mon, 13 Jan 2020 13:18:50 +0000 (08:18 -0500)]
Merge pull request #9286 from bangerth/jump-average
Introduce \jump and \average commands to be used in the documentation.
Timo Heister [Mon, 13 Jan 2020 13:18:17 +0000 (08:18 -0500)]
Merge pull request #9289 from peterrum/step18-removeinclude
Remove filtered_iterator include in step-18
Timo Heister [Mon, 13 Jan 2020 13:18:05 +0000 (08:18 -0500)]
Merge pull request #9291 from krishnakumarg1984/krishna_fix_kellyestimator_doc
In the doc for KellyErrorEstimator class, trying to fix couple of doxygen links
Krishnakumar Gopalakrishnan [Sun, 12 Jan 2020 17:01:45 +0000 (17:01 +0000)]
In the doc for KellyErrorEstimator class, trying to fix doxygen links to couple of functions in the GridRefinement namespace
fixes a typo (gradiend) in the documentation of KellyErrorEstimator class
Update include/deal.II/numerics/error_estimator.h
Co-Authored-By: Timo Heister <timo.heister@gmail.com>
Update include/deal.II/numerics/error_estimator.h
Co-Authored-By: Timo Heister <timo.heister@gmail.com>
trying to reindent the pull request
Daniel Arndt [Mon, 13 Jan 2020 06:16:25 +0000 (01:16 -0500)]
Merge pull request #9290 from tjhei/fix_write_vtu_in_parallel_partly_empty
fix write_vtu_in_parallel invalid file if partly empty
David Wells [Sun, 12 Jan 2020 20:39:36 +0000 (15:39 -0500)]
Merge pull request #9295 from krishnakumarg1984/step6_krishna_fix_boundarydoc
fixes stale documentation about boundary_object for hyper_ball function
Krishnakumar Gopalakrishnan [Sun, 12 Jan 2020 20:31:03 +0000 (20:31 +0000)]
Update examples/step-6/step-6.cc
Co-Authored-By: David Wells <drwells@email.unc.edu>
Krishnakumar Gopalakrishnan [Sun, 12 Jan 2020 19:09:23 +0000 (19:09 +0000)]
fixes stale documentation about boundary_object for hyper_ball function
Krishnakumar Gopalakrishnan [Sun, 12 Jan 2020 18:32:35 +0000 (18:32 +0000)]
minor grammar fixes to step-6 tutorial doc
Timo Heister [Sun, 12 Jan 2020 16:32:36 +0000 (11:32 -0500)]
fix write_vtu_in_parallel invalid file if partly empty
Fix generating an invalid vtu file when the first piece written is empty
(this will crash paraview). There is no reason to write empty pieces
anyway, so just skip them.
Peter Munch [Sun, 12 Jan 2020 10:12:50 +0000 (11:12 +0100)]
Remove reference to step-18
Peter Munch [Sun, 12 Jan 2020 08:03:27 +0000 (09:03 +0100)]
Remove filtered_iterator include in step-18
Wolfgang Bangerth [Sat, 11 Jan 2020 04:24:39 +0000 (21:24 -0700)]
Use \jump and \average commands in the documentation.
This makes sure that we can be consistent in how we denote these operators:
single or double brackets/braces; with or without spaces, etc.
Wolfgang Bangerth [Sat, 11 Jan 2020 04:23:49 +0000 (21:23 -0700)]
Introduce \jump and \average commands to be used in the documentation.
Timo Heister [Fri, 10 Jan 2020 18:37:48 +0000 (13:37 -0500)]
address comment
Timo Heister [Fri, 10 Jan 2020 15:36:43 +0000 (10:36 -0500)]
fix deprecated position
Timo Heister [Thu, 9 Jan 2020 22:53:25 +0000 (17:53 -0500)]
Multigrid Transfer cleanup
- rename mg_dof argument to dof_handler everywhere
- deprecate build_matrices() in favor of build() in MGTransferSelect,
MGTransferComponentBase, MGTransferPrebuilt, ... to be identical to
MGTransferMatrixFree
- remove redundant dof,mg_dof parameters
David Wells [Sat, 11 Jan 2020 15:05:45 +0000 (10:05 -0500)]
Merge pull request #9284 from bangerth/coloneq
Fix \coloneq again.
David Wells [Sat, 11 Jan 2020 14:52:25 +0000 (09:52 -0500)]
Merge pull request #9285 from masterleinad/fix_gcc_4.9.4
Avoid gcc-4.9.4 error
David Wells [Sat, 11 Jan 2020 14:51:56 +0000 (09:51 -0500)]
Merge pull request #9283 from masterleinad/remove_tensoe_cc
Remove tensor.cc
Daniel Arndt [Sat, 11 Jan 2020 05:43:49 +0000 (00:43 -0500)]
Avoid gcc-4.9 error
Wolfgang Bangerth [Sat, 11 Jan 2020 04:16:49 +0000 (21:16 -0700)]
Fix \coloneq again.
Daniel Arndt [Fri, 10 Jan 2020 18:25:48 +0000 (13:25 -0500)]
Remove tensor.cc
Daniel Arndt [Sat, 11 Jan 2020 03:31:14 +0000 (22:31 -0500)]
Merge pull request #9268 from masterleinad/use_assert_index_range
Use AssertIndexRange some more
Daniel Arndt [Wed, 8 Jan 2020 19:24:53 +0000 (14:24 -0500)]
Use AssertIndexRange
Daniel Arndt [Thu, 9 Jan 2020 18:39:48 +0000 (13:39 -0500)]
Remove specialization for GeometryInfo<1>::face_to_cell_lines
Daniel Arndt [Thu, 9 Jan 2020 22:44:46 +0000 (17:44 -0500)]
Fix external declaration of Tensor::n_independent_components
Daniel Arndt [Fri, 10 Jan 2020 03:53:24 +0000 (22:53 -0500)]
Merge pull request #9240 from masterleinad/use_more_range_based_for_loops
Turn all for loops using "begin_active" into ranged-based ones
Matthias Maier [Fri, 10 Jan 2020 01:55:08 +0000 (19:55 -0600)]
Merge pull request #9266 from marcfehling/fix-amesos
CMake: Check whether Trilinos has been configured with third-party libraries.
Matthias Maier [Fri, 10 Jan 2020 01:53:54 +0000 (19:53 -0600)]
Merge pull request #9276 from bangerth/spacing
Let latex figure out spacing itself.
Matthias Maier [Fri, 10 Jan 2020 01:53:24 +0000 (19:53 -0600)]
Merge pull request #9277 from bangerth/coloneq
Fix the dealcoloneq command.
Wolfgang Bangerth [Thu, 9 Jan 2020 23:42:15 +0000 (16:42 -0700)]
Merge pull request #9273 from krishnakumarg1984/gender_neutral_wording
Rewrite wording in headers/docs such that we now have gender neutral wording throughout
Krishnakumar Gopalakrishnan [Thu, 9 Jan 2020 19:14:08 +0000 (19:14 +0000)]
reword the few sections of library to be compliant with gender-neutral wording.
Gender neutral-wording for existing female-pronouns etc. She-> they. Her->their
fixes a usage of he->they missed in previous commit
undo the changes to the files inside bundled/ that were touched upon by earlier commits
Wolfgang Bangerth [Thu, 9 Jan 2020 23:27:46 +0000 (16:27 -0700)]
Merge pull request #9274 from krishnakumarg1984/fix_typo_he_the
fixes a keyboard fat-fingering typo wherever 'he' in incorrectly used instead of 'the'
Krishnakumar Gopalakrishnan [Thu, 9 Jan 2020 19:37:24 +0000 (19:37 +0000)]
fixes a keyboard fat-fingering typo wherever 'he' in incorrectly used instead of 'the'
fixes another file wherein the he/the typo was present
fixes the use of 'he' to 'they' missed in earlier commit
Revert "fixes the use of 'he' to 'they' missed in earlier commit"
This reverts commit
ca87c5049968f5c5f34ec341ba060325a8f90301 .
undoing the changes to files in bundled/ by previous commits
Wolfgang Bangerth [Thu, 9 Jan 2020 20:36:32 +0000 (13:36 -0700)]
Fix the dealcoloneq command.
It leads to funny spacing in latex (non-MathJax) mode because we accidentally
delimited only the ':' with the mathrel command, when we really wanted all of
the ':=' to be the operator.
Wolfgang Bangerth [Thu, 9 Jan 2020 20:19:58 +0000 (13:19 -0700)]
Let latex figure out spacing itself.
Wolfgang Bangerth [Thu, 9 Jan 2020 19:57:57 +0000 (12:57 -0700)]
Merge pull request #9275 from krishnakumarg1984/fix_he_it_typo
replace the use of 'he' with 'it' to refer to neighbouring cell in tria.cc
Krishnakumar Gopalakrishnan [Thu, 9 Jan 2020 19:51:27 +0000 (19:51 +0000)]
replace the use of 'he' with 'it' to refer to neighbouring cell in tria.cc
David Wells [Thu, 9 Jan 2020 18:36:04 +0000 (13:36 -0500)]
Merge pull request #9250 from bangerth/3
Update the discussion of HDF5 and R scripting in step-3.
Wolfgang Bangerth [Thu, 9 Jan 2020 17:24:57 +0000 (10:24 -0700)]
Merge pull request #9270 from krishnakumarg1984/step3_krishna_fix_9227
Step-3 results/extension documentation improvements and fixes. Closes #9227
Marc Fehling [Wed, 8 Jan 2020 14:55:41 +0000 (15:55 +0100)]
Tests: Check for missing Mumps component.
Marc Fehling [Wed, 8 Jan 2020 16:38:02 +0000 (17:38 +0100)]
CMake: Check for third party libraries of trilinos.
Krishnakumar Gopalakrishnan [Thu, 9 Jan 2020 13:39:40 +0000 (13:39 +0000)]
Replaces the double-loop in step-3 results extension with just one loop
In step-3, replaces make_grid_and_dofs with just make_grid
In Step-3, removes reference to .gnuplot in subsection title in extensions (results)
In step-3, minor wording change to convey that the suggested boundary condition code is only slightly longer than before
trying to address a comment on indentation by reviewer of PR
adding a blank statement after the 'if' line to address reviewer's clarification
removes the extra line added in prev commit. Also, changes indentation of the loop code to 2 spaces
As per the request of a reviewer, reverts the change made to a sub-heading wherein the .gnuplot was removed
Daniel Arndt [Thu, 9 Jan 2020 14:07:27 +0000 (09:07 -0500)]
Merge pull request #9179 from agrayver/add_function_manifold_python
Add python interface for FunctionManifold
Martin Kronbichler [Thu, 9 Jan 2020 10:30:01 +0000 (11:30 +0100)]
Merge pull request #9254 from bangerth/61
Convert step-61 to use face loops with cell->face_iterators().
Alexander Grayver [Tue, 17 Dec 2019 15:27:37 +0000 (16:27 +0100)]
Add python interface for FunctionManifold
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.