]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoMerge pull request #5698 from masterleinad/rebase_opencascade_boundaries
Luca Heltai [Sat, 6 Jan 2018 21:19:06 +0000 (22:19 +0100)]
Merge pull request #5698 from masterleinad/rebase_opencascade_boundaries

Rebase Opencascade Boundary classes

6 years agoMerge pull request #5697 from masterleinad/replace_cone_boundary
Luca Heltai [Sat, 6 Jan 2018 21:18:45 +0000 (22:18 +0100)]
Merge pull request #5697 from masterleinad/replace_cone_boundary

 Replace ConeBoundary by CylindricalManifold

6 years agoMerge pull request #5700 from Rombur/cuda_assert
Daniel Arndt [Sat, 6 Jan 2018 00:00:29 +0000 (01:00 +0100)]
Merge pull request #5700 from Rombur/cuda_assert

Make AssertCuda use Assert instead of AssertThrow

6 years agoMerge pull request #5702 from vishalkenchan/bug_fix/rol_vector_adaptor
Denis Davydov [Fri, 5 Jan 2018 20:59:47 +0000 (21:59 +0100)]
Merge pull request #5702 from vishalkenchan/bug_fix/rol_vector_adaptor

ROL: bug fix applyBinary function in Rol::VectorAdaptor

6 years agoMerge pull request #5701 from masterleinad/fix_tests_5691
Wolfgang Bangerth [Fri, 5 Jan 2018 18:33:57 +0000 (12:33 -0600)]
Merge pull request #5701 from masterleinad/fix_tests_5691

Fix failing tests after #5691

6 years agoMerge pull request #5699 from Rombur/pedantic
Matthias Maier [Fri, 5 Jan 2018 17:54:57 +0000 (11:54 -0600)]
Merge pull request #5699 from Rombur/pedantic

Do not use pedantic when cuda support is enabled

6 years agoDo not use pedantic when cuda support is enabled 5699/head
Bruno Turcksin [Fri, 5 Jan 2018 16:45:04 +0000 (11:45 -0500)]
Do not use pedantic when cuda support is enabled

nvcc generates code that produces a lot of warnings when pedantic is used.
Since the code is generated by nvcc there is nothing we can do about it except
not using pedantic.

6 years agoMerge pull request #5684 from masterleinad/replace_boundary
Daniel Arndt [Fri, 5 Jan 2018 13:58:29 +0000 (14:58 +0100)]
Merge pull request #5684 from masterleinad/replace_boundary

Replace StraightBoundary by FlatManifold in tests

6 years agobug fix applyBinary function in Rol::VectorAdaptor 5702/head
vishalkenchan [Fri, 5 Jan 2018 13:40:06 +0000 (14:40 +0100)]
bug fix applyBinary function in Rol::VectorAdaptor

6 years agoChangelog entry 5698/head
Daniel Arndt [Thu, 4 Jan 2018 23:38:48 +0000 (00:38 +0100)]
Changelog entry

6 years agoFix failing tests after #5691 5701/head
Daniel Arndt [Fri, 5 Jan 2018 11:43:55 +0000 (12:43 +0100)]
Fix failing tests after #5691

6 years agoSimplify computation of normal vector in 2D 5684/head
Daniel Arndt [Thu, 4 Jan 2018 17:07:09 +0000 (18:07 +0100)]
Simplify computation of normal vector in 2D

6 years agoReplace StraightBoundary by FlatManifold in tests
Daniel Arndt [Tue, 2 Jan 2018 18:56:56 +0000 (19:56 +0100)]
Replace StraightBoundary by FlatManifold in tests

6 years agoMove implementation of normal_vector and get_normal_at_vertices from StraightBoundary...
Daniel Arndt [Tue, 2 Jan 2018 18:56:32 +0000 (19:56 +0100)]
Move implementation of normal_vector and get_normal_at_vertices from StraightBoundary to FlatManifold

6 years agoMake AssertCuda use Assert instead of AssertThrow 5700/head
Bruno Turcksin [Fri, 5 Jan 2018 02:23:44 +0000 (21:23 -0500)]
Make AssertCuda use Assert instead of AssertThrow

We used AssertThrow instead of Assert in AssertCuda because of a bug that has
now been fixed.

6 years agoRebase Opencascade Boundary classes onto FlatManifold
Daniel Arndt [Thu, 4 Jan 2018 23:12:31 +0000 (00:12 +0100)]
Rebase Opencascade Boundary classes onto FlatManifold

6 years agoChangelog entry 5697/head
Daniel Arndt [Thu, 4 Jan 2018 16:20:52 +0000 (17:20 +0100)]
Changelog entry

6 years agoUpdate documentation
Daniel Arndt [Thu, 4 Jan 2018 16:17:40 +0000 (17:17 +0100)]
Update documentation

6 years agoReplace ConeBoundary by CylindricalManifold in tests
Daniel Arndt [Thu, 4 Jan 2018 16:09:45 +0000 (17:09 +0100)]
Replace ConeBoundary by CylindricalManifold in tests

6 years agoImplement CylindricalManifold::push_forward_gradient
Daniel Arndt [Thu, 4 Jan 2018 16:08:21 +0000 (17:08 +0100)]
Implement CylindricalManifold::push_forward_gradient

6 years agoSimplify CylindricalManifold::push_forward
Daniel Arndt [Thu, 4 Jan 2018 16:01:41 +0000 (17:01 +0100)]
Simplify CylindricalManifold::push_forward

6 years agoMerge pull request #5694 from bangerth/glossary
Daniel Arndt [Thu, 4 Jan 2018 14:38:52 +0000 (15:38 +0100)]
Merge pull request #5694 from bangerth/glossary

Write something about the Z order in the glossary.

6 years agoWrite something about the Z order in the glossary. 5694/head
Wolfgang Bangerth [Tue, 2 Jan 2018 22:54:47 +0000 (15:54 -0700)]
Write something about the Z order in the glossary.

6 years agoMerge pull request #5691 from gassmoeller/write_float_vtu
Wolfgang Bangerth [Thu, 4 Jan 2018 13:51:47 +0000 (07:51 -0600)]
Merge pull request #5691 from gassmoeller/write_float_vtu

Write data and vertices as floats

6 years agoAdd changelog 5691/head
Rene Gassmoeller [Thu, 4 Jan 2018 13:38:14 +0000 (14:38 +0100)]
Add changelog

6 years agoUpdate test results
Rene Gassmoeller [Wed, 3 Jan 2018 18:15:03 +0000 (19:15 +0100)]
Update test results

6 years agoWrite data and vertices as floats
Rene Gassmoeller [Tue, 26 Dec 2017 21:33:47 +0000 (15:33 -0600)]
Write data and vertices as floats

6 years agoMerge pull request #5689 from bangerth/fix
Timo Heister [Wed, 3 Jan 2018 10:00:26 +0000 (05:00 -0500)]
Merge pull request #5689 from bangerth/fix

Use the correct iterator type in DoFRenumbering::hierarchical().

6 years agoMerge pull request #5692 from masterleinad/avoid_compiler_warning
David Wells [Wed, 3 Jan 2018 05:33:11 +0000 (00:33 -0500)]
Merge pull request #5692 from masterleinad/avoid_compiler_warning

Avoid compiler warning regarding writing past the end of an array

6 years agoMerge pull request #5693 from masterleinad/fix_typo_grid_out
David Wells [Wed, 3 Jan 2018 05:31:15 +0000 (00:31 -0500)]
Merge pull request #5693 from masterleinad/fix_typo_grid_out

Fix typo in GridOutFlags::Vtu

6 years agoFix typo 5693/head
Daniel Arndt [Tue, 2 Jan 2018 14:10:47 +0000 (15:10 +0100)]
Fix typo

6 years agoAvoid compiler warning regarding writing 5692/head
Daniel Arndt [Tue, 2 Jan 2018 18:49:58 +0000 (19:49 +0100)]
Avoid compiler warning regarding writing
beyond the end of an array

6 years agoUse the correct iterator type in DoFRenumbering::hierarchical(). 5689/head
Wolfgang Bangerth [Sun, 31 Dec 2017 22:31:18 +0000 (15:31 -0700)]
Use the correct iterator type in DoFRenumbering::hierarchical().

6 years agoMerge pull request #5685 from bangerth/fix-hierarchical
Timo Heister [Mon, 1 Jan 2018 09:28:43 +0000 (04:28 -0500)]
Merge pull request #5685 from bangerth/fix-hierarchical

Clean up some odds and ends.

6 years agoMerge pull request #5687 from bangerth/doc-update
Timo Heister [Mon, 1 Jan 2018 09:26:56 +0000 (04:26 -0500)]
Merge pull request #5687 from bangerth/doc-update

Update a couple of comments for p::s::Triangulation.

6 years agoMerge pull request #5688 from bangerth/micro-fix
Timo Heister [Mon, 1 Jan 2018 09:26:10 +0000 (04:26 -0500)]
Merge pull request #5688 from bangerth/micro-fix

Make an input argument to a function 'const'.

6 years agoMake an input argument to a function 'const'. 5688/head
Wolfgang Bangerth [Sun, 31 Dec 2017 22:27:47 +0000 (15:27 -0700)]
Make an input argument to a function 'const'.

6 years agoUpdate a couple of comments. 5687/head
Wolfgang Bangerth [Sun, 31 Dec 2017 22:25:20 +0000 (15:25 -0700)]
Update a couple of comments.

6 years agoRename a variable for clarity. 5685/head
Wolfgang Bangerth [Sat, 30 Dec 2017 21:22:36 +0000 (14:22 -0700)]
Rename a variable for clarity.

6 years agoClean up some odds and ends.
Wolfgang Bangerth [Sat, 30 Dec 2017 18:19:36 +0000 (11:19 -0700)]
Clean up some odds and ends.

6 years agoMerge pull request #5680 from bangerth/add-tests
Martin Kronbichler [Fri, 29 Dec 2017 14:13:08 +0000 (15:13 +0100)]
Merge pull request #5680 from bangerth/add-tests

Add a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries().

6 years agoMerge pull request #5611 from juan42/add_idas_detection
Luca Heltai [Fri, 29 Dec 2017 11:25:45 +0000 (12:25 +0100)]
Merge pull request #5611 from juan42/add_idas_detection

Add check if sundials has idas

6 years agoMerge pull request #5668 from eldarkh/fix-hdiv-seminorm
David Wells [Thu, 28 Dec 2017 21:36:32 +0000 (16:36 -0500)]
Merge pull request #5668 from eldarkh/fix-hdiv-seminorm

Fix the way H-div seminorm is computed

6 years agoAdd a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries(). 5680/head
Wolfgang Bangerth [Thu, 28 Dec 2017 19:56:39 +0000 (12:56 -0700)]
Add a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries().

6 years agoMerge pull request #5679 from masterleinad/improve_fix_tests
Daniel Arndt [Thu, 28 Dec 2017 18:00:19 +0000 (19:00 +0100)]
Merge pull request #5679 from masterleinad/improve_fix_tests

Add GMSH quicktest

6 years agoFix Hdiv seminorm 5668/head
Eldar Khattatov [Thu, 28 Dec 2017 17:37:42 +0000 (12:37 -0500)]
Fix Hdiv seminorm

6 years agoMerge pull request #5678 from masterleinad/improve_fix_tests_2
Denis Davydov [Thu, 28 Dec 2017 16:46:57 +0000 (17:46 +0100)]
Merge pull request #5678 from masterleinad/improve_fix_tests_2

Fix BOOST/ZLIB quicktest

6 years agoAdd GMSH quicktest 5679/head
Daniel Arndt [Thu, 28 Dec 2017 14:20:58 +0000 (15:20 +0100)]
Add GMSH quicktest

6 years agoFix BOOST/ZLIB quicktest 5678/head
Daniel Arndt [Thu, 28 Dec 2017 14:19:59 +0000 (15:19 +0100)]
Fix BOOST/ZLIB quicktest

6 years agoMerge pull request #5676 from kronbichler/vectorized_array_streaming_stores
Wolfgang Bangerth [Thu, 28 Dec 2017 14:38:27 +0000 (08:38 -0600)]
Merge pull request #5676 from kronbichler/vectorized_array_streaming_stores

Streaming store operation for VectorizedArray

6 years agoMerge pull request #5677 from davydden/test/zlib_boost_quick_test
Daniel Arndt [Thu, 28 Dec 2017 08:27:47 +0000 (09:27 +0100)]
Merge pull request #5677 from davydden/test/zlib_boost_quick_test

tests: add a quick test for Zlib with Boost

6 years agoAdd changelog. 5676/head
Martin Kronbichler [Wed, 27 Dec 2017 15:16:21 +0000 (16:16 +0100)]
Add changelog.

6 years agoNew test.
Martin Kronbichler [Wed, 27 Dec 2017 15:16:09 +0000 (16:16 +0100)]
New test.

6 years agoAdd VectorizedArray::streaming_store.
Martin Kronbichler [Wed, 27 Dec 2017 15:16:00 +0000 (16:16 +0100)]
Add VectorizedArray::streaming_store.

6 years agotests: add a quick test for Zlib with Boost 5677/head
Denis Davydov [Wed, 27 Dec 2017 18:19:35 +0000 (19:19 +0100)]
tests: add a quick test for Zlib with Boost

6 years agoMerge pull request #5670 from ExtremOPS/updateSparseMatrixMMULT
Martin Kronbichler [Wed, 27 Dec 2017 14:52:29 +0000 (15:52 +0100)]
Merge pull request #5670 from ExtremOPS/updateSparseMatrixMMULT

Update sparse matrix mmult with DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5674 from bangerth/doc-update-2
Denis Davydov [Mon, 25 Dec 2017 07:48:37 +0000 (08:48 +0100)]
Merge pull request #5674 from bangerth/doc-update-2

Update the documentation of some PETScWrappers::MatrixBase member variables

6 years agoUpdate the documentation of some PETScWrappers::MatrixBase member variables. 5674/head
Wolfgang Bangerth [Sat, 23 Dec 2017 16:20:52 +0000 (09:20 -0700)]
Update the documentation of some PETScWrappers::MatrixBase member variables.

6 years agoMerge pull request #5671 from bangerth/doc-update
Denis Davydov [Sun, 24 Dec 2017 17:57:43 +0000 (18:57 +0100)]
Merge pull request #5671 from bangerth/doc-update

Move deleted operators out of the private: section of a class.

6 years agoMerge pull request #5673 from masterleinad/fix_intel_warnings
Wolfgang Bangerth [Sun, 24 Dec 2017 16:09:42 +0000 (10:09 -0600)]
Merge pull request #5673 from masterleinad/fix_intel_warnings

Fix Intel 18 warnings in OpenCASCADE wrapper

6 years agoMove deleted operators out of the private: section of a class. 5671/head
Wolfgang Bangerth [Sat, 23 Dec 2017 16:16:44 +0000 (09:16 -0700)]
Move deleted operators out of the private: section of a class.

There is no longer a reason to hide these operators. They aren't usable anyway, so we
may as well document this publicly.

6 years agoFix Intel 18 warnings in OpenCASCADE wrapper 5673/head
Daniel Arndt [Sat, 23 Dec 2017 17:24:19 +0000 (18:24 +0100)]
Fix Intel 18 warnings in OpenCASCADE wrapper

6 years agoadded change log 5670/head
Christoph Goering [Fri, 22 Dec 2017 22:02:17 +0000 (23:02 +0100)]
added change log

6 years agoimproved readability inside SparseMatrix::mmult(..) with DynamicSparsityPattern:...
Christoph Goering [Fri, 22 Dec 2017 22:01:27 +0000 (23:01 +0100)]
improved readability inside SparseMatrix::mmult(..) with DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5604 from masterleinad/extract_hanging_node_parallel
Daniel Arndt [Sat, 23 Dec 2017 23:05:00 +0000 (00:05 +0100)]
Merge pull request #5604 from masterleinad/extract_hanging_node_parallel

Make DoFTools::extract_hanging_node_dofs for p::d/s::Triangualations

6 years agoMerge pull request #5669 from davydden/arclength_boundary_02
Luca Heltai [Sat, 23 Dec 2017 18:51:08 +0000 (19:51 +0100)]
Merge pull request #5669 from davydden/arclength_boundary_02

disable unstable arclength_boundary_02 test

6 years agoMerge pull request #5672 from masterleinad/update_project_to_object_01
Denis Davydov [Sat, 23 Dec 2017 18:49:18 +0000 (19:49 +0100)]
Merge pull request #5672 from masterleinad/update_project_to_object_01

Update test output for grid/project_to_object_01

6 years agoMerge pull request #5665 from tjhei/trilinos_sparsity_copy_from
Daniel Arndt [Sat, 23 Dec 2017 17:16:25 +0000 (18:16 +0100)]
Merge pull request #5665 from tjhei/trilinos_sparsity_copy_from

implement missing TrilinosWrappers::SparsityPattern::copy_from()

6 years agoUpdate test output for grid/project_to_object_01 5672/head
Daniel Arndt [Sat, 23 Dec 2017 16:42:52 +0000 (17:42 +0100)]
Update test output for grid/project_to_object_01

6 years agoSimplify the logic used and extract all locally relevant DoFs 5604/head
Daniel Arndt [Thu, 21 Dec 2017 17:27:59 +0000 (18:27 +0100)]
Simplify the logic used and extract all locally relevant DoFs

6 years agodisable unstable arclength_boundary_02 test 5669/head
Denis Davydov [Fri, 22 Dec 2017 20:11:43 +0000 (21:11 +0100)]
disable unstable arclength_boundary_02 test

6 years agoMerge pull request #5562 from gassmoeller/optimize_spherical_manifold_get_new_point
Martin Kronbichler [Sat, 23 Dec 2017 15:38:53 +0000 (16:38 +0100)]
Merge pull request #5562 from gassmoeller/optimize_spherical_manifold_get_new_point

Optimize spherical manifold get_new_point into get_new_points

6 years agoimplement missing TrilinosWrappers::SparsityPattern::copy_from() 5665/head
Timo Heister [Fri, 22 Dec 2017 14:14:09 +0000 (09:14 -0500)]
implement missing TrilinosWrappers::SparsityPattern::copy_from()

also test the different copy_from implementations.

6 years agoMerge pull request #5656 from davydden/feature/blas64
Denis Davydov [Fri, 22 Dec 2017 03:13:19 +0000 (04:13 +0100)]
Merge pull request #5656 from davydden/feature/blas64

support 64bit BLAS

6 years agoMerge pull request #5663 from bangerth/grammar
Denis Davydov [Thu, 21 Dec 2017 23:05:29 +0000 (00:05 +0100)]
Merge pull request #5663 from bangerth/grammar

Fix the grammar of a few doc strings.

6 years agoFix the grammar of a few doc strings. 5663/head
Wolfgang Bangerth [Thu, 21 Dec 2017 20:13:00 +0000 (13:13 -0700)]
Fix the grammar of a few doc strings.

6 years agoMerge pull request #5661 from masterleinad/64_bit_serialize
Wolfgang Bangerth [Thu, 21 Dec 2017 19:40:51 +0000 (13:40 -0600)]
Merge pull request #5661 from masterleinad/64_bit_serialize

Add 64-bit output variant for serialization/hp_dof_handler_01

6 years agosupport 64bit BLAS 5656/head
Denis Davydov [Wed, 20 Dec 2017 21:29:37 +0000 (22:29 +0100)]
support 64bit BLAS

6 years agoMerge pull request #5660 from masterleinad/increase_precision_arpack_parpack
Daniel Arndt [Thu, 21 Dec 2017 18:31:39 +0000 (19:31 +0100)]
Merge pull request #5660 from masterleinad/increase_precision_arpack_parpack

Increase precision in arpack/parpack_advection_diffusion_petsc

6 years agoMerge pull request #5652 from drwells/lapack-size-type
Daniel Arndt [Thu, 21 Dec 2017 18:02:50 +0000 (19:02 +0100)]
Merge pull request #5652 from drwells/lapack-size-type

Change LAPACKFullMatrix::size_type to unsigned int.

6 years agoMerge pull request #5659 from davydden/feature/norm_sqr
Denis Davydov [Thu, 21 Dec 2017 16:14:00 +0000 (17:14 +0100)]
Merge pull request #5659 from davydden/feature/norm_sqr

add LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr()

6 years agoUpdate tests 5562/head
Rene Gassmoeller [Thu, 21 Dec 2017 02:14:59 +0000 (20:14 -0600)]
Update tests

6 years agoMerge pull request #5632 from ExtremOPS/multiplySparsityPattern
Martin Kronbichler [Thu, 21 Dec 2017 14:42:46 +0000 (15:42 +0100)]
Merge pull request #5632 from ExtremOPS/multiplySparsityPattern

Multiply sparsity pattern

6 years agoIncrease precision in arpack/parpack_advection_diffusion_petsc 5660/head
Daniel Arndt [Thu, 21 Dec 2017 13:54:18 +0000 (14:54 +0100)]
Increase precision in arpack/parpack_advection_diffusion_petsc

6 years agoAdd 64-bit output variant for serialization/hp_dof_handler_01 5661/head
Daniel Arndt [Thu, 21 Dec 2017 13:51:30 +0000 (14:51 +0100)]
Add 64-bit output variant for serialization/hp_dof_handler_01

6 years agoadd LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr() 5659/head
Denis Davydov [Thu, 21 Dec 2017 13:29:22 +0000 (14:29 +0100)]
add LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr()

6 years agoadded changelog entry 5632/head
Christoph Goering [Tue, 19 Dec 2017 13:09:03 +0000 (14:09 +0100)]
added changelog entry

6 years agoadded two unit tests and its output for compute_mmult_pattern(..)
Christoph Goering [Wed, 20 Dec 2017 13:25:23 +0000 (14:25 +0100)]
added two unit tests and its output for compute_mmult_pattern(..)

6 years agoadded DynamicSparsityPattern::compute_mmult_pattern(..)
Christoph Goering [Fri, 15 Dec 2017 17:42:00 +0000 (18:42 +0100)]
added DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5654 from masterleinad/update_number_cache_periodicity
Martin Kronbichler [Thu, 21 Dec 2017 06:49:23 +0000 (07:49 +0100)]
Merge pull request #5654 from masterleinad/update_number_cache_periodicity

Update NumberCache after adding periodicity to a p::d::Triangulation

6 years agoChange LAPACKFullMatrix::size_type to unsigned int. 5652/head
David Wells [Wed, 20 Dec 2017 15:54:51 +0000 (10:54 -0500)]
Change LAPACKFullMatrix::size_type to unsigned int.

This fixes compilation with 64 bit indices and also makes things more consistent
with base class functions (e.g., TransposeTable::n_rows() returns an unsigned
int).

6 years agoAdd comment why to call update_number_cache 5654/head
Daniel Arndt [Wed, 20 Dec 2017 22:15:10 +0000 (23:15 +0100)]
Add comment why to call update_number_cache

6 years agoUpdate NumberCache after adding periodicity to a p::d::Triangulation
Daniel Arndt [Wed, 20 Dec 2017 15:58:40 +0000 (16:58 +0100)]
Update NumberCache after adding periodicity to a p::d::Triangulation

6 years agoMerge pull request #5651 from davydden/feature/lapack_remove
Denis Davydov [Wed, 20 Dec 2017 20:29:20 +0000 (21:29 +0100)]
Merge pull request #5651 from davydden/feature/lapack_remove

add a function to remove row and column from LAPACKFullMatrix

6 years agoadd a function to remove row and column from LAPACKFullMatrix 5651/head
Denis Davydov [Wed, 20 Dec 2017 12:30:21 +0000 (13:30 +0100)]
add a function to remove row and column from LAPACKFullMatrix

6 years agoMerge pull request #5650 from davydden/doc/lapack_fix_bracket
Martin Kronbichler [Wed, 20 Dec 2017 10:44:43 +0000 (11:44 +0100)]
Merge pull request #5650 from davydden/doc/lapack_fix_bracket

doc: fix bracket in LATEX documentation

6 years agodoc: fix bracket in LATEX documentation 5650/head
Denis Davydov [Wed, 20 Dec 2017 10:42:50 +0000 (11:42 +0100)]
doc: fix bracket in LATEX documentation

6 years agoMerge pull request #5634 from kronbichler/update_manifold_documentation_2
Bruno Turcksin [Wed, 20 Dec 2017 02:37:52 +0000 (21:37 -0500)]
Merge pull request #5634 from kronbichler/update_manifold_documentation_2

Further improve manifold documentation

6 years agoIndexSet overload
Daniel Arndt [Sat, 16 Dec 2017 01:28:38 +0000 (02:28 +0100)]
IndexSet overload

6 years agoMerge pull request #5631 from davydden/feature/increase_decrease_size
Martin Kronbichler [Tue, 19 Dec 2017 17:19:31 +0000 (18:19 +0100)]
Merge pull request #5631 from davydden/feature/increase_decrease_size

Extend LAPACKFullMatrix and Vector to keep the data upon resizing and add rank-1 update


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.