]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Mon, 23 Oct 2017 14:42:49 +0000 (10:42 -0400)]
add note on how to install qtcreator style files
Denis Davydov [Mon, 23 Oct 2017 05:42:14 +0000 (07:42 +0200)]
Merge pull request #5275 from bangerth/doc-update-2
Update some discussion in DataOutFilter.
David Wells [Mon, 23 Oct 2017 02:53:54 +0000 (22:53 -0400)]
Merge pull request #5288 from bangerth/remove-includes
Remove unnecessary #include statements.
Wolfgang Bangerth [Fri, 20 Oct 2017 22:07:42 +0000 (16:07 -0600)]
Remove unnecessary #include statements.
These are all in files that don't actually make use of the classes so #included.
Wolfgang Bangerth [Mon, 23 Oct 2017 00:19:32 +0000 (18:19 -0600)]
Merge pull request #5291 from drwells/vector-operation-header
Move VectorOperation into its own header.
Wolfgang Bangerth [Mon, 23 Oct 2017 00:18:54 +0000 (18:18 -0600)]
Merge pull request #5296 from masterleinad/use_emplace_back
Prefer using emplace_back
Wolfgang Bangerth [Sun, 22 Oct 2017 23:27:27 +0000 (17:27 -0600)]
Merge pull request #5300 from masterleinad/fix_unused
Fix unused variables, functions and parameters (with clang)
David Wells [Sat, 21 Oct 2017 04:28:20 +0000 (00:28 -0400)]
Move VectorOperation into its own header.
Timo Heister [Sun, 22 Oct 2017 19:13:00 +0000 (15:13 -0400)]
Merge pull request #5301 from davydden/cylind_manifold_assert
change static_assert into Assert for CylindricalManifold to make it e…
Timo Heister [Sun, 22 Oct 2017 19:09:47 +0000 (15:09 -0400)]
Merge pull request #5287 from bangerth/doc-update
Update a formula.
Denis Davydov [Sun, 22 Oct 2017 15:37:28 +0000 (17:37 +0200)]
change static_assert into Assert for CylindricalManifold to make it easier writing dimension independent code
Daniel Arndt [Sun, 22 Oct 2017 14:43:33 +0000 (16:43 +0200)]
Merge pull request #5299 from davydden/mapping_test_bugfix
fix wrong operator in mapping_q_eulerian_09
Daniel Arndt [Sun, 22 Oct 2017 13:16:38 +0000 (15:16 +0200)]
Circumvent declaring an unused variable
Daniel Arndt [Sun, 22 Oct 2017 13:12:30 +0000 (15:12 +0200)]
Detect unused variables and unused functions with clang
Daniel Arndt [Sun, 22 Oct 2017 13:06:09 +0000 (15:06 +0200)]
Remove unused named parameter in bundled boost
Daniel Arndt [Sat, 21 Oct 2017 22:07:09 +0000 (00:07 +0200)]
Merge pull request #5283 from tjhei/dof_remove_custom_exc
remove hp::DoFHandler::ExcInvalidTriangulation
Timo Heister [Fri, 20 Oct 2017 18:57:22 +0000 (14:57 -0400)]
remove hp::DoFHandler::ExcInvalidTriangulation
for #610
Martin Kronbichler [Sat, 21 Oct 2017 18:12:09 +0000 (20:12 +0200)]
Merge pull request #5295 from masterleinad/use_bool_literals
Use bool literals instead of integer values
Martin Kronbichler [Sat, 21 Oct 2017 18:11:18 +0000 (20:11 +0200)]
Merge pull request #5297 from masterleinad/use_nullptr
Prefer using nullptr over 0 or NULL
Denis Davydov [Sat, 21 Oct 2017 17:02:42 +0000 (19:02 +0200)]
fix wrong operator in mapping_q_eulerian_09
Daniel Arndt [Sat, 21 Oct 2017 14:40:01 +0000 (16:40 +0200)]
Merge pull request #5205 from tjhei/child_fe
add FiniteElement::get_sub_fe
Daniel Arndt [Sat, 21 Oct 2017 14:25:36 +0000 (16:25 +0200)]
Prefer nullptr
Daniel Arndt [Sat, 21 Oct 2017 14:15:45 +0000 (16:15 +0200)]
Prefer using emplace_back
Daniel Arndt [Sat, 21 Oct 2017 13:56:12 +0000 (15:56 +0200)]
Use bool literals
Martin Kronbichler [Sat, 21 Oct 2017 13:44:18 +0000 (15:44 +0200)]
Merge pull request #5273 from bangerth/use-unique-ptrs
Use std::unique_ptr for parallel::Vector::val
Daniel Arndt [Sat, 21 Oct 2017 13:38:41 +0000 (15:38 +0200)]
Merge pull request #5292 from masterleinad/fix_perf_1
Take IndexSet by const&
David Wells [Sat, 21 Oct 2017 12:32:44 +0000 (08:32 -0400)]
Merge pull request #5290 from masterleinad/fix_perf_4
Smaller fixes for ParameterAcceptor
David Wells [Sat, 21 Oct 2017 12:30:09 +0000 (08:30 -0400)]
Merge pull request #5294 from masterleinad/fix_perf_3
Mark more variables const (reference)
David Wells [Sat, 21 Oct 2017 12:28:48 +0000 (08:28 -0400)]
Merge pull request #5293 from masterleinad/fix_perf_2
Take hp objects by const (reference) access
Daniel Arndt [Fri, 20 Oct 2017 23:40:37 +0000 (01:40 +0200)]
Mark more variables const
Daniel Arndt [Fri, 20 Oct 2017 23:38:25 +0000 (01:38 +0200)]
Take hp objects by const (reference) access
Daniel Arndt [Fri, 20 Oct 2017 23:37:09 +0000 (01:37 +0200)]
Take IndexSet by const&
Denis Davydov [Sat, 21 Oct 2017 06:04:14 +0000 (08:04 +0200)]
Merge pull request #5282 from bangerth/rename-member
Rename Vector::val to Vector::values.
Denis Davydov [Sat, 21 Oct 2017 05:16:05 +0000 (07:16 +0200)]
Merge pull request #5281 from tjhei/dof_tria_assert
assert having Triangulation in DoFHandler
Denis Davydov [Sat, 21 Oct 2017 05:13:49 +0000 (07:13 +0200)]
Merge pull request #5284 from tjhei/smart_ptr_nullptr
SmartPointer: use nullptr instead of 0
Daniel Arndt [Fri, 20 Oct 2017 23:39:46 +0000 (01:39 +0200)]
Fix ParameterAcceptor
Daniel Arndt [Fri, 20 Oct 2017 23:07:33 +0000 (01:07 +0200)]
Merge pull request #5286 from tjhei/std_func_ref
pass std::function by const reference
Wolfgang Bangerth [Fri, 20 Oct 2017 21:58:45 +0000 (15:58 -0600)]
Merge pull request #5279 from tjhei/doc_fixes
small documentation fixes
Wolfgang Bangerth [Fri, 20 Oct 2017 21:51:19 +0000 (15:51 -0600)]
Rearrange terms in the formula.
Timo Heister [Fri, 20 Oct 2017 21:06:44 +0000 (17:06 -0400)]
Merge pull request #5285 from jppelteret/doc_fix_02
Documentation fixes for the Physics::Notation::Kelvin namespace.
Timo Heister [Fri, 20 Oct 2017 21:01:47 +0000 (17:01 -0400)]
pass std::function by const reference
I think a std::function should be passed by const reference, unless we
are planning on storing a copy (then by value and move).
Jean-Paul Pelteret [Fri, 20 Oct 2017 20:42:41 +0000 (22:42 +0200)]
Documentation fixes for the Physics::Notation::Kelvin namespace.
Timo Heister [Fri, 20 Oct 2017 20:26:16 +0000 (16:26 -0400)]
SmartPointer: use nullptr instead of 0
Timo Heister [Fri, 20 Oct 2017 20:20:39 +0000 (16:20 -0400)]
Merge pull request #5239 from tjhei/testsuite_doc_update
update testsuite documentation
Timo Heister [Fri, 13 Oct 2017 19:38:00 +0000 (15:38 -0400)]
update testsuite documentation
Timo Heister [Fri, 20 Oct 2017 18:54:40 +0000 (14:54 -0400)]
small documentation fixes
Timo Heister [Fri, 20 Oct 2017 18:57:22 +0000 (14:57 -0400)]
assert having Triangulation in DoFHandler
If you forget to initialize a DoFHandler with a Triangulation,
distribute_dofs() gives an unhelpful Assert() somewhere deep in the
code. Fix this.
Wolfgang Bangerth [Fri, 20 Oct 2017 19:51:15 +0000 (13:51 -0600)]
Rename Vector::val to Vector::values.
Wolfgang Bangerth [Fri, 20 Oct 2017 19:48:14 +0000 (13:48 -0600)]
Merge pull request #5280 from tjhei/doc_component_to_base_table
document FE::doc_component_to_base_table
Timo Heister [Fri, 20 Oct 2017 18:55:32 +0000 (14:55 -0400)]
document FE::doc_component_to_base_table
Wolfgang Bangerth [Fri, 20 Oct 2017 19:00:09 +0000 (13:00 -0600)]
Make a type explicit.
Timo Heister [Fri, 6 Oct 2017 18:46:06 +0000 (14:46 -0400)]
add FiniteElement::get_sub_fe
Daniel Arndt [Fri, 20 Oct 2017 16:56:47 +0000 (18:56 +0200)]
Merge pull request #5271 from masterleinad/cuda_quick
Add CUDA quick test
Wolfgang Bangerth [Fri, 20 Oct 2017 16:52:44 +0000 (10:52 -0600)]
Make sure we call 'free()' instead of 'delete[]'.
Timo Heister [Fri, 20 Oct 2017 16:32:44 +0000 (12:32 -0400)]
Merge pull request #5274 from bangerth/doc-update
Update some discussion in step-9.
Wolfgang Bangerth [Fri, 20 Oct 2017 16:29:47 +0000 (10:29 -0600)]
Update some discussion in DataOutFilter.
In particular, warn about the dangers of using this class.
Wolfgang Bangerth [Fri, 20 Oct 2017 16:28:50 +0000 (10:28 -0600)]
Update some discussion in step-9.
Wolfgang Bangerth [Fri, 20 Oct 2017 16:26:16 +0000 (10:26 -0600)]
Simplify destructor.
Wolfgang Bangerth [Fri, 20 Oct 2017 16:08:06 +0000 (10:08 -0600)]
Rename parallel::Vector::val to parallel::Vector::values.
Wolfgang Bangerth [Fri, 20 Oct 2017 15:57:46 +0000 (09:57 -0600)]
Also make parallel::Vector::val a std::unique_ptr.
Wolfgang Bangerth [Fri, 20 Oct 2017 16:06:55 +0000 (10:06 -0600)]
Merge pull request #5250 from jppelteret/physics-notation
Add Kelvin notation to the physics module.
Daniel Arndt [Fri, 20 Oct 2017 15:39:43 +0000 (17:39 +0200)]
Merge pull request #5272 from masterleinad/initialize_partitioner
Initialize all variables in Partitioner
Daniel Arndt [Fri, 20 Oct 2017 14:31:04 +0000 (16:31 +0200)]
Initialize all variables in Partitioner
Daniel Arndt [Fri, 20 Oct 2017 14:20:59 +0000 (16:20 +0200)]
Add AssertCuda checks
Daniel Arndt [Fri, 20 Oct 2017 12:48:12 +0000 (14:48 +0200)]
Add CUDA quick test
David Wells [Fri, 20 Oct 2017 13:02:02 +0000 (09:02 -0400)]
Merge pull request #5248 from masterleinad/fix_ub_new_2
Make sure to not call memset with a nullptr
Martin Kronbichler [Fri, 20 Oct 2017 09:55:08 +0000 (11:55 +0200)]
Merge pull request #5270 from kronbichler/fix_partitioner_abs
Avoid std::abs() on unsigned types.
Martin Kronbichler [Fri, 20 Oct 2017 09:21:30 +0000 (11:21 +0200)]
Merge pull request #5268 from bangerth/use-unique-ptrs
Use unique_ptr instead of raw pointers in distributed::Vector.
Martin Kronbichler [Fri, 20 Oct 2017 08:28:16 +0000 (10:28 +0200)]
Avoid anonymous namespace.
Denis Davydov [Fri, 20 Oct 2017 08:13:51 +0000 (10:13 +0200)]
Merge pull request #5240 from gassmoeller/particle_fixes
Particle serialization fixes
Martin Kronbichler [Fri, 20 Oct 2017 07:23:59 +0000 (09:23 +0200)]
Avoid std::abs() on unsigned types.
Jean-Paul Pelteret [Fri, 20 Oct 2017 05:49:19 +0000 (07:49 +0200)]
Swap order of arguments for `to_tensor` function
Jean-Paul Pelteret [Fri, 20 Oct 2017 05:42:00 +0000 (07:42 +0200)]
Add missing documentation on output vector/matrix sizes.
Wolfgang Bangerth [Thu, 19 Oct 2017 15:08:32 +0000 (09:08 -0600)]
Use unique_ptr instead of raw pointers in distributed::Vector.
Wolfgang Bangerth [Thu, 19 Oct 2017 23:50:30 +0000 (17:50 -0600)]
Merge pull request #5263 from luca-heltai/find-active-cell-with-cache
Find active cell using Cache.
Wolfgang Bangerth [Thu, 19 Oct 2017 23:07:10 +0000 (17:07 -0600)]
Merge pull request #5259 from kronbichler/extend_mpi_partitioner
Extend mpi partitioner
Daniel Arndt [Thu, 19 Oct 2017 22:38:48 +0000 (00:38 +0200)]
Merge pull request #5266 from davydden/mf_operators_diagonal
add a boolean flag to MatrixFreeOperators::Base::compute_diagonal() t…
Jean-Paul Pelteret [Mon, 16 Oct 2017 06:37:15 +0000 (08:37 +0200)]
Add Kelvin notation to the physics module.
Denis Davydov [Thu, 19 Oct 2017 09:27:42 +0000 (11:27 +0200)]
extend MatrixFreeOperators::Base to store the diagonal of the operator.
Rene Gassmoeller [Thu, 19 Oct 2017 16:01:05 +0000 (10:01 -0600)]
Serialization fixes
Martin Kronbichler [Thu, 19 Oct 2017 12:32:37 +0000 (14:32 +0200)]
Add tests for the reduced MPI communication.
Martin Kronbichler [Thu, 19 Oct 2017 10:17:58 +0000 (12:17 +0200)]
Simplify exception message.
Martin Kronbichler [Thu, 19 Oct 2017 10:12:49 +0000 (12:12 +0200)]
Document the parameters of the new functions extensively.
David Wells [Wed, 18 Oct 2017 20:34:34 +0000 (16:34 -0400)]
Merge pull request #5265 from GivAlz/CorrectSpelling
Corrected spelling in grid tool function
Giovanni Alzetta [Wed, 18 Oct 2017 21:54:01 +0000 (21:54 +0000)]
Corrected spelling
Luca Heltai [Wed, 18 Oct 2017 17:41:03 +0000 (19:41 +0200)]
Changelog.
Luca Heltai [Wed, 18 Oct 2017 17:39:53 +0000 (19:39 +0200)]
Find active cell around point with Cache.
Martin Kronbichler [Wed, 18 Oct 2017 08:00:30 +0000 (10:00 +0200)]
Merge pull request #5260 from davydden/minor_extensions
add MGInterfaceOperator::initialize_dof_vector()
Martin Kronbichler [Tue, 17 Oct 2017 20:29:30 +0000 (22:29 +0200)]
Fix documentation.
Martin Kronbichler [Tue, 17 Oct 2017 16:51:44 +0000 (18:51 +0200)]
Add changelog
Denis Davydov [Tue, 17 Oct 2017 19:17:08 +0000 (21:17 +0200)]
Merge pull request #5255 from jppelteret/symm_tensor-rank
Add static member data for SymmetricTensor rank.
Denis Davydov [Tue, 17 Oct 2017 19:16:30 +0000 (21:16 +0200)]
Merge pull request #5256 from jppelteret/add_test-tensor_contract
Add unit test: Tensor contraction on outermost indices
Denis Davydov [Tue, 17 Oct 2017 19:15:55 +0000 (21:15 +0200)]
Merge pull request #5258 from jppelteret/physics-push_forward
Fix Physics::internal::transformation_contraction for standard Tensors.
Martin Kronbichler [Tue, 17 Oct 2017 16:45:44 +0000 (18:45 +0200)]
Add test for embedded data in Partitioner.
Martin Kronbichler [Tue, 17 Oct 2017 16:44:15 +0000 (18:44 +0200)]
Use new communication patterns from Partitioner in LA::d::Vector.
Martin Kronbichler [Tue, 17 Oct 2017 16:43:36 +0000 (18:43 +0200)]
Add new MPI partitioner functionality.
Support for embedding into larger ghost set.
MPI import and export functions.
Jean-Paul Pelteret [Mon, 16 Oct 2017 07:31:31 +0000 (09:31 +0200)]
Add static member data for SymmetricTensor rank.
Jean-Paul Pelteret [Tue, 17 Oct 2017 12:52:56 +0000 (14:52 +0200)]
Merge pull request #5254 from bangerth/doc-update-2
Better explain the meaning of Point<dim>.
Wolfgang Bangerth [Tue, 17 Oct 2017 03:59:39 +0000 (21:59 -0600)]
Better explain the meaning of Point<dim>.
Jean-Paul Pelteret [Tue, 17 Oct 2017 12:32:07 +0000 (14:32 +0200)]
Merge pull request #5257 from mwichro/master
Fix number type in make_vectorized_array inside get_symmetric_gradient
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.