]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Sun, 27 Oct 2019 19:13:33 +0000 (15:13 -0400)]
Implement two helper index functions in (Cell,Tria)Accessor.
David Wells [Sun, 27 Oct 2019 19:11:44 +0000 (15:11 -0400)]
Move a function definition.
This puts it in the same order as its declaration.
David Wells [Sun, 27 Oct 2019 19:22:05 +0000 (15:22 -0400)]
Minor doc fixes.
Martin Kronbichler [Sun, 27 Oct 2019 11:16:55 +0000 (12:16 +0100)]
Merge pull request #8965 from peterrum/matrixfree-get_level_mg_handler3
Add copy constuctor to MatrixFree::AdditionalData
Peter Munch [Sat, 26 Oct 2019 21:13:34 +0000 (23:13 +0200)]
Add copy constuctor to MatrixFree::AdditionalData
Daniel Arndt [Sat, 26 Oct 2019 12:26:34 +0000 (08:26 -0400)]
Merge pull request #8944 from peterrum/matrixfree-getfaceiterator-fix
Fix bug in MatrixFree::get_face_iterator
Daniel Arndt [Sat, 26 Oct 2019 12:17:40 +0000 (08:17 -0400)]
Merge pull request #8959 from bangerth/memory
Report how much memory was requested when we fail allocating that much.
Peter Munch [Tue, 22 Oct 2019 10:04:18 +0000 (12:04 +0200)]
Fix bug in get_face_iterator
Wolfgang Bangerth [Fri, 25 Oct 2019 02:46:43 +0000 (20:46 -0600)]
Merge pull request #8885 from tjhei/fe_interface_values_3
FEInterfaceValues: gradients and hessians
Daniel Arndt [Thu, 24 Oct 2019 22:57:13 +0000 (18:57 -0400)]
Merge pull request #8927 from nfehn/cutoff_digits
new function Utilities::cutoff_digits()
Wolfgang Bangerth [Thu, 24 Oct 2019 20:19:54 +0000 (14:19 -0600)]
Report how much memory was requested when we fail allocating that much.
Timo Heister [Thu, 24 Oct 2019 20:13:01 +0000 (22:13 +0200)]
address comments
Daniel Arndt [Thu, 24 Oct 2019 19:27:52 +0000 (15:27 -0400)]
Merge pull request #8898 from sophy1029/step-61
Step-61 Use FE_DGRT for Darcy velocity
Daniel Arndt [Thu, 24 Oct 2019 19:21:30 +0000 (15:21 -0400)]
Merge pull request #8952 from bangerth/delete
Delete FunctionParse copy constructor.
Wolfgang Bangerth [Thu, 24 Oct 2019 18:41:44 +0000 (12:41 -0600)]
Merge pull request #8946 from elauksap/interpolate_fe_parallel
Make VectorTools::interpolate() working in parallel
Niklas Fehn [Fri, 18 Oct 2019 15:54:48 +0000 (17:54 +0200)]
new function Utilities::cutoff_digits()
Pasquale Africa [Thu, 24 Oct 2019 11:33:25 +0000 (11:33 +0000)]
Final implementation + update documentation and test case
Co-authored-by: Doug Shi-Dong <doug.shidong@gmail.com>
Pasquale Africa [Tue, 22 Oct 2019 01:09:58 +0000 (21:09 -0400)]
Add related test and changelog + various fixes.
Co-authored-by: Doug Shi-Dong <doug.shidong@gmail.com>
Pasquale Africa [Tue, 22 Oct 2019 15:17:15 +0000 (15:17 +0000)]
Make VectorTools::interpolate working in parallel + update documentation.
Co-authored-by: Ivan Fumagalli <ivan.fumagalli@polimi.it>
Wolfgang Bangerth [Thu, 24 Oct 2019 16:32:09 +0000 (10:32 -0600)]
Also delete move constructors/operators.
Wolfgang Bangerth [Thu, 24 Oct 2019 16:21:30 +0000 (10:21 -0600)]
Also delete the FunctionParser operator=.
Wolfgang Bangerth [Thu, 24 Oct 2019 03:20:34 +0000 (21:20 -0600)]
Delete FunctionParse copy constructor.
Martin Kronbichler [Thu, 24 Oct 2019 09:30:35 +0000 (11:30 +0200)]
Merge pull request #8954 from tjhei/typo
fix typos in comments
Timo Heister [Thu, 24 Oct 2019 08:00:14 +0000 (10:00 +0200)]
fix typos in comments
nothing else.
Luca Heltai [Thu, 24 Oct 2019 07:58:56 +0000 (09:58 +0200)]
Merge pull request #8902 from peterrum/gridout-vtk-optional
Make output cells, faces and co-faces optional in GridOut::write_vtk
Daniel Arndt [Thu, 24 Oct 2019 03:42:34 +0000 (23:42 -0400)]
Merge pull request #8892 from masterleinad/remove_bind_5
Replace std::bind in documentation
Daniel Arndt [Mon, 7 Oct 2019 02:40:09 +0000 (22:40 -0400)]
Replace std::bind in documentation
Wolfgang Bangerth [Wed, 23 Oct 2019 20:28:33 +0000 (14:28 -0600)]
Merge pull request #8947 from tjhei/free_mpi_comm
new MPI::free_communicator and DuplicatedCommunicator helper
Timo Heister [Wed, 23 Oct 2019 17:27:51 +0000 (19:27 +0200)]
Merge pull request #8949 from tjhei/doc_write_vtu_and_pvtu
doc: improve write_vtu_with_pvtu_record
Timo Heister [Wed, 23 Oct 2019 15:44:49 +0000 (17:44 +0200)]
Apply suggestions from code review
Timo Heister [Wed, 23 Oct 2019 15:50:13 +0000 (17:50 +0200)]
Merge pull request #8950 from bangerth/geometry
Provide a link to the geometry paper.
Timo Heister [Wed, 23 Oct 2019 15:43:00 +0000 (17:43 +0200)]
address comments
Wolfgang Bangerth [Wed, 23 Oct 2019 13:41:42 +0000 (07:41 -0600)]
Provide a link to the geometry paper.
Timo Heister [Wed, 23 Oct 2019 10:52:04 +0000 (12:52 +0200)]
doc: improve write_vtu_with_pvtu_record
Zhuoran Wang [Wed, 23 Oct 2019 03:29:44 +0000 (21:29 -0600)]
indent correction
Zhuoran Wang [Mon, 16 Sep 2019 16:41:18 +0000 (10:41 -0600)]
Add Darcy velocity.
Daniel Arndt [Tue, 22 Oct 2019 20:37:21 +0000 (16:37 -0400)]
Merge pull request #8945 from dangars/trilinos_documentation
Remove unnecessary trilinos options
Timo Heister [Tue, 22 Oct 2019 20:33:50 +0000 (22:33 +0200)]
fix test
Timo Heister [Tue, 22 Oct 2019 20:31:37 +0000 (22:31 +0200)]
address comments
Daniel Garcia-Sanchez [Tue, 22 Oct 2019 20:20:16 +0000 (22:20 +0200)]
Update trilinos options
Timo Heister [Tue, 22 Oct 2019 20:04:46 +0000 (22:04 +0200)]
changelog
Timo Heister [Tue, 22 Oct 2019 20:01:14 +0000 (22:01 +0200)]
add DuplicatedCommunicator
Timo Heister [Tue, 22 Oct 2019 19:20:05 +0000 (21:20 +0200)]
add MPI::free_communicator function
Peter Munch [Fri, 11 Oct 2019 20:46:38 +0000 (22:46 +0200)]
Make output cells, faces and co-faces optional in GridOut::write_vtk
David Wells [Tue, 22 Oct 2019 02:10:37 +0000 (22:10 -0400)]
Merge pull request #8942 from bangerth/49
Update the results section of step-49.
Wolfgang Bangerth [Tue, 22 Oct 2019 01:51:09 +0000 (19:51 -0600)]
Merge pull request #8899 from anates/arpack_solver_control
ArpackSolver sets number of iterations in SolverControl after finishing calculations
Wolfgang Bangerth [Tue, 22 Oct 2019 01:44:18 +0000 (19:44 -0600)]
Update the results section of step-49.
Wolfgang Bangerth [Tue, 22 Oct 2019 01:41:36 +0000 (19:41 -0600)]
Merge pull request #8492 from tjhei/step-49-cleanup
step-49: switch to vtu and add possible extensions
Wolfgang Bangerth [Mon, 21 Oct 2019 20:00:46 +0000 (14:00 -0600)]
Merge pull request #8939 from tjhei/point_to_point_mpi_wait_fix
Fix missing MPI_Wait in compute_point_to_point_communication_pattern
Timo Heister [Mon, 21 Oct 2019 18:45:09 +0000 (20:45 +0200)]
Merge pull request #8940 from drwells/step-3-doxygen
Improve and fix some doxygen things in step-3.
David Wells [Mon, 21 Oct 2019 18:35:19 +0000 (14:35 -0400)]
Improve and fix some doxygen things in step-3.
- use CellAccessor::face_iterators()
- no space after function name
- add some more doxygen links
- fix a missing @endcode
Timo Heister [Mon, 21 Oct 2019 18:13:28 +0000 (20:13 +0200)]
Fix missing MPI_Wait in compute_point_to_point_communication_pattern
Remove the early return (we will just execute 0 MPI_Recv) as we forgot
to Wailall. Also add some error checking while I am here.
Martin Kronbichler [Mon, 21 Oct 2019 16:34:18 +0000 (18:34 +0200)]
Merge pull request #8935 from tjhei/consensus_get_requesters_barrier
add a barrier to avoid MPI race in ConsensusAlgorithm
Martin Kronbichler [Mon, 21 Oct 2019 16:26:04 +0000 (18:26 +0200)]
Merge pull request #8936 from tjhei/partitioner_64bit_overflow
avoid 64bit overflow in Partiioner::set_ghost_indices
Timo Heister [Mon, 21 Oct 2019 11:56:39 +0000 (13:56 +0200)]
avoid 64bit overflow in Partiioner::set_ghost_indices
We MPI::sum() a 32 bit value of the total number of ghost indices, which
might overflow. This is unlikely to be a problem unless you exactly have
2^32 ghost indices, but this is nevertheless a bug.
Daniel Arndt [Mon, 21 Oct 2019 12:49:32 +0000 (08:49 -0400)]
Merge pull request #8934 from bangerth/doc-4
Augment the description of CellId::to_string().
Timo Heister [Mon, 21 Oct 2019 11:19:43 +0000 (13:19 +0200)]
add a barrier to avoid MPI race in ConsensusAlgorithm
As discussed in #8929, messages exchanged in this function can be mixed
up if called twice in succesion. Add a Barrier to make sure this won't
happen.
Timo Heister [Mon, 21 Oct 2019 11:01:40 +0000 (13:01 +0200)]
Merge pull request #8930 from peterrum/consensus-fix
Fix ConsensusAlgorithm_NBX
Roland [Mon, 21 Oct 2019 08:37:33 +0000 (10:37 +0200)]
Updated test outputs for failing tests
Roland [Mon, 21 Oct 2019 07:26:06 +0000 (09:26 +0200)]
Indentation fix in changelog
Peter Munch [Fri, 18 Oct 2019 21:44:32 +0000 (23:44 +0200)]
Fix ConsensusAlgorithm_NBX
Wolfgang Bangerth [Mon, 21 Oct 2019 00:25:08 +0000 (18:25 -0600)]
Merge pull request #8931 from masterleinad/fix_hp_n_boundary_dofs
Fix hp/n_boundary_dofs_01
Wolfgang Bangerth [Mon, 21 Oct 2019 00:15:42 +0000 (18:15 -0600)]
Augment the description of CellId::to_string().
Martin Kronbichler [Sun, 20 Oct 2019 11:25:05 +0000 (13:25 +0200)]
Merge pull request #8932 from tjhei/fix_error_message
add missing space to error message
Timo Heister [Sun, 20 Oct 2019 11:16:51 +0000 (13:16 +0200)]
add missing space to error message
Daniel Arndt [Sun, 20 Oct 2019 04:20:33 +0000 (00:20 -0400)]
Fix hp/n_boundary_dofs_01
Wolfgang Bangerth [Sat, 19 Oct 2019 15:07:49 +0000 (09:07 -0600)]
Merge pull request #8891 from masterleinad/remove_bind_4
Remove std::bind from examples
Martin Kronbichler [Fri, 18 Oct 2019 20:26:35 +0000 (22:26 +0200)]
Merge pull request #8924 from nfehn/digits
Refactoring of Utilities::needed_digits()
Martin Kronbichler [Fri, 18 Oct 2019 20:18:56 +0000 (22:18 +0200)]
Merge pull request #8926 from masterleinad/replace_workstream_shared_ptr
Replace std::shared_ptr in WorkStream
Daniel Arndt [Fri, 18 Oct 2019 18:54:24 +0000 (14:54 -0400)]
Merge pull request #8928 from bangerth/doc-3
Be more explicit about the Copied argument to WorkStream::run().
Wolfgang Bangerth [Fri, 18 Oct 2019 16:51:11 +0000 (10:51 -0600)]
Be more explicit about the Copied argument to WorkStream::run().
Daniel Arndt [Fri, 18 Oct 2019 15:58:11 +0000 (11:58 -0400)]
Replace std::shared_ptr in WorkStream
Wolfgang Bangerth [Fri, 18 Oct 2019 16:46:45 +0000 (10:46 -0600)]
Merge pull request #8925 from masterleinad/document_empty_copier
Document usage of empty copiers in WorkStream
Daniel Arndt [Fri, 18 Oct 2019 14:54:18 +0000 (10:54 -0400)]
Use empty function object for copier
Daniel Arndt [Fri, 18 Oct 2019 15:08:17 +0000 (11:08 -0400)]
Document usage of empty copiers in WorkStream
Daniel Arndt [Fri, 18 Oct 2019 14:53:26 +0000 (10:53 -0400)]
Apply suggestions from code review
Co-Authored-By: Wolfgang Bangerth <bangerth@colostate.edu>
Daniel Arndt [Fri, 18 Oct 2019 14:48:33 +0000 (10:48 -0400)]
Update examples/step-13/step-13.cc
Co-Authored-By: Wolfgang Bangerth <bangerth@colostate.edu>
Niklas Fehn [Fri, 18 Oct 2019 14:31:59 +0000 (16:31 +0200)]
minor changes
Niklas Fehn [Fri, 18 Oct 2019 12:46:38 +0000 (14:46 +0200)]
entry doc/news/changes/minor
Niklas Fehn [Fri, 18 Oct 2019 12:44:50 +0000 (14:44 +0200)]
use Utilities::needed_digits() in write_vtu_with_pvtu_record()
Niklas Fehn [Fri, 18 Oct 2019 12:30:24 +0000 (14:30 +0200)]
refactor function Utilities::needed_digits()
Martin Kronbichler [Fri, 18 Oct 2019 12:29:24 +0000 (14:29 +0200)]
Merge pull request #8909 from peterrum/matrixfree-face-iterator
Add get_face_iterator to MatrixFree
Martin Kronbichler [Fri, 18 Oct 2019 12:28:56 +0000 (14:28 +0200)]
Merge pull request #8922 from bangerth/update
Minor code and documentation updates.
Martin Kronbichler [Fri, 18 Oct 2019 12:28:43 +0000 (14:28 +0200)]
Merge pull request #8923 from bangerth/update-2
More minor updates.
Martin Kronbichler [Fri, 18 Oct 2019 12:28:22 +0000 (14:28 +0200)]
Merge pull request #8904 from nfehn/master
Simplify code for writing vtu/pvtu output files in application programs
Niklas Fehn [Mon, 14 Oct 2019 15:37:13 +0000 (17:37 +0200)]
new function DataOutInterface::write_vtu_with_pvtu_record() to avoid reimplementing the same code again and again
Roland [Fri, 18 Oct 2019 06:49:00 +0000 (08:49 +0200)]
Added changelog
Wolfgang Bangerth [Fri, 18 Oct 2019 06:26:50 +0000 (00:26 -0600)]
Merge pull request #8916 from nfehn/torus
Extend GridGenerator::torus<3,3>() so that one can generate a torus segment
Martin Kronbichler [Fri, 18 Oct 2019 06:08:44 +0000 (08:08 +0200)]
Merge pull request #8921 from bangerth/doc
Add an external reference.
peterrum [Tue, 6 Aug 2019 16:00:46 +0000 (18:00 +0200)]
Add get_face_iterator
Conflicts:
include/deal.II/matrix_free/matrix_free.templates.h
Wolfgang Bangerth [Fri, 18 Oct 2019 05:49:27 +0000 (23:49 -0600)]
More minor updates.
Wolfgang Bangerth [Fri, 18 Oct 2019 05:39:59 +0000 (23:39 -0600)]
Minor code and documentation updates.
Wolfgang Bangerth [Fri, 18 Oct 2019 05:24:40 +0000 (23:24 -0600)]
Add an external reference.
Wolfgang Bangerth [Fri, 18 Oct 2019 05:08:47 +0000 (23:08 -0600)]
Merge pull request #8910 from kronbichler/mf_unsupported_refinement_edges
Document unsupported MG refinement edges for matrix-free DG
Wolfgang Bangerth [Fri, 18 Oct 2019 04:38:45 +0000 (22:38 -0600)]
Merge pull request #8919 from peterrum/matrixfree-get_level_mg_handler2
Replace level_mg_handler by mg_level
Peter Munch [Thu, 17 Oct 2019 10:47:24 +0000 (12:47 +0200)]
Replace level_mg_handler by mg_level
Niklas Fehn [Thu, 17 Oct 2019 14:57:09 +0000 (16:57 +0200)]
some renaming to make code more readable
David Wells [Thu, 17 Oct 2019 14:18:00 +0000 (10:18 -0400)]
Merge pull request #8917 from bangerth/doc
Use positive form for comments.
Wolfgang Bangerth [Wed, 16 Oct 2019 19:47:44 +0000 (13:47 -0600)]
Use positive form for comments.
Martin Kronbichler [Wed, 16 Oct 2019 17:44:02 +0000 (19:44 +0200)]
Merge pull request #8915 from peterrum/matrixfree-get_level_mg_handler
Save level_mg_handler inside of MatrixFree
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.