]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoCMake: Do not automatically rebuild a project when switching build type
Matthias Maier [Tue, 5 Feb 2019 16:20:26 +0000 (10:20 -0600)]
CMake: Do not automatically rebuild a project when switching build type

For a long time the "debug" and "release" targets of our convenience
macro DEAL_II_INVOKE_AUTOPILOT automatically rebuild the project when
switching to the debug or release flavor.

Closes #7693

5 years agoMerge pull request #7699 from davydden/feature/block_indices_global_to_local
Wolfgang Bangerth [Wed, 6 Feb 2019 16:31:47 +0000 (09:31 -0700)]
Merge pull request #7699 from davydden/feature/block_indices_global_to_local

use binary search in BlockIndices::global_to_local()

5 years agoMerge pull request #7680 from masterleinad/document_MPI_minimal
Timo Heister [Wed, 6 Feb 2019 16:23:13 +0000 (09:23 -0700)]
Merge pull request #7680 from masterleinad/document_MPI_minimal

Document the minimal supported MPI version

5 years agouse binary search in BlockIndices::global_to_local() 7699/head
Denis Davydov [Wed, 6 Feb 2019 13:18:56 +0000 (14:18 +0100)]
use binary search in BlockIndices::global_to_local()

5 years agoMerge pull request #7687 from stefanmeggendorfer/mappingqgenericfix
Martin Kronbichler [Wed, 6 Feb 2019 09:47:27 +0000 (10:47 +0100)]
Merge pull request #7687 from stefanmeggendorfer/mappingqgenericfix

MappingQGeneric: use of MatrixFree only for higher order elements

5 years agoMerge pull request #7688 from masterleinad/more_output_matrix_free_dof_info
Martin Kronbichler [Wed, 6 Feb 2019 09:46:58 +0000 (10:46 +0100)]
Merge pull request #7688 from masterleinad/more_output_matrix_free_dof_info

More output files for  matrix_free/dof_info_01/2

5 years agoMerge pull request #7683 from drwells/cleanup-vector-thread-partitioner
Daniel Arndt [Tue, 5 Feb 2019 09:36:40 +0000 (10:36 +0100)]
Merge pull request #7683 from drwells/cleanup-vector-thread-partitioner

Cleanup the Vector::thread_loop_partitioner logic.

5 years agoMerge pull request #7691 from gassmoeller/fix_xdmf_entry_serialization
Daniel Arndt [Tue, 5 Feb 2019 09:05:38 +0000 (10:05 +0100)]
Merge pull request #7691 from gassmoeller/fix_xdmf_entry_serialization

Fix serialization of XDMFEntry class

5 years agoMerge pull request #7686 from bangerth/doc-update-99
Daniel Arndt [Tue, 5 Feb 2019 08:47:55 +0000 (09:47 +0100)]
Merge pull request #7686 from bangerth/doc-update-99

Update documentation of some VectorTools functions.

5 years agoUpdate documentation of some VectorTools functions. 7686/head
Wolfgang Bangerth [Mon, 4 Feb 2019 14:51:52 +0000 (07:51 -0700)]
Update documentation of some VectorTools functions.

5 years agoCleanup the Vector::thread_loop_partitioner logic. 7683/head
David Wells [Mon, 4 Feb 2019 03:35:36 +0000 (22:35 -0500)]
Cleanup the Vector::thread_loop_partitioner logic.

It was previously possible to, in one function call, either set up the
partitioner multiple times or for inappropriately small vectors. This
commit cleans up the way we handle the partitioner in multiple places so
that, when possible, vectors share partitioners and do not set up
partitioners if they are too small.

5 years agoFix serialization of XDMFEntry class 7691/head
Rene Gassmoeller [Mon, 4 Feb 2019 21:12:12 +0000 (13:12 -0800)]
Fix serialization of XDMFEntry class

5 years agoMerge pull request #7689 from tamiko/fix_example_step_4
Wolfgang Bangerth [Mon, 4 Feb 2019 20:47:50 +0000 (13:47 -0700)]
Merge pull request #7689 from tamiko/fix_example_step_4

example/step-4: Return the correct return value

5 years agoexample/step-4: Return the correct return value 7689/head
Matthias Maier [Mon, 4 Feb 2019 16:55:39 +0000 (10:55 -0600)]
example/step-4: Return the correct return value

This commit reverts a stray change that should have probably never made
it into 0e12f6f87a0b84fadd8df629f55da42a8494ce8f

5 years agoMore output files for matrix_free/dof_info_01/2 7688/head
Daniel Arndt [Mon, 4 Feb 2019 16:12:06 +0000 (17:12 +0100)]
More output files for  matrix_free/dof_info_01/2

5 years agoMerge pull request #7681 from tamiko/fix_openmp_simd_detection
Denis Davydov [Mon, 4 Feb 2019 14:53:30 +0000 (15:53 +0100)]
Merge pull request #7681 from tamiko/fix_openmp_simd_detection

CMake: Bugfix: Guard DEAL_II_HAVE_OPENMP_SIMD test

5 years agoMappingQGeneric: use of MatrixFree only for higher order elements 7687/head
Stefan Meggendorfer [Mon, 4 Feb 2019 13:56:57 +0000 (14:56 +0100)]
MappingQGeneric: use of MatrixFree only for higher order elements

5 years agoMerge pull request #7677 from drwells/avoid-deprecated-mpi
Daniel Arndt [Mon, 4 Feb 2019 09:13:14 +0000 (10:13 +0100)]
Merge pull request #7677 from drwells/avoid-deprecated-mpi

Avoid calling a deprecated MPI function.

5 years agoFix MPI support for older versions 7680/head
Daniel Arndt [Mon, 4 Feb 2019 01:08:20 +0000 (02:08 +0100)]
Fix MPI support for older versions

5 years agoCMake: Bugfix: Guard DEAL_II_HAVE_OPENMP_SIMD test 7681/head
Matthias Maier [Sun, 3 Feb 2019 18:06:59 +0000 (12:06 -0600)]
CMake: Bugfix: Guard DEAL_II_HAVE_OPENMP_SIMD test

We also have to guard the DEAL_II_HAVE_OPENMP_SIMD test with
DEAL_II_ALLOW_PLATFORM_INTROSPECTION. If the latter is set to false our
cmake configuration does not attempt to determine any specifics of the
unerlying CPU or architecture (and instead relies on the user specifying
everything by hand). This is necessary for scenarios where deal.II gets
compiled on a different machine than the one it will be run on
eventually.

In reference to #7663.

5 years agoMerge pull request #7641 from davydden/feature/fe_eval_dofs
Martin Kronbichler [Sun, 3 Feb 2019 16:27:22 +0000 (17:27 +0100)]
Merge pull request #7641 from davydden/feature/fe_eval_dofs

add internal::MatrixFreeFunctions::DoFInfo::get_dof_indices()

5 years agoMerge pull request #7674 from bangerth/simplify
Daniel Arndt [Sat, 2 Feb 2019 23:44:45 +0000 (00:44 +0100)]
Merge pull request #7674 from bangerth/simplify

Simplify some code.

5 years agoDocument the minimal supported MPI version
Daniel Arndt [Sat, 2 Feb 2019 17:45:12 +0000 (18:45 +0100)]
Document the minimal supported MPI version

5 years agoMerge pull request #7675 from dangars/unused_variable_warning
Daniel Arndt [Sat, 2 Feb 2019 16:11:30 +0000 (17:11 +0100)]
Merge pull request #7675 from dangars/unused_variable_warning

Remove unused variable warning

5 years agoSimplify some code. 7674/head
Wolfgang Bangerth [Fri, 1 Feb 2019 15:04:58 +0000 (08:04 -0700)]
Simplify some code.

5 years agoAvoid calling a deprecated MPI function. 7677/head
David Wells [Sat, 2 Feb 2019 15:00:38 +0000 (10:00 -0500)]
Avoid calling a deprecated MPI function.

This was deprecated a long time ago (1996) and is not present in the
latest version of openMPI (4.0): see

https://www.open-mpi.org/faq/?category=mpi-removed

Credit goes to Pratik Nayak for finding this issue.

5 years agoRemove unused variable warning 7675/head
Daniel Garcia-Sanchez [Sat, 2 Feb 2019 13:26:44 +0000 (14:26 +0100)]
Remove unused variable warning

5 years agoMerge pull request #7666 from gassmoeller/ensure_particle_property_initialization
Daniel Arndt [Sat, 2 Feb 2019 11:02:07 +0000 (12:02 +0100)]
Merge pull request #7666 from gassmoeller/ensure_particle_property_initialization

Ensure particle property initialization

5 years agoEnsure particle property initialization 7666/head
Rene Gassmoeller [Thu, 31 Jan 2019 18:24:06 +0000 (10:24 -0800)]
Ensure particle property initialization

5 years agoMerge pull request #7672 from masterleinad/fix_msvc
Daniel Arndt [Fri, 1 Feb 2019 17:56:33 +0000 (18:56 +0100)]
Merge pull request #7672 from masterleinad/fix_msvc

Fix compiling with MSVC

5 years agoMerge pull request #7667 from gassmoeller/fix_serialization_of_variable_data
Wolfgang Bangerth [Fri, 1 Feb 2019 16:30:25 +0000 (09:30 -0700)]
Merge pull request #7667 from gassmoeller/fix_serialization_of_variable_data

Fix serialization of variable data attachements

5 years agoFix compiling with MSVC 7672/head
Daniel Arndt [Fri, 1 Feb 2019 13:12:29 +0000 (14:12 +0100)]
Fix compiling with MSVC

5 years agoMerge pull request #7669 from masterleinad/fix_old_clang
Jean-Paul Pelteret [Fri, 1 Feb 2019 11:42:13 +0000 (12:42 +0100)]
Merge pull request #7669 from masterleinad/fix_old_clang

 Be explicit about initialization of static const Tensor variables

5 years agoMerge pull request #7651 from tjhei/clang_tidy_rework
Daniel Arndt [Thu, 31 Jan 2019 22:48:28 +0000 (23:48 +0100)]
Merge pull request #7651 from tjhei/clang_tidy_rework

[CI] introduce clang-tidy check

5 years agoBe explicit about initialization of static const Tensor variables 7669/head
Daniel Arndt [Thu, 31 Jan 2019 22:47:38 +0000 (23:47 +0100)]
Be explicit about initialization of static const Tensor variables

5 years agoFix serialization of variable data attachements 7667/head
Rene Gassmoeller [Thu, 31 Jan 2019 19:45:03 +0000 (11:45 -0800)]
Fix serialization of variable data attachements

5 years agoconvert for loops 7651/head
Timo Heister [Tue, 29 Jan 2019 19:44:47 +0000 (12:44 -0700)]
convert for loops

5 years ago[CI] introduce clang-tidy check
Timo Heister [Mon, 28 Jan 2019 21:17:53 +0000 (14:17 -0700)]
[CI] introduce clang-tidy check

- remove -fix
- allow bundled/ by including two .clang-tidy files
- add jenkins script

5 years agoMerge pull request #7637 from masterleinad/fix_gmsh_bid
Wolfgang Bangerth [Thu, 31 Jan 2019 14:19:35 +0000 (07:19 -0700)]
Merge pull request #7637 from masterleinad/fix_gmsh_bid

 Parse boundary_ids in GMSH-4 format  correctly

5 years agoMerge pull request #7661 from gassmoeller/fix_particle_property_serialization_bug
Daniel Arndt [Thu, 31 Jan 2019 12:17:56 +0000 (13:17 +0100)]
Merge pull request #7661 from gassmoeller/fix_particle_property_serialization_bug

Fix invalid memory access in particle properties after transfer

5 years agoMerge pull request #7368 from ginkgo-project/ginkgo-wrapper
Jean-Paul Pelteret [Thu, 31 Jan 2019 08:18:54 +0000 (09:18 +0100)]
Merge pull request #7368 from ginkgo-project/ginkgo-wrapper

Ginkgo wrapper for deal.ii

5 years agoMerge pull request #7654 from GivAlz/GeneralCell
Daniel Arndt [Thu, 31 Jan 2019 07:47:07 +0000 (08:47 +0100)]
Merge pull request #7654 from GivAlz/GeneralCell

Generalizing GridGenerator::general_cell to tria<dim,spacedim>

5 years agoFix invalid memory access in particle properties after transfer 7661/head
Rene Gassmoeller [Thu, 31 Jan 2019 00:42:20 +0000 (16:42 -0800)]
Fix invalid memory access in particle properties after transfer

5 years agoMerge pull request #7509 from jppelteret/ad-drivers_03
Jean-Paul Pelteret [Wed, 30 Jan 2019 21:48:35 +0000 (22:48 +0100)]
Merge pull request #7509 from jppelteret/ad-drivers_03

 Refactor the AD drivers classes

5 years agoMerge pull request #7655 from masterleinad/fix_cuda_vectorization
Daniel Arndt [Wed, 30 Jan 2019 21:44:08 +0000 (22:44 +0100)]
Merge pull request #7655 from masterleinad/fix_cuda_vectorization

Disable SIMD vectorization in CUDA device code

5 years agoAdd internal::MatrixFreeFunctions::DoFInfo::get_dof_indices_on_cell_batch() 7641/head
Denis Davydov [Fri, 25 Jan 2019 21:18:17 +0000 (22:18 +0100)]
Add internal::MatrixFreeFunctions::DoFInfo::get_dof_indices_on_cell_batch()

5 years agoAdd changelog entry and fix a typo. 7368/head
Pratik Nayak [Wed, 30 Jan 2019 15:20:39 +0000 (16:20 +0100)]
Add changelog entry and fix a typo.

5 years agoImprove documentation of some functions 7509/head
Jean-Paul Pelteret [Wed, 30 Jan 2019 13:20:29 +0000 (14:20 +0100)]
Improve documentation of some functions

5 years agoMerge pull request #7656 from masterleinad/add_cuda_header
Bruno Turcksin [Wed, 30 Jan 2019 13:23:28 +0000 (08:23 -0500)]
Merge pull request #7656 from masterleinad/add_cuda_header

Add missing headers in CUDA header file

5 years agoAdd the ginkgo source and include files.
Pratik Nayak [Wed, 30 Jan 2019 11:50:06 +0000 (12:50 +0100)]
Add the ginkgo source and include files.

5 years agoAdd initial tests for ginkgo
Pratik Nayak [Wed, 30 Jan 2019 11:49:36 +0000 (12:49 +0100)]
Add initial tests for ginkgo

5 years agoAdd documentation to readme.html and ginkgo.html files
Pratik Nayak [Wed, 30 Jan 2019 11:49:04 +0000 (12:49 +0100)]
Add documentation to readme.html and ginkgo.html files

5 years agoDetect Ginkgo and compile the ginkgo files: CMake.
Pratik Nayak [Wed, 30 Jan 2019 11:47:50 +0000 (12:47 +0100)]
Detect Ginkgo and compile the ginkgo files: CMake.

5 years agoGeneralizing GridGenerator::general_cell to tria<dim,spacedim> 7654/head
Giovanni Alzetta [Tue, 29 Jan 2019 15:29:15 +0000 (16:29 +0100)]
Generalizing GridGenerator::general_cell to tria<dim,spacedim>

5 years agoMerge pull request #7633 from drwells/vector-use-aligned-vector
Wolfgang Bangerth [Wed, 30 Jan 2019 03:10:43 +0000 (20:10 -0700)]
Merge pull request #7633 from drwells/vector-use-aligned-vector

Use AlignedVector in Vector.

5 years agoAdd missing headers in CUDA header file 7656/head
Daniel Arndt [Tue, 29 Jan 2019 22:48:08 +0000 (23:48 +0100)]
Add missing headers in CUDA header file

5 years agoDisable SIMD vectorization in CUDA device code 7655/head
Daniel Arndt [Tue, 29 Jan 2019 22:23:50 +0000 (23:23 +0100)]
Disable SIMD vectorization in CUDA device code

5 years agoMerge pull request #7652 from drwells/inline-subscriptor-ctors
Wolfgang Bangerth [Tue, 29 Jan 2019 16:12:18 +0000 (09:12 -0700)]
Merge pull request #7652 from drwells/inline-subscriptor-ctors

Mark a few Subscriptor functions as inline.

5 years agoUpdate the .gdbinit script. 7633/head
David Wells [Sun, 27 Jan 2019 00:23:24 +0000 (19:23 -0500)]
Update the .gdbinit script.

5 years agoUse AlignedVector to manage Vector's memory.
David Wells [Mon, 21 Jan 2019 03:32:32 +0000 (22:32 -0500)]
Use AlignedVector to manage Vector's memory.

Vector already requires that the underlying buffer be aligned and uses
exactly the same function (posix_memalign) as AlignedVector to do it: we
can simplify the implementation of Vector a lot by just using an
AlignedVector to manage the data instead.

5 years agoMerge pull request #7583 from GivAlz/TriangulationCovering
Wolfgang Bangerth [Tue, 29 Jan 2019 13:13:11 +0000 (06:13 -0700)]
Merge pull request #7583 from GivAlz/TriangulationCovering

Add "covering rtree" to GridTools::Cache

5 years agoMerge pull request #7653 from masterleinad/more_clang_tidy_fixes_2
Wolfgang Bangerth [Tue, 29 Jan 2019 13:12:48 +0000 (06:12 -0700)]
Merge pull request #7653 from masterleinad/more_clang_tidy_fixes_2

Fix more clang-tidy findings

5 years agoAdded covering rtree and flag to GridTools::Cache 7583/head
Giovanni Alzetta [Wed, 9 Jan 2019 21:13:56 +0000 (22:13 +0100)]
Added covering rtree and flag to GridTools::Cache

5 years agoperformance-unnecessary-value-param 7653/head
Daniel Arndt [Tue, 29 Jan 2019 09:59:11 +0000 (10:59 +0100)]
performance-unnecessary-value-param

5 years agomodernize-use-nullptr
Daniel Arndt [Tue, 29 Jan 2019 09:58:02 +0000 (10:58 +0100)]
modernize-use-nullptr

5 years agomodernize-use-equals-default
Daniel Arndt [Tue, 29 Jan 2019 09:57:27 +0000 (10:57 +0100)]
modernize-use-equals-default

5 years agomodernize-return-braced-init-list
Daniel Arndt [Tue, 29 Jan 2019 09:52:18 +0000 (10:52 +0100)]
modernize-return-braced-init-list

5 years agoMerge pull request #7648 from tjhei/jenkins_osx
Daniel Arndt [Tue, 29 Jan 2019 08:53:54 +0000 (09:53 +0100)]
Merge pull request #7648 from tjhei/jenkins_osx

[CI] test on OSX

5 years agoMove some declarations around and document tag_maps 7637/head
Daniel Arndt [Tue, 29 Jan 2019 01:01:52 +0000 (02:01 +0100)]
Move some declarations around and document tag_maps

5 years agoMark a few Subscriptor functions as inline. 7652/head
David Wells [Mon, 28 Jan 2019 21:51:31 +0000 (16:51 -0500)]
Mark a few Subscriptor functions as inline.

These are simple enough that they should live in the header. This will
allow classes inheriting from Subscriptor to potentially inline some
more constructors too.

5 years ago[CI] test on OSX 7648/head
Timo Heister [Thu, 17 Jan 2019 00:43:46 +0000 (17:43 -0700)]
[CI] test on OSX

- add a separate Jenkinsfile for OSX
- compile deal.II using clang on OSX

5 years agoMerge pull request #7650 from masterleinad/n_array_elemnts_outside
Jean-Paul Pelteret [Mon, 28 Jan 2019 20:07:00 +0000 (21:07 +0100)]
Merge pull request #7650 from masterleinad/n_array_elemnts_outside

Declare VectorizedArray::n_array_elements outside the class in the general case

5 years agoMerge pull request #7647 from drwells/test-use-zoltan
Wolfgang Bangerth [Mon, 28 Jan 2019 15:11:09 +0000 (08:11 -0700)]
Merge pull request #7647 from drwells/test-use-zoltan

Explicitly use Zoltan in two tests.

5 years agoDeclare VectorizedArray::n_array_elemnts outside the class in the general case 7650/head
Daniel Arndt [Mon, 28 Jan 2019 13:15:57 +0000 (14:15 +0100)]
Declare VectorizedArray::n_array_elemnts outside the class in the general case

5 years agoMerge pull request #7643 from masterleinad/fix_trilinoswrappers_precondition_muelu
Bruno Turcksin [Sun, 27 Jan 2019 22:46:57 +0000 (17:46 -0500)]
Merge pull request #7643 from masterleinad/fix_trilinoswrappers_precondition_muelu

Fix TrilinosWrappers::PreconditionMueLu

5 years agoExplicitly use Zoltan in two tests. 7647/head
David Wells [Sun, 27 Jan 2019 21:48:17 +0000 (16:48 -0500)]
Explicitly use Zoltan in two tests.

This doesn't matter in 05 (since that test only uses one processor) but
the output file states that we use Zoltan, so we should be
consistent.

This is needed in 07 since the default third argument to
partition_triangulation is metis, but the output file states that we use
Zoltan.

5 years agoMerge pull request #7644 from masterleinad/avoid_builtin_expect
David Wells [Sun, 27 Jan 2019 20:25:37 +0000 (15:25 -0500)]
Merge pull request #7644 from masterleinad/avoid_builtin_expect

Don't use __builtin_expect in Utilities::pow

5 years agoAdd more comments
Daniel Arndt [Sun, 27 Jan 2019 10:15:31 +0000 (11:15 +0100)]
Add more comments

5 years agoUse default destructor and avoid constructor to be defaulted 7643/head
Daniel Arndt [Sat, 26 Jan 2019 16:35:22 +0000 (17:35 +0100)]
Use default destructor and avoid constructor to be defaulted

5 years agoRename variables using snake_case style
Daniel Arndt [Sat, 26 Jan 2019 15:54:16 +0000 (16:54 +0100)]
Rename variables using snake_case style

5 years agoDon't use __builtin_expect in Utilities::pow 7644/head
Daniel Arndt [Sat, 26 Jan 2019 15:13:16 +0000 (16:13 +0100)]
Don't use __builtin_expect in Utilities::pow

5 years agoFix TrilinosWrappers::PreconditionMueLu
Daniel Arndt [Sat, 26 Jan 2019 14:34:33 +0000 (15:34 +0100)]
Fix TrilinosWrappers::PreconditionMueLu

5 years agoMerge pull request #7639 from tamiko/fix_step_1
Wolfgang Bangerth [Fri, 25 Jan 2019 21:40:56 +0000 (14:40 -0700)]
Merge pull request #7639 from tamiko/fix_step_1

examples/step-1: Remove explicit reset_manifold

5 years agoMerge pull request #7222 from davydden/feature/qr
Wolfgang Bangerth [Fri, 25 Jan 2019 21:40:26 +0000 (14:40 -0700)]
Merge pull request #7222 from davydden/feature/qr

QR classes for solvers

5 years agoexamples/step-1: Remove explicit reset_manifold 7639/head
Matthias Maier [Fri, 25 Jan 2019 19:26:43 +0000 (13:26 -0600)]
examples/step-1: Remove explicit reset_manifold

We have restructured our internal manifold handling and the explicit
call to reset_manifold is not necessary any more. (Indeed the
description why this reset is necessary is now factually wrong.) Let's
not confuse the unsuspecting user and remove this part.

Thanks to Mateusz Marciniak for pointing this out.

5 years agoAdd GMSH-4 tests
Daniel Arndt [Fri, 25 Jan 2019 14:20:49 +0000 (15:20 +0100)]
Add GMSH-4 tests

5 years agoParse boundary_ids in GMSH-4 format
Daniel Arndt [Thu, 24 Jan 2019 22:41:35 +0000 (23:41 +0100)]
Parse boundary_ids in GMSH-4 format

5 years agoMerge pull request #7634 from masterleinad/fix_nvcc_wrapper
Martin Kronbichler [Fri, 25 Jan 2019 10:25:29 +0000 (11:25 +0100)]
Merge pull request #7634 from masterleinad/fix_nvcc_wrapper

Use Trilinos functions and types for preconditioners

5 years agoMerge pull request #7630 from bangerth/doc-update-87
Matthias Maier [Fri, 25 Jan 2019 00:08:17 +0000 (18:08 -0600)]
Merge pull request #7630 from bangerth/doc-update-87

Document semantics of Triangulation::begin/end_*().

5 years agoMerge pull request #7487 from davydden/bugfix/pbc_constraints
Matthias Maier [Thu, 24 Jan 2019 23:26:20 +0000 (17:26 -0600)]
Merge pull request #7487 from davydden/bugfix/pbc_constraints

Sort equality constraints for periodic bc, add two tests for make_periodicity_constraints

5 years agoMerge pull request #7635 from tamiko/fix_typo
David Wells [Thu, 24 Jan 2019 21:49:28 +0000 (16:49 -0500)]
Merge pull request #7635 from tamiko/fix_typo

Fix a typo

5 years agofix a typo 7635/head
Matthias Maier [Thu, 24 Jan 2019 19:43:25 +0000 (13:43 -0600)]
fix a typo

5 years agoMerge pull request #7632 from bangerth/private
Daniel Arndt [Thu, 24 Jan 2019 19:31:43 +0000 (20:31 +0100)]
Merge pull request #7632 from bangerth/private

Make the internals of class Vector 'private:'.

5 years agoMerge pull request #7589 from masterleinad/improve_hdf5
Wolfgang Bangerth [Thu, 24 Jan 2019 18:02:12 +0000 (11:02 -0700)]
Merge pull request #7589 from masterleinad/improve_hdf5

Improve HDF5 files

5 years agoUse MueLU::CreateEpetraPreconditioner 7634/head
Daniel Arndt [Tue, 22 Jan 2019 22:59:38 +0000 (23:59 +0100)]
Use MueLU::CreateEpetraPreconditioner

5 years agoUse Teuchos::RCP for Trilinos preconditioner type
Daniel Arndt [Thu, 24 Jan 2019 12:38:26 +0000 (13:38 +0100)]
Use Teuchos::RCP for Trilinos preconditioner type

5 years agoRemove a duplicate 'private:' marker and move a function declaration. 7632/head
Wolfgang Bangerth [Thu, 24 Jan 2019 16:43:25 +0000 (09:43 -0700)]
Remove a duplicate 'private:' marker and move a function declaration.

5 years agoMerge pull request #7631 from bangerth/duplicate
Daniel Arndt [Thu, 24 Jan 2019 16:24:24 +0000 (17:24 +0100)]
Merge pull request #7631 from bangerth/duplicate

Remove a duplicate 'public:' specifier.

5 years agoMerge pull request #7587 from bangerth/doc-update
Daniel Arndt [Thu, 24 Jan 2019 09:38:41 +0000 (10:38 +0100)]
Merge pull request #7587 from bangerth/doc-update

Update the documentation of VectorTools::project.

5 years agoFix test output 7487/head
Daniel Arndt [Thu, 24 Jan 2019 09:18:53 +0000 (10:18 +0100)]
Fix test output


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.