]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Tue, 3 Oct 2017 01:02:21 +0000 (19:02 -0600)]
Allow using objects in Table and AlignedVector that are not copyable.
Wolfgang Bangerth [Tue, 3 Oct 2017 21:08:12 +0000 (15:08 -0600)]
Merge pull request #5194 from masterleinad/rempve_semicolon
Remove extra ';'
Denis Davydov [Tue, 3 Oct 2017 20:07:05 +0000 (22:07 +0200)]
Merge pull request #5174 from davydden/la_p_block_scalar_product
add LA::d::BlockVector:: multivector_inner_product()
Daniel Arndt [Tue, 3 Oct 2017 20:04:05 +0000 (22:04 +0200)]
Remove extra ';'
Denis Davydov [Tue, 3 Oct 2017 17:54:16 +0000 (19:54 +0200)]
minor doxygen fixes
Daniel Arndt [Tue, 3 Oct 2017 14:35:48 +0000 (16:35 +0200)]
Merge pull request #5182 from bangerth/update-test
Update a test.
Luca Heltai [Tue, 3 Oct 2017 12:54:33 +0000 (14:54 +0200)]
Merge pull request #5151 from tamiko/generalized_interpolation_2
Improve VectorTools::interpolate: Transformation for systems
Luca Heltai [Tue, 3 Oct 2017 12:53:32 +0000 (14:53 +0200)]
Merge pull request #5183 from bangerth/doc-update
A minor doc update to class CellID.
Wolfgang Bangerth [Tue, 3 Oct 2017 12:45:20 +0000 (06:45 -0600)]
Merge pull request #5178 from masterleinad/fix_compile_petsc_complex
Fix compilation with complex-valued PETSc
Luca Heltai [Tue, 3 Oct 2017 12:33:09 +0000 (14:33 +0200)]
Merge pull request #5172 from davydden/parpack_pointers
parpack: add additional solve() which takes eigenvectors as pointers
Daniel Arndt [Tue, 3 Oct 2017 11:00:42 +0000 (13:00 +0200)]
static_asserts for SUNDIALS solvers
Denis Davydov [Mon, 2 Oct 2017 18:00:26 +0000 (20:00 +0200)]
make sure multivector_inner_product() updates Property of LAPACKFullMatrix accordingly
Denis Davydov [Sat, 30 Sep 2017 21:36:42 +0000 (23:36 +0200)]
add LA::d::BlockVector::multivector_inner_product()
Denis Davydov [Sat, 30 Sep 2017 21:34:17 +0000 (23:34 +0200)]
add Utilities::MPI::sum() for LAPACKFullMatrix objects
Wolfgang Bangerth [Tue, 3 Oct 2017 03:02:52 +0000 (21:02 -0600)]
Merge pull request #5190 from drwells/add-lapacksupport-docs
Enable doxygen for the LAPACKSupport namespace.
David Wells [Tue, 3 Oct 2017 02:11:26 +0000 (22:11 -0400)]
Enable doxygen for the LAPACKSupport namespace.
Doxygen does not pick up undocumented namespaces
David Wells [Tue, 3 Oct 2017 00:46:42 +0000 (20:46 -0400)]
Merge pull request #5186 from bangerth/doc-update-2
Update documentation of SparseMatrixEZ.
David Wells [Tue, 3 Oct 2017 00:28:04 +0000 (20:28 -0400)]
Merge pull request #5181 from bangerth/fix-exception-2
Make sure a destructor does not throw any exceptions.
David Wells [Tue, 3 Oct 2017 00:16:54 +0000 (20:16 -0400)]
Merge pull request #5187 from bangerth/empty-constructor
Use =default for an empty constructor.
Wolfgang Bangerth [Mon, 2 Oct 2017 22:21:14 +0000 (16:21 -0600)]
Use =default for an empty constructor.
Wolfgang Bangerth [Mon, 2 Oct 2017 22:16:50 +0000 (16:16 -0600)]
Update documentation of SparseMatrixEZ.
David Wells [Mon, 2 Oct 2017 18:52:51 +0000 (14:52 -0400)]
Merge pull request #5180 from bangerth/fix-exception
Catch exception by reference.
Wolfgang Bangerth [Mon, 2 Oct 2017 16:47:49 +0000 (10:47 -0600)]
A minor doc update to class CellID.
Wolfgang Bangerth [Mon, 2 Oct 2017 16:42:51 +0000 (10:42 -0600)]
Update a test.
Let the test produce more output to make debugging easier if something goes wrong.
Wolfgang Bangerth [Mon, 2 Oct 2017 16:33:57 +0000 (10:33 -0600)]
Make sure a destructor does not throw any exceptions.
Wolfgang Bangerth [Mon, 2 Oct 2017 16:28:21 +0000 (10:28 -0600)]
Catch exception by reference.
Copying is inefficient and, in this case, clearly unnecessary.
Wolfgang Bangerth [Mon, 2 Oct 2017 14:18:35 +0000 (08:18 -0600)]
Merge pull request #5177 from masterleinad/unused_vars
Silence warnings for unused parameters without LAPACK
Daniel Arndt [Mon, 2 Oct 2017 14:12:44 +0000 (16:12 +0200)]
Extend convert_generalized_support_point_values_to_dof_values for complex-valued types
Daniel Arndt [Mon, 2 Oct 2017 14:11:59 +0000 (16:11 +0200)]
Disable some Sundials functions for complex-valued PETSc
Daniel Arndt [Mon, 2 Oct 2017 13:42:14 +0000 (15:42 +0200)]
Merge pull request #5109 from davydden/interpolate_mg
facilitate transfer of fine-level solution to MG levels and test it with MappingQEulerian
Daniel Arndt [Mon, 2 Oct 2017 12:28:59 +0000 (14:28 +0200)]
Silence warnings for unused parameters without LAPACK
Luca Heltai [Mon, 2 Oct 2017 09:10:52 +0000 (11:10 +0200)]
Merge pull request #4729 from gassmoeller/add_particle_class
Add particle class
Denis Davydov [Fri, 29 Sep 2017 16:01:14 +0000 (18:01 +0200)]
parpack: add additional solve() which takes eigenvectors as pointers
Daniel Arndt [Thu, 28 Sep 2017 20:25:54 +0000 (22:25 +0200)]
Merge pull request #5170 from bangerth/fix-warning
Fix a warning about a missing return statement.
Wolfgang Bangerth [Thu, 28 Sep 2017 17:00:35 +0000 (11:00 -0600)]
Fix a warning about a missing return statement.
Denis Davydov [Thu, 28 Sep 2017 16:13:26 +0000 (18:13 +0200)]
Merge pull request #5154 from davydden/lapack_cholesky
extend LAPACKFullMatrix to do Cholesky, inverse of SPD, norms and con…
Daniel Arndt [Thu, 28 Sep 2017 16:12:46 +0000 (18:12 +0200)]
Merge pull request #5164 from bangerth/cleanups
Two small cleanups in the code that computes hanging node constraints.
Daniel Arndt [Thu, 28 Sep 2017 15:35:08 +0000 (17:35 +0200)]
Merge pull request #5168 from bangerth/doc-update
Properly qualify a function name.
Wolfgang Bangerth [Thu, 28 Sep 2017 15:30:29 +0000 (09:30 -0600)]
Merge pull request #5106 from luca-heltai/extract-used-vertices
GridTools::extract_used_vertices
Wolfgang Bangerth [Thu, 28 Sep 2017 15:29:06 +0000 (09:29 -0600)]
Properly qualify a function name.
Wolfgang Bangerth [Thu, 28 Sep 2017 15:28:03 +0000 (09:28 -0600)]
Merge pull request #5107 from eldarkh/fix-hp-rt-issues
More support for vector-valued hp FE spaces
Wolfgang Bangerth [Thu, 28 Sep 2017 13:29:36 +0000 (07:29 -0600)]
Merge pull request #5166 from luca-heltai/switch-order-sundials
Switch order of arguments in constructors for SUNDIALS::*
Rene Gassmoeller [Mon, 25 Sep 2017 17:35:32 +0000 (11:35 -0600)]
Address comments, add test for ParticleIterator and ParticleAccessor
Martin Kronbichler [Thu, 28 Sep 2017 08:10:48 +0000 (10:10 +0200)]
Merge pull request #5074 from jwitte08/vectorized_tensor_product_matrix_sum
Vectorized tensor product matrix
Julius Witte [Wed, 27 Sep 2017 11:32:17 +0000 (13:32 +0200)]
Added a changelog entry.
Luca Heltai [Thu, 28 Sep 2017 07:59:56 +0000 (09:59 +0200)]
Switched order of arguments in SUNDIALS::* constructors.
David Wells [Wed, 27 Sep 2017 21:46:08 +0000 (17:46 -0400)]
Merge pull request #5165 from bangerth/simplify
Simplify some con/destructors by using =default.
Matthias Maier [Wed, 27 Sep 2017 17:14:15 +0000 (12:14 -0500)]
run astyle. yes, it looks quite bad :-(
Matthias Maier [Wed, 27 Sep 2017 17:12:59 +0000 (12:12 -0500)]
refactor code
Wolfgang Bangerth [Wed, 27 Sep 2017 19:40:05 +0000 (13:40 -0600)]
Simplify some con/destructors by using =default.
David Wells [Wed, 27 Sep 2017 17:35:53 +0000 (13:35 -0400)]
Merge pull request #5149 from bangerth/more-hp-work
More steps towards hp in parallel.
Denis Davydov [Wed, 27 Sep 2017 14:47:01 +0000 (16:47 +0200)]
move thread mutex
Matthias Maier [Tue, 26 Sep 2017 17:20:12 +0000 (12:20 -0500)]
Bugfix: Also handle nested fe systems
Matthias Maier [Tue, 26 Sep 2017 16:40:25 +0000 (11:40 -0500)]
add a test
Matthias Maier [Mon, 25 Sep 2017 22:43:38 +0000 (17:43 -0500)]
reorganize generalized_interpolation tests, add a variant
Wolfgang Bangerth [Wed, 27 Sep 2017 16:57:05 +0000 (10:57 -0600)]
Prefer std::make_shared() over operator new().
Matthias Maier [Mon, 25 Sep 2017 22:35:45 +0000 (17:35 -0500)]
reenable last part of numerics/generalized_interpolation_02
Matthias Maier [Sun, 17 Sep 2017 21:50:26 +0000 (16:50 -0500)]
VectorTools::interpolate - support transformations with FESystems
Denis Davydov [Wed, 27 Sep 2017 08:34:53 +0000 (10:34 +0200)]
minor documentation cleanup
Wolfgang Bangerth [Wed, 27 Sep 2017 14:47:57 +0000 (08:47 -0600)]
Simplify some pieces of code.
Wolfgang Bangerth [Tue, 26 Sep 2017 21:23:25 +0000 (15:23 -0600)]
Reorder statements to avoid some computations when not necessary.
Denis Davydov [Wed, 27 Sep 2017 14:27:55 +0000 (16:27 +0200)]
remove an empty line
Denis Davydov [Wed, 27 Sep 2017 14:26:20 +0000 (16:26 +0200)]
add changelog entries
Denis Davydov [Wed, 27 Sep 2017 14:25:27 +0000 (16:25 +0200)]
extend MappingQEulerian to work with multi-grid solution vectors
Denis Davydov [Wed, 27 Sep 2017 14:24:19 +0000 (16:24 +0200)]
add MGTransferMatrixFree::interpolate_to_mg() to transfer fine-level solution to a multi-grid vector
Wolfgang Bangerth [Wed, 27 Sep 2017 14:08:02 +0000 (08:08 -0600)]
Merge pull request #5156 from luca-heltai/arkode
ARKode interface.
Luca Heltai [Wed, 27 Sep 2017 14:01:28 +0000 (16:01 +0200)]
Merge pull request #5148 from tamiko/make_dealii_great_again
Fix FindASSIMP.cmake and improve DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
Luca Heltai [Wed, 27 Sep 2017 14:00:45 +0000 (16:00 +0200)]
Merge pull request #5162 from masterleinad/restrict_tests_p4est
Restrict tests requiring p4est
Luca Heltai [Wed, 27 Sep 2017 13:41:08 +0000 (15:41 +0200)]
Fixed WB comments.
Luca Heltai [Tue, 19 Sep 2017 14:37:50 +0000 (16:37 +0200)]
GridTools::find_closest_vertex with mapping argument.
Luca Heltai [Tue, 19 Sep 2017 13:22:45 +0000 (15:22 +0200)]
Added test with MappingQEulerian.
Luca Heltai [Tue, 19 Sep 2017 12:49:28 +0000 (14:49 +0200)]
GridTools::find_closest_vertex(map, point)
Luca Heltai [Mon, 18 Sep 2017 15:35:17 +0000 (17:35 +0200)]
New GridTools::extract_used_vertices function.
Luca Heltai [Wed, 27 Sep 2017 12:51:17 +0000 (14:51 +0200)]
Merge pull request #5159 from bangerth/doc-update
Update documentation in VectorMemory and derived classes.
Luca Heltai [Wed, 27 Sep 2017 12:41:07 +0000 (14:41 +0200)]
deal2lkit -> deal.II, 2015 -> 2017
Luca Heltai [Wed, 27 Sep 2017 12:36:31 +0000 (14:36 +0200)]
ChangeLog.
Luca Heltai [Wed, 27 Sep 2017 12:33:48 +0000 (14:33 +0200)]
Brusselator test with jacobian.
Luca Heltai [Wed, 27 Sep 2017 10:53:16 +0000 (12:53 +0200)]
Test all nonjacobian interfaces.
Luca Heltai [Tue, 26 Sep 2017 14:45:49 +0000 (16:45 +0200)]
ARKode interface.
Luca Heltai [Tue, 26 Sep 2017 14:45:36 +0000 (16:45 +0200)]
Add ARKode to FindSUNDIALS.
Daniel Arndt [Wed, 27 Sep 2017 12:01:35 +0000 (14:01 +0200)]
Merge pull request #5163 from masterleinad/unused_param_param_acceptor
Remove unused parameter
Luca Heltai [Wed, 27 Sep 2017 11:04:23 +0000 (13:04 +0200)]
Merge pull request #5153 from bangerth/avoid-raw-pointers
Avoid raw pointers in SUNDIALS IDA interfaces.
Denis Davydov [Wed, 27 Sep 2017 11:02:09 +0000 (13:02 +0200)]
Merge pull request #5161 from drwells/add-deal-ii-with-petsc-with-hypre
Add DEAL_II_PETSC_WITH_HYPRE.
Daniel Arndt [Wed, 27 Sep 2017 10:16:51 +0000 (12:16 +0200)]
Remove unused parameter
Daniel Arndt [Wed, 27 Sep 2017 10:12:40 +0000 (12:12 +0200)]
Restrict tests requiring p4est
Denis Davydov [Wed, 27 Sep 2017 07:10:23 +0000 (09:10 +0200)]
a changelog for LAPACKSupport::Property
Denis Davydov [Wed, 27 Sep 2017 07:09:54 +0000 (09:09 +0200)]
use Testing::rand() to generate matrices
Denis Davydov [Tue, 26 Sep 2017 14:24:23 +0000 (16:24 +0200)]
add a changelog
Denis Davydov [Tue, 26 Sep 2017 14:00:32 +0000 (16:00 +0200)]
add thread mutex to const functions which use mutable variables
Denis Davydov [Tue, 26 Sep 2017 13:40:07 +0000 (15:40 +0200)]
extend LAPACKFullMatrix to do Cholesky, inverse of SPD, norms and condition number estimate
David Wells [Wed, 27 Sep 2017 00:34:14 +0000 (20:34 -0400)]
Add DEAL_II_WITH_PETSC_WITH_HYPRE.
This does not change any functionality but does make it easier to
disable (or enable) tests based on the availability of hypre within
PETSc.
Eldar Khattatov [Tue, 26 Sep 2017 22:43:52 +0000 (18:43 -0400)]
Fix flux_sparsity and project_boundary_values for vector-valued hp objects
David Wells [Tue, 26 Sep 2017 22:04:57 +0000 (18:04 -0400)]
Merge pull request #4994 from jppelteret/petsc_mumps
Setup and use DEAL_II_PETSC_WITH_MUMPS in PETSc solver.
Daniel Arndt [Tue, 26 Sep 2017 21:55:15 +0000 (23:55 +0200)]
Merge pull request #5158 from bangerth/avoid-raw-pointers-2
Avoid raw pointers in favor of VectorMemory::Pointer in SolverQMRS.
Wolfgang Bangerth [Tue, 26 Sep 2017 19:08:49 +0000 (13:08 -0600)]
Update documentation in VectorMemory and derived classes.
Wolfgang Bangerth [Tue, 26 Sep 2017 18:59:47 +0000 (12:59 -0600)]
Avoid raw pointers in favor of VectorMemory::Pointer in SolverQMRS.
Luca Heltai [Tue, 26 Sep 2017 17:27:31 +0000 (19:27 +0200)]
Merge pull request #5116 from luca-heltai/parameter-acceptor
ParameterAcceptor.
Wolfgang Bangerth [Tue, 26 Sep 2017 17:20:11 +0000 (11:20 -0600)]
Merge pull request #5157 from tjhei/step56-template-naming
minor: step-56: consistent template arg naming
Luca Heltai [Mon, 25 Sep 2017 11:49:13 +0000 (13:49 +0200)]
Added initialize with input_stream, and optional prm.
Luca Heltai [Wed, 20 Sep 2017 15:04:15 +0000 (17:04 +0200)]
Added default prm to add_parameter().
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.