]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoRemove redundant output files
Daniel Arndt [Fri, 22 Feb 2019 13:40:23 +0000 (14:40 +0100)]
Remove redundant output files

5 years agoDetect Tpetra support correctly if Trilinos is compiled with CUDA support
Daniel Arndt [Wed, 20 Feb 2019 17:20:23 +0000 (18:20 +0100)]
Detect Tpetra support correctly if Trilinos is compiled with CUDA support

5 years agoFix linear operator
Daniel Arndt [Wed, 20 Feb 2019 14:53:31 +0000 (15:53 +0100)]
Fix linear operator

5 years agoAdd a few more TpetraWrappers and EpetraWrapper tests with a matrix-vector product
Daniel Arndt [Wed, 20 Feb 2019 15:49:54 +0000 (16:49 +0100)]
Add a few more TpetraWrappers and EpetraWrapper tests with a matrix-vector product

5 years agoDocument some return values a bit better
Daniel Arndt [Mon, 18 Feb 2019 17:30:50 +0000 (18:30 +0100)]
Document some return values a bit better

5 years agoClarify TODO for operator+=
Daniel Arndt [Mon, 18 Feb 2019 17:28:50 +0000 (18:28 +0100)]
Clarify TODO for operator+=

5 years agoCall the base class constructor explicitly
Daniel Arndt [Mon, 18 Feb 2019 14:00:10 +0000 (15:00 +0100)]
Call the base class constructor explicitly

5 years agoGeneralize template specialization
Daniel Arndt [Mon, 18 Feb 2019 13:59:28 +0000 (14:59 +0100)]
Generalize template specialization

5 years agoCopyright dates and documentation
Daniel Arndt [Mon, 18 Feb 2019 13:58:40 +0000 (14:58 +0100)]
Copyright dates and documentation

5 years agoCheck for imaginary parts
Daniel Arndt [Mon, 18 Feb 2019 11:44:20 +0000 (12:44 +0100)]
Check for imaginary parts

5 years agoCheck if Tpetra is usable
Daniel Arndt [Sat, 9 Feb 2019 23:53:53 +0000 (00:53 +0100)]
Check if Tpetra is usable

5 years agoMake Tpetra optional
Daniel Arndt [Tue, 5 Feb 2019 20:56:33 +0000 (21:56 +0100)]
Make Tpetra optional

5 years agoIndentation
Daniel Arndt [Sat, 2 Feb 2019 16:17:09 +0000 (17:17 +0100)]
Indentation

5 years agoFix complex tests
Daniel Arndt [Sat, 2 Feb 2019 14:53:03 +0000 (15:53 +0100)]
Fix complex tests

5 years agoAdd include files and restrict complex values
Daniel Arndt [Mon, 28 Jan 2019 17:09:41 +0000 (18:09 +0100)]
Add include files and restrict complex values

5 years agoUse correct template parameters also for 64bit-indices
Daniel Arndt [Fri, 2 Nov 2018 18:59:37 +0000 (19:59 +0100)]
Use correct template parameters also for 64bit-indices

5 years agoAdress Wolfgang's comments a.k.a add more documentation and switches
Daniel Arndt [Sun, 7 Oct 2018 02:37:41 +0000 (04:37 +0200)]
Adress Wolfgang's comments a.k.a add more documentation and switches

5 years agoUse definition headers instead of declaration headers
Daniel Arndt [Fri, 5 Oct 2018 04:40:56 +0000 (06:40 +0200)]
Use definition headers instead of declaration headers

5 years agoFix test
Daniel Arndt [Thu, 4 Oct 2018 03:26:55 +0000 (05:26 +0200)]
Fix test

5 years agoUpdate external Trilinos documentation
Daniel Arndt [Thu, 20 Sep 2018 19:39:06 +0000 (21:39 +0200)]
Update external Trilinos documentation

5 years agoTest for complex values
Daniel Arndt [Thu, 20 Sep 2018 14:07:40 +0000 (16:07 +0200)]
Test for complex values

5 years agoSupport older Trilinos versions
Daniel Arndt [Wed, 19 Sep 2018 21:54:23 +0000 (23:54 +0200)]
Support older Trilinos versions

5 years agoAlso instantiate for value_type float
Daniel Arndt [Fri, 14 Sep 2018 15:34:33 +0000 (17:34 +0200)]
Also instantiate for value_type float

5 years agoWorking
Daniel Arndt [Fri, 14 Sep 2018 11:59:27 +0000 (13:59 +0200)]
Working

5 years agoChange output format
Daniel Arndt [Thu, 13 Sep 2018 00:30:37 +0000 (02:30 +0200)]
Change output format

5 years agoImplement TpetraWrappers::Vector
Daniel Arndt [Mon, 27 Aug 2018 15:14:38 +0000 (17:14 +0200)]
Implement TpetraWrappers::Vector

5 years agoMerge pull request #7740 from bangerth/61
Timo Heister [Wed, 20 Feb 2019 04:19:27 +0000 (21:19 -0700)]
Merge pull request #7740 from bangerth/61

Edits to the intro and results sections of step-61.

5 years agoMerge pull request #7578 from GivAlz/TryCptLoc
Wolfgang Bangerth [Wed, 20 Feb 2019 02:21:06 +0000 (19:21 -0700)]
Merge pull request #7578 from GivAlz/TryCptLoc

Compute Point Location new function

5 years agoEdits to the intro and results sections of step-61. 7740/head
Wolfgang Bangerth [Wed, 20 Feb 2019 01:12:28 +0000 (18:12 -0700)]
Edits to the intro and results sections of step-61.

5 years agoUpdate the indentation of a documentation snippet. 7578/head
Wolfgang Bangerth [Tue, 19 Feb 2019 23:04:29 +0000 (16:04 -0700)]
Update the indentation of a documentation snippet.

5 years agoMerge pull request #7727 from tamiko/fix_inverse_operator
Wolfgang Bangerth [Tue, 19 Feb 2019 22:51:48 +0000 (15:51 -0700)]
Merge pull request #7727 from tamiko/fix_inverse_operator

lac/linear_operator.h: Add rvalue-reference variant of inverse_operator

5 years agoMerge pull request #7735 from masterleinad/catch_exceptions_step_61
Wolfgang Bangerth [Tue, 19 Feb 2019 22:17:23 +0000 (15:17 -0700)]
Merge pull request #7735 from masterleinad/catch_exceptions_step_61

Provide step-61 with the usual exception catching harness

5 years agoMerge pull request #7734 from masterleinad/remove_redundant_switch_mf_ti
Daniel Arndt [Tue, 19 Feb 2019 22:07:42 +0000 (23:07 +0100)]
Merge pull request #7734 from masterleinad/remove_redundant_switch_mf_ti

Remove redundant switch in MatrixFree::TaskInfo

5 years agoMerge pull request #7733 from loganharbour/dofinfo_doxy
David Wells [Tue, 19 Feb 2019 18:30:48 +0000 (13:30 -0500)]
Merge pull request #7733 from loganharbour/dofinfo_doxy

Correct MeshWorker::DoFInfo indices docstring

5 years agoProvide step-61 with the usual exception catching harness 7735/head
Daniel Arndt [Tue, 19 Feb 2019 18:26:55 +0000 (19:26 +0100)]
Provide step-61 with the usual exception catching harness

5 years agoRemove redundant switch in MatrixFree::TaskInfo 7734/head
Daniel Arndt [Tue, 19 Feb 2019 18:21:50 +0000 (19:21 +0100)]
Remove redundant switch in MatrixFree::TaskInfo

5 years agoFix doxygen docstring for DoFInfo indices 7733/head
Logan Harbour [Tue, 19 Feb 2019 18:20:08 +0000 (12:20 -0600)]
Fix doxygen docstring for DoFInfo indices

5 years agoMerge pull request #7731 from tjhei/jenkins_ci_mark_failed
Daniel Arndt [Mon, 18 Feb 2019 17:39:02 +0000 (18:39 +0100)]
Merge pull request #7731 from tjhei/jenkins_ci_mark_failed

[CI]: mark main status in github as failed

5 years ago[CI]: mark main status in github as failed 7731/head
Timo Heister [Fri, 15 Feb 2019 16:42:02 +0000 (09:42 -0700)]
[CI]: mark main status in github as failed

5 years agoMerge pull request #7732 from davydden/feature/plate_with_hole_no_padding
Timo Heister [Mon, 18 Feb 2019 13:34:12 +0000 (06:34 -0700)]
Merge pull request #7732 from davydden/feature/plate_with_hole_no_padding

allow zero padding in plate_with_a_hole

5 years agoMerge pull request #7703 from kronbichler/chebyshev_cleanup
Daniel Arndt [Mon, 18 Feb 2019 13:02:40 +0000 (14:02 +0100)]
Merge pull request #7703 from kronbichler/chebyshev_cleanup

Revise iteration in PreconditionChebyshev

5 years agoallow zero padding in plate_with_a_hole 7732/head
Denis Davydov [Fri, 15 Feb 2019 17:00:02 +0000 (18:00 +0100)]
allow zero padding in plate_with_a_hole

5 years agoMerge pull request #7724 from GivAlz/CptLocDocumentation
David Wells [Fri, 15 Feb 2019 14:55:29 +0000 (09:55 -0500)]
Merge pull request #7724 from GivAlz/CptLocDocumentation

Adding cell_hint to GridTools::compute_point_locations documentation

5 years agoMerge pull request #7715 from tjhei/jenkins_expose_tests
Timo Heister [Fri, 15 Feb 2019 01:36:45 +0000 (18:36 -0700)]
Merge pull request #7715 from tjhei/jenkins_expose_tests

[CI]: expose tests in Jenkins

5 years agoFix return value
Daniel Arndt [Wed, 13 Feb 2019 23:40:26 +0000 (00:40 +0100)]
Fix return value

5 years agoMerge pull request #7729 from Rombur/cuda_synchronize
Daniel Arndt [Thu, 14 Feb 2019 22:35:31 +0000 (23:35 +0100)]
Merge pull request #7729 from Rombur/cuda_synchronize

Do not use cudaDeviceSynchronize in release mode

5 years agoDelete the disallowed functions instead 7727/head
Daniel Arndt [Thu, 14 Feb 2019 21:50:50 +0000 (22:50 +0100)]
Delete the disallowed functions instead

5 years agolac/linear_operator.h: Prevent users from creating LinearOperators with temoporaries
Matthias Maier [Thu, 14 Feb 2019 19:12:06 +0000 (13:12 -0600)]
lac/linear_operator.h: Prevent users from creating LinearOperators with temoporaries

5 years agoexamples/step-20: Simplify code by using a temporary
Matthias Maier [Wed, 13 Feb 2019 22:51:16 +0000 (16:51 -0600)]
examples/step-20: Simplify code by using a temporary

5 years agoadd a changelog entry
Matthias Maier [Wed, 13 Feb 2019 22:50:21 +0000 (16:50 -0600)]
add a changelog entry

5 years agoadd a test
Matthias Maier [Wed, 13 Feb 2019 22:46:32 +0000 (16:46 -0600)]
add a test

5 years agolac/linear_operator.h: Add rvalue-reference variant of inverse_operator
Matthias Maier [Tue, 12 Feb 2019 20:34:17 +0000 (14:34 -0600)]
lac/linear_operator.h: Add rvalue-reference variant of inverse_operator

5 years agoMerge pull request #7726 from starki0815/fix_matrix_diagonals
Daniel Arndt [Thu, 14 Feb 2019 17:21:19 +0000 (18:21 +0100)]
Merge pull request #7726 from starki0815/fix_matrix_diagonals

Patch for distribute_local_to_global

5 years agoFix bug in distribute_local_to_global 7726/head
Sebastian Stark [Wed, 13 Feb 2019 11:33:09 +0000 (13:33 +0200)]
Fix bug in distribute_local_to_global

If a local matrix with all diagonal elements equal to zero is distributed to a global matrix, the l1 norm of the local matrix divided by the size of the local matrix is now added to those diagonal elements of the global matrix which correspond to a constrained dof. In case the entire local matrix is zero, 1 is added. Previously zero was added for both cases, possibly resulting in singular global matrices. Additionally, a test for the patched version of distribute_local_to_global has been added.
Fixes #7658

5 years agoAdded new function compute point locations try all
Giovanni Alzetta [Wed, 9 Jan 2019 14:32:24 +0000 (15:32 +0100)]
Added new function compute point locations try all

5 years agoMerge pull request #7721 from tjhei/reserve_step_no
Martin Kronbichler [Thu, 14 Feb 2019 08:29:26 +0000 (09:29 +0100)]
Merge pull request #7721 from tjhei/reserve_step_no

reserve step-63

5 years agoMerge pull request #7718 from tjhei/jenkins_clean
Daniel Arndt [Thu, 14 Feb 2019 07:11:34 +0000 (08:11 +0100)]
Merge pull request #7718 from tjhei/jenkins_clean

[CI]: cleanup workspaces, document, simplify tidy

5 years agoMerge pull request #7728 from tamiko/update_documentation
Wolfgang Bangerth [Thu, 14 Feb 2019 05:49:27 +0000 (22:49 -0700)]
Merge pull request #7728 from tamiko/update_documentation

Documentation: add some pointers to step-20

5 years agoDo not use cudaDeviceSynchronize in release mode 7729/head
Bruno Turcksin [Thu, 14 Feb 2019 02:31:17 +0000 (02:31 +0000)]
Do not use cudaDeviceSynchronize in release mode

5 years agoDocumentation: add some pointers to step-20 7728/head
Matthias Maier [Thu, 14 Feb 2019 01:00:48 +0000 (19:00 -0600)]
Documentation: add some pointers to step-20

5 years agoadd include 7721/head
Timo Heister [Wed, 13 Feb 2019 15:31:48 +0000 (08:31 -0700)]
add include

5 years agoAdding cell_hint to GridTools::compute_point_locations documentation 7724/head
Giovanni Alzetta [Wed, 13 Feb 2019 08:30:53 +0000 (09:30 +0100)]
Adding cell_hint to GridTools::compute_point_locations documentation

5 years ago[CI]: expose tests in Jenkins 7715/head
Timo Heister [Sat, 9 Feb 2019 17:48:12 +0000 (10:48 -0700)]
[CI]: expose tests in Jenkins

5 years agoMerge pull request #7592 from GivAlz/FastCoupling
Daniel Arndt [Tue, 12 Feb 2019 17:45:48 +0000 (18:45 +0100)]
Merge pull request #7592 from GivAlz/FastCoupling

Optimizing NonMatching::coupling sparsity/matrix for parallel meshes

5 years agoMerge pull request #7709 from tamiko/step_20_with_linearoperator
Wolfgang Bangerth [Tue, 12 Feb 2019 17:41:28 +0000 (10:41 -0700)]
Merge pull request #7709 from tamiko/step_20_with_linearoperator

examples/step-20: Use LinearOperator in the example step

5 years agomake example empty
Timo Heister [Tue, 12 Feb 2019 17:20:02 +0000 (10:20 -0700)]
make example empty

5 years agoMerge pull request #7701 from masterleinad/fix_chunk_sparsity_warnings
Martin Kronbichler [Tue, 12 Feb 2019 16:22:35 +0000 (17:22 +0100)]
Merge pull request #7701 from masterleinad/fix_chunk_sparsity_warnings

Use size_type for rows in ChunkSparsityPattern

5 years agoreserve step-63
Timo Heister [Mon, 11 Feb 2019 23:11:08 +0000 (16:11 -0700)]
reserve step-63

5 years agoMerge pull request #7707 from Rombur/cuda_compress
Martin Kronbichler [Tue, 12 Feb 2019 07:56:41 +0000 (08:56 +0100)]
Merge pull request #7707 from Rombur/cuda_compress

Improve compress for cuda-aware mpi

5 years agoAdd a comment about iteration 0. 7703/head
Martin Kronbichler [Sat, 9 Feb 2019 17:48:16 +0000 (18:48 +0100)]
Add a comment about iteration 0.

5 years agoAdjust test to definition of Chebyshev degree.
Martin Kronbichler [Sat, 9 Feb 2019 10:02:01 +0000 (11:02 +0100)]
Adjust test to definition of Chebyshev degree.

5 years agoAugment documentation about eigenvalue computation.
Martin Kronbichler [Thu, 7 Feb 2019 17:09:54 +0000 (18:09 +0100)]
Augment documentation about eigenvalue computation.

5 years agoAdd changelog.
Martin Kronbichler [Thu, 7 Feb 2019 11:26:11 +0000 (12:26 +0100)]
Add changelog.

5 years agoClean up iteration of PreconditionChebyshev.
Martin Kronbichler [Thu, 7 Feb 2019 11:23:56 +0000 (12:23 +0100)]
Clean up iteration of PreconditionChebyshev.

5 years agoexamples/step-20: Change preconditioner to a fixed number of iterations 7709/head
Matthias Maier [Tue, 12 Feb 2019 06:19:47 +0000 (00:19 -0600)]
examples/step-20: Change preconditioner to a fixed number of iterations

This improves the total runtime performance with preconditioner
significantly! (Even though the total number of iterations increases
significantly.)

5 years agoImprove compress when using CUDA-aware MPI 7707/head
Bruno Turcksin [Fri, 8 Feb 2019 14:49:12 +0000 (14:49 +0000)]
Improve compress when using CUDA-aware MPI

Reduce the number of kernel launch in a way similar to what is done for
update_ghost.

5 years agoAdd new cuda kernel function to execute a binary operation on a subset of the
Bruno Turcksin [Fri, 8 Feb 2019 14:47:25 +0000 (14:47 +0000)]
Add new cuda kernel function to execute a binary operation on a subset of the
vector

5 years agoMove initialization of import_indices_plain_dev into a separate function
Bruno Turcksin [Fri, 8 Feb 2019 14:44:36 +0000 (14:44 +0000)]
Move initialization of import_indices_plain_dev into a separate function

5 years agoChange API of a few functions cuda_kernel for consistency
Bruno Turcksin [Fri, 8 Feb 2019 14:36:02 +0000 (14:36 +0000)]
Change API of a few functions cuda_kernel for consistency

5 years agoexamples/step-22: adjust sizes of pictures showing result
Matthias Maier [Tue, 12 Feb 2019 00:53:20 +0000 (18:53 -0600)]
examples/step-22: adjust sizes of pictures showing result

5 years agoAddress J.-P.'s comments
Matthias Maier [Tue, 12 Feb 2019 00:46:19 +0000 (18:46 -0600)]
Address J.-P.'s comments

5 years agoAddress Wolfgang's comments
Matthias Maier [Tue, 12 Feb 2019 00:42:10 +0000 (18:42 -0600)]
Address Wolfgang's comments

 - fix wording

 - remove author statement (the generic copyright is enough).

5 years agoUpdate discussion about preconditioner performance
Matthias Maier [Tue, 12 Feb 2019 00:27:15 +0000 (18:27 -0600)]
Update discussion about preconditioner performance

The numbers here were seriously outdated :-D
(For example with a modern CPU the refinement step of 5 global
refinement and lowest order elements converges nowadays in about 0.8
total runtime seconds instead of 28 seconds (0.4 seconds of thise total
runtime is by the way the dynamic linker starting up the program...)

5 years agoAddress Martin's comments
Matthias Maier [Fri, 8 Feb 2019 22:40:03 +0000 (16:40 -0600)]
Address Martin's comments

 - Change preconditioner reduction to a relative tolerance of 10^-3

 - Increase initial resolution to 5 global refinement steps

 - Update results section to reflect changes

5 years agoremove unnecessary whitespace
Matthias Maier [Fri, 8 Feb 2019 20:36:08 +0000 (14:36 -0600)]
remove unnecessary whitespace

5 years agodoc: add a changes entry
Matthias Maier [Fri, 8 Feb 2019 20:09:50 +0000 (14:09 -0600)]
doc: add a changes entry

5 years agoexamples/step-20: Actually use LinearOperator in the example step
Matthias Maier [Fri, 8 Feb 2019 19:51:36 +0000 (13:51 -0600)]
examples/step-20: Actually use LinearOperator in the example step

5 years agoexamples/step-20: Update introduction
Matthias Maier [Fri, 8 Feb 2019 19:50:16 +0000 (13:50 -0600)]
examples/step-20: Update introduction

 - Introduce LinearOperator and PackagedOperation

 - Explain in detail how to solve the Schur complement using this
   functionality.

5 years agoMerge pull request #7714 from masterleinad/add_make_const_array_view
Daniel Arndt [Tue, 12 Feb 2019 00:27:25 +0000 (01:27 +0100)]
Merge pull request #7714 from masterleinad/add_make_const_array_view

Add make_const_array_view

5 years agoFix changelog entry 7714/head
Daniel Arndt [Tue, 12 Feb 2019 00:21:37 +0000 (01:21 +0100)]
Fix changelog entry

5 years agoMerge pull request #6979 from jppelteret/ad-helpers_05
Jean-Paul Pelteret [Mon, 11 Feb 2019 22:31:33 +0000 (23:31 +0100)]
Merge pull request #6979 from jppelteret/ad-helpers_05

AD Helpers: Introduce base class for QP-level helper classes

5 years agoMerge pull request #7719 from masterleinad/fix_warnings_step_61
Martin Kronbichler [Mon, 11 Feb 2019 19:50:33 +0000 (20:50 +0100)]
Merge pull request #7719 from masterleinad/fix_warnings_step_61

Remove warnings generated by step-61

5 years agoAD Helpers: Introduce base class for QP-level helper classes 6979/head
Jean-Paul Pelteret [Mon, 11 Feb 2019 17:47:04 +0000 (18:47 +0100)]
AD Helpers: Introduce base class for QP-level helper classes

5 years agoAD Helpers: Add some internal functions to assist when using Extractors
Jean-Paul Pelteret [Mon, 11 Feb 2019 17:46:21 +0000 (18:46 +0100)]
AD Helpers: Add some internal functions to assist when using Extractors

5 years agoADHelpers: Remove an unnecessary function
Jean-Paul Pelteret [Mon, 11 Feb 2019 17:45:09 +0000 (18:45 +0100)]
ADHelpers: Remove an unnecessary function

5 years agoMark a function as constant.
Jean-Paul Pelteret [Mon, 11 Feb 2019 17:44:32 +0000 (18:44 +0100)]
Mark a function as constant.

5 years agoImprove some documentation
Jean-Paul Pelteret [Mon, 11 Feb 2019 17:43:54 +0000 (18:43 +0100)]
Improve some documentation

5 years agoMerge pull request #7720 from bangerth/cmake
Timo Heister [Mon, 11 Feb 2019 15:25:16 +0000 (08:25 -0700)]
Merge pull request #7720 from bangerth/cmake

Use the usual grammar for make targets.

5 years agoNonMatching::coupling_matrix now also skips useless cells 7592/head
Giovanni Alzetta [Fri, 11 Jan 2019 19:16:45 +0000 (20:16 +0100)]
NonMatching::coupling_matrix now also skips useless cells

5 years agoAdd make_const_array_view
Daniel Arndt [Sat, 9 Feb 2019 14:20:44 +0000 (15:20 +0100)]
Add make_const_array_view


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.