]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #5069 from bangerth/doc-updates
Timo Heister [Wed, 13 Sep 2017 14:53:42 +0000 (10:53 -0400)]
Merge pull request #5069 from bangerth/doc-updates

Doc updates

7 years agoAdd to the documentation. 5069/head
Wolfgang Bangerth [Wed, 13 Sep 2017 13:44:13 +0000 (07:44 -0600)]
Add to the documentation.

7 years agoExplain a code example better.
Wolfgang Bangerth [Wed, 13 Sep 2017 13:42:15 +0000 (07:42 -0600)]
Explain a code example better.

7 years agoMerge pull request #5062 from bangerth/convert-arrayview
Martin Kronbichler [Wed, 13 Sep 2017 07:00:00 +0000 (09:00 +0200)]
Merge pull request #5062 from bangerth/convert-arrayview

Automatically allow converting std::vector to ArrayView.

7 years agoMerge pull request #5067 from bangerth/hp-fixes
Martin Kronbichler [Wed, 13 Sep 2017 06:57:19 +0000 (08:57 +0200)]
Merge pull request #5067 from bangerth/hp-fixes

Two small parallel hp fixes

7 years agoMerge pull request #5064 from bangerth/cleanup-logstream
Bruno Turcksin [Tue, 12 Sep 2017 21:14:23 +0000 (17:14 -0400)]
Merge pull request #5064 from bangerth/cleanup-logstream

Some minor cleanups of LogStream.

7 years agoMerge pull request #5058 from tjhei/fix_readwritevector_test
Bruno Turcksin [Tue, 12 Sep 2017 21:12:44 +0000 (17:12 -0400)]
Merge pull request #5058 from tjhei/fix_readwritevector_test

fix tests/readwritevector_0x

7 years agoOnly update DoF indices on active cells in the non-MG renumbering. 5067/head
Wolfgang Bangerth [Tue, 12 Sep 2017 18:56:48 +0000 (12:56 -0600)]
Only update DoF indices on active cells in the non-MG renumbering.

7 years agoDo not set directly active_fe_indices on ghost cells.
Wolfgang Bangerth [Tue, 12 Sep 2017 18:54:00 +0000 (12:54 -0600)]
Do not set directly active_fe_indices on ghost cells.

7 years agoAdd changelog entry. 5062/head
Wolfgang Bangerth [Mon, 11 Sep 2017 23:24:07 +0000 (17:24 -0600)]
Add changelog entry.

7 years agoAdd test.
Wolfgang Bangerth [Mon, 11 Sep 2017 23:23:59 +0000 (17:23 -0600)]
Add test.

7 years agoAutomatically allow converting std::vector to ArrayView.
Wolfgang Bangerth [Mon, 11 Sep 2017 23:23:48 +0000 (17:23 -0600)]
Automatically allow converting std::vector to ArrayView.

7 years agoSome minor cleanups of LogStream. 5064/head
Wolfgang Bangerth [Tue, 12 Sep 2017 12:37:58 +0000 (06:37 -0600)]
Some minor cleanups of LogStream.

In particular, move some functions into the .cc file -- surely, these
functions do not need to be 'inline' in the header file.

7 years agoMerge pull request #5061 from bangerth/fix-minres
Daniel Arndt [Tue, 12 Sep 2017 08:39:19 +0000 (10:39 +0200)]
Merge pull request #5061 from bangerth/fix-minres

Avoid raw pointers in favor of VectorMemory::Pointer in SolverMinRes.

7 years agoMerge pull request #5060 from bangerth/fix-grammar
Timo Heister [Tue, 12 Sep 2017 01:13:00 +0000 (21:13 -0400)]
Merge pull request #5060 from bangerth/fix-grammar

Fix grammar in documentation.

7 years agoMerge pull request #5059 from tamiko/make_clang_5.0_happy
Matthias Maier [Tue, 12 Sep 2017 00:36:26 +0000 (19:36 -0500)]
Merge pull request #5059 from tamiko/make_clang_5.0_happy

CMake: Avoid -Wunknown-warning-option warnings

7 years agoCMake: Avoid -Wunknown-warning-option warnings 5059/head
Matthias Maier [Mon, 11 Sep 2017 21:14:51 +0000 (16:14 -0500)]
CMake: Avoid -Wunknown-warning-option warnings

Clang 5.0.0 complains about unknown warning options in GCC pragma
directives. This causes a lot of spurious warnings whenever the macro

  DEAL_II_DISABLE_EXTRA_DIAGNOSTICS

is encountered. Add a pragma directive to disable warnings about unknown
warnings to silence this.

7 years agoAvoid raw pointers in favor of VectorMemory::Pointer. 5061/head
Wolfgang Bangerth [Mon, 11 Sep 2017 22:19:53 +0000 (16:19 -0600)]
Avoid raw pointers in favor of VectorMemory::Pointer.

7 years agoFix grammar. 5060/head
Wolfgang Bangerth [Mon, 11 Sep 2017 22:12:45 +0000 (16:12 -0600)]
Fix grammar.

7 years agoMark an empty destructor as '=default'.
Wolfgang Bangerth [Mon, 11 Sep 2017 22:10:33 +0000 (16:10 -0600)]
Mark an empty destructor as '=default'.

7 years agoMerge pull request #4723 from drwells/manifold-arrayview-compat
Wolfgang Bangerth [Mon, 11 Sep 2017 20:59:48 +0000 (14:59 -0600)]
Merge pull request #4723 from drwells/manifold-arrayview-compat

Break the Manifold interface for performance.

7 years agofix tests/readwritevector_0x 5058/head
Timo Heister [Mon, 11 Sep 2017 20:08:03 +0000 (16:08 -0400)]
fix tests/readwritevector_0x

7 years agoAdd a changelog entry for the Manifold incompatibities. 4723/head
David Wells [Mon, 11 Sep 2017 02:52:54 +0000 (22:52 -0400)]
Add a changelog entry for the Manifold incompatibities.

7 years agoRename add_new_points as get_new_points.
David Wells [Mon, 11 Sep 2017 02:52:27 +0000 (22:52 -0400)]
Rename add_new_points as get_new_points.

This function no longer appends new points to a vector so a name change is in
order.

7 years agoDirectly create an ArrayView from a table.
David Wells [Fri, 11 Aug 2017 04:49:22 +0000 (00:49 -0400)]
Directly create an ArrayView from a table.

7 years agoMark methods as 'override'.
David Wells [Tue, 8 Aug 2017 17:38:55 +0000 (13:38 -0400)]
Mark methods as 'override'.

7 years agoBreak the Manifold interface for performance.
David Wells [Fri, 21 Jul 2017 13:31:43 +0000 (09:31 -0400)]
Break the Manifold interface for performance.

This commit changes the interfaces of

Manifolds::get_default_points_and_weights
Manifold::project_to_manifold
Manifold::get_new_point
Manifold::add_new_points

to use ArrayView instead of std::vector. In addition, the interface of
add_new_points has been changed to populate the ArrayView argument
instead of appending to the end of the array.

This breaks the public interface of Manifold for the sake of improving
performance by about 30%: profiling indicates that, when creating a grid
with a Manifold, we spend about 30% of our time purely calling new and
delete since we must create and destroy so many std::vectors.

7 years agoMerge pull request #5053 from tjhei/document_parallel_grid_tools
Timo Heister [Mon, 11 Sep 2017 14:28:55 +0000 (10:28 -0400)]
Merge pull request #5053 from tjhei/document_parallel_grid_tools

document parallel::GridTools namespace

7 years agodocument parallel::GridTools namespace 5053/head
Timo Heister [Mon, 11 Sep 2017 13:14:18 +0000 (09:14 -0400)]
document parallel::GridTools namespace

otherwise the functions won't show up in doxygen

7 years agoMerge pull request #5047 from kronbichler/improve_tensor_product_polynomials
Bruno Turcksin [Sun, 10 Sep 2017 21:51:46 +0000 (17:51 -0400)]
Merge pull request #5047 from kronbichler/improve_tensor_product_polynomials

Rewrite TensorProductPolynomials::compute for more performance

7 years agoMerge pull request #5051 from tjhei/doxygen_fixes
Wolfgang Bangerth [Sun, 10 Sep 2017 21:35:39 +0000 (15:35 -0600)]
Merge pull request #5051 from tjhei/doxygen_fixes

fix doxygen formatting mistakes

7 years agofix doxygen formatting mistakes 5051/head
Timo Heister [Sun, 10 Sep 2017 16:52:34 +0000 (12:52 -0400)]
fix doxygen formatting mistakes

7 years agoMerge pull request #5050 from tjhei/fix_grid_tools_include
Martin Kronbichler [Sun, 10 Sep 2017 05:48:43 +0000 (07:48 +0200)]
Merge pull request #5050 from tjhei/fix_grid_tools_include

Fix self-inclusion in distributed/grid_tools.h

7 years agoFix self-inclusion in distributed/grid_tools.h 5050/head
Timo Heister [Sun, 10 Sep 2017 03:03:29 +0000 (23:03 -0400)]
Fix self-inclusion in distributed/grid_tools.h

Why would you want to do that? I hope that this is the cause for doxygen not
showing the documentation of this header.

7 years agoMerge pull request #5049 from drwells/update-windows-timer
Timo Heister [Sat, 9 Sep 2017 22:18:48 +0000 (18:18 -0400)]
Merge pull request #5049 from drwells/update-windows-timer

Fix a bug in the Windows CPU time calculation.

7 years agoFix a bug in the Windows CPU time calculation. 5049/head
David Wells [Sat, 9 Sep 2017 02:11:10 +0000 (22:11 -0400)]
Fix a bug in the Windows CPU time calculation.
The function GetProcessTImes() returns a value in units of 100 nanoseconds, so
we were previously off by a factor of 10.

7 years agoMerge pull request #5048 from tjhei/fix_mesh_loop_test
Timo Heister [Fri, 8 Sep 2017 15:24:56 +0000 (11:24 -0400)]
Merge pull request #5048 from tjhei/fix_mesh_loop_test

fix tests/meshworker/step-11-mesh_loop

7 years agoMerge pull request #5005 from tamiko/fe_nedelec_bug
Wolfgang Bangerth [Fri, 8 Sep 2017 14:41:04 +0000 (08:41 -0600)]
Merge pull request #5005 from tamiko/fe_nedelec_bug

Fix FE_Nedelec::convert_generalized_support_point_values_to_dof_values (kind of)

7 years agoRewrite TensorProductPolynomials::compute for more performance 5047/head
Martin Kronbichler [Fri, 8 Sep 2017 07:02:25 +0000 (09:02 +0200)]
Rewrite TensorProductPolynomials::compute for more performance

7 years agofix tests/meshworker/step-11-mesh_loop 5048/head
Timo Heister [Fri, 8 Sep 2017 13:31:51 +0000 (09:31 -0400)]
fix tests/meshworker/step-11-mesh_loop

7 years agoMerge pull request #5032 from drwells/timer-rename-variables-2
Martin Kronbichler [Fri, 8 Sep 2017 08:36:41 +0000 (10:36 +0200)]
Merge pull request #5032 from drwells/timer-rename-variables-2

Clean up some variable names in the Timer class.

7 years agoAdd an interpolation test for FE_Nedelec 5005/head
Matthias Maier [Fri, 1 Sep 2017 03:09:55 +0000 (22:09 -0500)]
Add an interpolation test for FE_Nedelec

7 years agoFix FE_Nedelec::convert_generalized_..._to_dof_values
Matthias Maier [Fri, 1 Sep 2017 21:43:15 +0000 (16:43 -0500)]
Fix FE_Nedelec::convert_generalized_..._to_dof_values

7 years agoMerge pull request #5046 from tamiko/refactor_fe_tools
Timo Heister [Thu, 7 Sep 2017 19:53:28 +0000 (15:53 -0400)]
Merge pull request #5046 from tamiko/refactor_fe_tools

Refactor template definitions into fe_tools_templates.h header

7 years agoRefactor template definitions into fe_tools_templates.h header 5046/head
Matthias Maier [Thu, 7 Sep 2017 18:10:34 +0000 (13:10 -0500)]
Refactor template definitions into fe_tools_templates.h header

7 years agoMerge pull request #5025 from drwells/update-timer-examples
Martin Kronbichler [Thu, 7 Sep 2017 15:07:22 +0000 (17:07 +0200)]
Merge pull request #5025 from drwells/update-timer-examples

Update the explanations of Timer in the tutorials.

7 years agoMerge pull request #5040 from davydden/vector_tool_lambdas_docu
David Wells [Thu, 7 Sep 2017 13:51:18 +0000 (09:51 -0400)]
Merge pull request #5040 from davydden/vector_tool_lambdas_docu

fix VectorTools::project lambdas examples to use references

7 years agoMerge pull request #5041 from koecher/doxygen-typo-QGaussChebyshev
Jean-Paul Pelteret [Thu, 7 Sep 2017 11:07:36 +0000 (13:07 +0200)]
Merge pull request #5041 from koecher/doxygen-typo-QGaussChebyshev

doxygen typos of sqrt in quadrature documentation

7 years agomoved the doxygen section encapsulation to include missing quadratures 5041/head
Uwe Köcher [Thu, 7 Sep 2017 10:56:32 +0000 (12:56 +0200)]
moved the doxygen section encapsulation to include missing quadratures

7 years agodoxygen typos of sqrt in quadrature documentation
Uwe Köcher [Thu, 7 Sep 2017 09:38:32 +0000 (11:38 +0200)]
doxygen typos of sqrt in quadrature documentation

7 years agofix VectorTools::project lambdas examples to use references 5040/head
Denis Davydov [Thu, 7 Sep 2017 08:39:14 +0000 (10:39 +0200)]
fix VectorTools::project lambdas examples to use references

7 years agoMerge pull request #5036 from LucasCampos/correct_div
Jean-Paul Pelteret [Thu, 7 Sep 2017 08:07:22 +0000 (10:07 +0200)]
Merge pull request #5036 from LucasCampos/correct_div

Add missing div on note on step-44

7 years agoMerge pull request #5038 from tjhei/step-10-warnings
Wolfgang Bangerth [Wed, 6 Sep 2017 23:22:08 +0000 (17:22 -0600)]
Merge pull request #5038 from tjhei/step-10-warnings

fix warnings in step-10

7 years agogrammar 5038/head
Timo Heister [Wed, 6 Sep 2017 21:51:14 +0000 (17:51 -0400)]
grammar

7 years agoadd underscores to filenames
Timo Heister [Wed, 6 Sep 2017 21:49:29 +0000 (17:49 -0400)]
add underscores to filenames

7 years agofix warnings in step-10
Timo Heister [Wed, 6 Sep 2017 21:15:03 +0000 (17:15 -0400)]
fix warnings in step-10

The clang code model in qtcreator was showing me these warnings. While
here, remove weird '0'+integer hack.

7 years agoMerge pull request #5033 from jppelteret/quick_tests
Timo Heister [Wed, 6 Sep 2017 20:41:02 +0000 (16:41 -0400)]
Merge pull request #5033 from jppelteret/quick_tests

Add a quick test for Adol-C.

7 years agoMerge pull request #5031 from tjhei/mesh_loop_cells_last
Wolfgang Bangerth [Wed, 6 Sep 2017 17:02:38 +0000 (11:02 -0600)]
Merge pull request #5031 from tjhei/mesh_loop_cells_last

mesh_loop: replace cells_first by cells_after_faces

7 years agoAdd missing div on note on step-44 5036/head
Lucas Campos [Wed, 6 Sep 2017 15:48:48 +0000 (17:48 +0200)]
Add missing div on note on step-44

7 years agoMerge pull request #5030 from drwells/iota-argument-type
David Wells [Wed, 6 Sep 2017 13:25:30 +0000 (09:25 -0400)]
Merge pull request #5030 from drwells/iota-argument-type

Use the right types for iota and accumulate.

7 years agoMerge pull request #5034 from bangerth/fix-formatting
David Wells [Wed, 6 Sep 2017 13:23:29 +0000 (09:23 -0400)]
Merge pull request #5034 from bangerth/fix-formatting

Fix formatting of a piece of example code.

7 years agoFix formatting of a piece of example code. 5034/head
Wolfgang Bangerth [Wed, 6 Sep 2017 13:14:09 +0000 (07:14 -0600)]
Fix formatting of a piece of example code.

7 years agoMerge pull request #5015 from tjhei/readwritevector_view1
Bruno Turcksin [Wed, 6 Sep 2017 13:04:43 +0000 (09:04 -0400)]
Merge pull request #5015 from tjhei/readwritevector_view1

New ReadWriteVector::reinit(TrilinosWrappers::MPI::Vector)

7 years agoFix the nanoflann quick-test. 5033/head
Jean-Paul Pelteret [Wed, 6 Sep 2017 10:18:30 +0000 (12:18 +0200)]
Fix the nanoflann quick-test.

7 years agoAdd a quick test for Adol-C.
Jean-Paul Pelteret [Wed, 6 Sep 2017 10:09:50 +0000 (12:09 +0200)]
Add a quick test for Adol-C.

7 years agoMerge pull request #4997 from bangerth/data-postprocessor-tensor
Jean-Paul Pelteret [Wed, 6 Sep 2017 09:00:21 +0000 (11:00 +0200)]
Merge pull request #4997 from bangerth/data-postprocessor-tensor

Add DataPostprocessorTensor

7 years agoClean up some variable names in the Timer class. 5032/head
David Wells [Tue, 5 Sep 2017 21:36:08 +0000 (17:36 -0400)]
Clean up some variable names in the Timer class.

This is compatible with 8.5 but not with some previous patches to this class
made since then.

7 years agofix test output 5031/head
Timo Heister [Tue, 5 Sep 2017 19:16:54 +0000 (15:16 -0400)]
fix test output

7 years agomesh_loop: replace cells_first by cells_after_faces
Timo Heister [Tue, 5 Sep 2017 18:51:46 +0000 (14:51 -0400)]
mesh_loop: replace cells_first by cells_after_faces

7 years agoUse the right types for iota and accumulate. 5030/head
David Wells [Tue, 5 Sep 2017 19:31:37 +0000 (15:31 -0400)]
Use the right types for iota and accumulate.

7 years agoMerge pull request #5029 from bangerth/fix-test
Matthias Maier [Tue, 5 Sep 2017 19:23:30 +0000 (14:23 -0500)]
Merge pull request #5029 from bangerth/fix-test

Fix test.

7 years agoFix a test. 5029/head
Wolfgang Bangerth [Tue, 5 Sep 2017 19:13:54 +0000 (13:13 -0600)]
Fix a test.

7 years agoMerge pull request #5022 from drwells/timer-clear-mpi-data
Timo Heister [Tue, 5 Sep 2017 18:45:16 +0000 (14:45 -0400)]
Merge pull request #5022 from drwells/timer-clear-mpi-data

Clean up initialization of MinMaxAvg values.

7 years agoNew ReadWriteVector::reinit(TrilinosWrappers::MPI::Vector) 5015/head
Timo Heister [Sun, 3 Sep 2017 18:52:54 +0000 (14:52 -0400)]
New ReadWriteVector::reinit(TrilinosWrappers::MPI::Vector)

Let a ReadWriteVector be a view for a (potentially ghosted)
TrilinosWrappers::MPI::Vector. This is the first step towards using RWV
inside the library.

7 years agoUse automatic tensor unrolling instead of doing it by hand. 4997/head
Wolfgang Bangerth [Thu, 31 Aug 2017 19:51:44 +0000 (13:51 -0600)]
Use automatic tensor unrolling instead of doing it by hand.

Also mention the possibility of computing stresses.

7 years agoMerge pull request #5024 from drwells/require-boost-1.59
Wolfgang Bangerth [Tue, 5 Sep 2017 18:22:52 +0000 (12:22 -0600)]
Merge pull request #5024 from drwells/require-boost-1.59

Require boost 1.59

7 years agoMerge pull request #5014 from tjhei/parallel_vec_print
Wolfgang Bangerth [Tue, 5 Sep 2017 18:21:59 +0000 (12:21 -0600)]
Merge pull request #5014 from tjhei/parallel_vec_print

ReadWriteVector and TrilinosWrappers::MPI::Vector print in parallel

7 years agoMerge pull request #5028 from luca-heltai/quick-tests
Timo Heister [Tue, 5 Sep 2017 16:33:01 +0000 (12:33 -0400)]
Merge pull request #5028 from luca-heltai/quick-tests

Nanoflann quicktest.

7 years agoAdded quicktest for nanoflann. 5028/head
Luca Heltai [Tue, 5 Sep 2017 14:50:06 +0000 (16:50 +0200)]
Added quicktest for nanoflann.

7 years agoFixed gls and lapack tests on mac.
Luca Heltai [Tue, 5 Sep 2017 14:45:07 +0000 (16:45 +0200)]
Fixed gls and lapack tests on mac.

7 years agoMerge pull request #4996 from eldarkh/hp-RTNodal-FENothing
Daniel Arndt [Tue, 5 Sep 2017 14:43:58 +0000 (16:43 +0200)]
Merge pull request #4996 from eldarkh/hp-RTNodal-FENothing

Support for RTNodal and FENothing in hp::FECollection

7 years agomake 64bit compatible 5014/head
Timo Heister [Tue, 5 Sep 2017 14:23:45 +0000 (10:23 -0400)]
make 64bit compatible

7 years agoMerge pull request #5023 from davydden/lapack_support
David Wells [Tue, 5 Sep 2017 00:23:32 +0000 (20:23 -0400)]
Merge pull request #5023 from davydden/lapack_support

minor cleanup of LAPACKSupport

7 years agoMerge pull request #4998 from tjhei/epetra_to_rwr
Bruno Turcksin [Tue, 5 Sep 2017 00:16:26 +0000 (20:16 -0400)]
Merge pull request #4998 from tjhei/epetra_to_rwr

do not allow import from ghosted TrilinosWrappers to ReadWriteVector

7 years agoUpdate the explanations of Timer in the tutorials. 5025/head
David Wells [Mon, 4 Sep 2017 23:29:38 +0000 (19:29 -0400)]
Update the explanations of Timer in the tutorials.

7 years agoadd a changelog 5023/head
Denis Davydov [Mon, 4 Sep 2017 21:56:45 +0000 (23:56 +0200)]
add a changelog

7 years agoUse boost's small_vector in a few places. 5024/head
David Wells [Mon, 4 Sep 2017 21:26:35 +0000 (17:26 -0400)]
Use boost's small_vector in a few places.

This class allows us to simplify some logic where we previously switched
between stack-allocated built-in arrays and std::vectors; now we can
just use the object's internal buffer in most cases, but if
dofs_per_cell or indices.size() is large enough we will allocate a big
enough buffer.

7 years agoRequire boost 1.59 or newer.
David Wells [Mon, 4 Sep 2017 21:00:58 +0000 (17:00 -0400)]
Require boost 1.59 or newer.

This enables us to use the relatively new boost::container::small_vector
class.

7 years agominor cleanup of LAPACKSupport
Denis Davydov [Mon, 4 Sep 2017 20:41:18 +0000 (22:41 +0200)]
minor cleanup of LAPACKSupport

7 years agoMerge pull request #5016 from davydden/mpi_summ_full_matrix
David Wells [Mon, 4 Sep 2017 17:17:32 +0000 (13:17 -0400)]
Merge pull request #5016 from davydden/mpi_summ_full_matrix

add Utilities::MPI::sum() for FullMatrix objects

7 years agoClean up initialization of MinMaxAvg values. 5022/head
David Wells [Mon, 4 Sep 2017 17:13:42 +0000 (13:13 -0400)]
Clean up initialization of MinMaxAvg values.

7 years agoMerge pull request #4987 from bangerth/fix-naming-issues
David Wells [Mon, 4 Sep 2017 16:16:12 +0000 (12:16 -0400)]
Merge pull request #4987 from bangerth/fix-naming-issues

Convert more places to VectorMemory::Pointer.

7 years agoadd a test with complex<double> 5016/head
Denis Davydov [Mon, 4 Sep 2017 15:02:48 +0000 (17:02 +0200)]
add a test with complex<double>

7 years agoadd Utilities::MPI::sum() for FullMatrix objects
Denis Davydov [Mon, 4 Sep 2017 10:28:23 +0000 (12:28 +0200)]
add Utilities::MPI::sum() for FullMatrix objects

7 years agoupdate test output
Timo Heister [Sun, 3 Sep 2017 19:19:13 +0000 (15:19 -0400)]
update test output

7 years agoReadWriteVector and TrilinosWrappers::MPI::Vector print in parallel
Timo Heister [Sun, 3 Sep 2017 19:09:41 +0000 (15:09 -0400)]
ReadWriteVector and TrilinosWrappers::MPI::Vector print in parallel

Print index and value for ::print() of ReadWriteVector and
TrilinosWrappers::MPI::Vector.

7 years agoMerge pull request #5013 from masterleinad/reorthogonalization_signal_gmres
Martin Kronbichler [Sat, 2 Sep 2017 19:50:26 +0000 (21:50 +0200)]
Merge pull request #5013 from masterleinad/reorthogonalization_signal_gmres

Introduce SolverGMRES::connect_re_orthogonalization_slot

7 years agoChangelog entry 5013/head
Daniel Arndt [Sat, 2 Sep 2017 13:50:17 +0000 (15:50 +0200)]
Changelog entry

7 years agoUpdate tests
Daniel Arndt [Sat, 2 Sep 2017 13:49:51 +0000 (15:49 +0200)]
Update tests

7 years agoAdd a slot for notification about re-orthogonalization in SolverGMRES
Daniel Arndt [Sat, 2 Sep 2017 13:48:40 +0000 (15:48 +0200)]
Add a slot for notification about re-orthogonalization in SolverGMRES


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.