]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
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 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 agoUse the usual grammar for make targets. 7720/head
Wolfgang Bangerth [Mon, 11 Feb 2019 04:47:30 +0000 (21:47 -0700)]
Use the usual grammar for make targets.

5 years agoRemove warnings generated by step-61 7719/head
Daniel Arndt [Mon, 11 Feb 2019 00:52:05 +0000 (01:52 +0100)]
Remove warnings generated by step-61

5 years agoMerge pull request #7698 from kronbichler/fe_eval_large_n_q_points
Daniel Arndt [Sat, 9 Feb 2019 20:37:14 +0000 (21:37 +0100)]
Merge pull request #7698 from kronbichler/fe_eval_large_n_q_points

Improve FEEvaluation for large number of quadrature points

5 years agoComment on <= comparison for MatrixFree::ElementType. 7698/head
Martin Kronbichler [Sat, 9 Feb 2019 10:44:41 +0000 (11:44 +0100)]
Comment on <= comparison for MatrixFree::ElementType.

5 years agoAdd test case
Martin Kronbichler [Wed, 6 Feb 2019 11:55:09 +0000 (12:55 +0100)]
Add test case

5 years agoAdd changelog.
Martin Kronbichler [Wed, 6 Feb 2019 11:54:07 +0000 (12:54 +0100)]
Add changelog.

5 years agoDo not use transformation to collocation for large n_q_points.
Martin Kronbichler [Wed, 6 Feb 2019 11:53:59 +0000 (12:53 +0100)]
Do not use transformation to collocation for large n_q_points.

5 years agoAvoid underflow in MF::ShapeInfo for very large number of q points.
Martin Kronbichler [Wed, 6 Feb 2019 11:53:20 +0000 (12:53 +0100)]
Avoid underflow in MF::ShapeInfo for very large number of q points.

5 years agoMerge pull request #7710 from davydden/feature/sp_accessor
Denis Davydov [Sat, 9 Feb 2019 09:16:29 +0000 (10:16 +0100)]
Merge pull request #7710 from davydden/feature/sp_accessor

Add default constructor to SparsityPatternIterators::Accessor

5 years agoMerge pull request #7694 from tamiko/debugrelease_targets
Daniel Arndt [Sat, 9 Feb 2019 02:16:12 +0000 (03:16 +0100)]
Merge pull request #7694 from tamiko/debugrelease_targets

CMake: Do not automatically rebuild a project when switching build type

5 years agoMerge pull request #6455 from sophy1029/step-61
Matthias Maier [Fri, 8 Feb 2019 23:20:53 +0000 (17:20 -0600)]
Merge pull request #6455 from sophy1029/step-61

Step 61: A tutorial program that demonstrates the weak Galerkin method

5 years agoMerge pull request #7696 from kronbichler/fix_vector_reinit_multigrid
Matthias Maier [Fri, 8 Feb 2019 23:11:50 +0000 (17:11 -0600)]
Merge pull request #7696 from kronbichler/fix_vector_reinit_multigrid

Fix initialization of LA::d::Vector in MGTransfer::copy_to_mg

5 years agoMerge pull request #7708 from kronbichler/change_chebyshev_degree
Matthias Maier [Fri, 8 Feb 2019 23:04:02 +0000 (17:04 -0600)]
Merge pull request #7708 from kronbichler/change_chebyshev_degree

Adjust degree of PreconditionChebyshev to convention in literature

5 years agoAdd default constructor to SparsityPatternIterators::Accessor 7710/head
Denis Davydov [Fri, 8 Feb 2019 15:37:18 +0000 (16:37 +0100)]
Add default constructor to SparsityPatternIterators::Accessor

5 years agoMerge pull request #7584 from GivAlz/AddPointBoost
Martin Kronbichler [Fri, 8 Feb 2019 16:16:08 +0000 (17:16 +0100)]
Merge pull request #7584 from GivAlz/AddPointBoost

Add point constructor from boost point

5 years agoAdd changelog. 7708/head
Martin Kronbichler [Fri, 8 Feb 2019 15:33:10 +0000 (16:33 +0100)]
Add changelog.

5 years agoAdjust Chebyshev degree in loop to convention in literature.
Martin Kronbichler [Fri, 8 Feb 2019 15:28:21 +0000 (16:28 +0100)]
Adjust Chebyshev degree in loop to convention in literature.

5 years agoMove and fix std::enable_if to a template parameter, fix test 7584/head
Daniel Arndt [Wed, 30 Jan 2019 20:05:36 +0000 (21:05 +0100)]
Move and fix std::enable_if to a template parameter, fix test

5 years agoMerge pull request #7704 from masterleinad/unrestrict_scalapack_copy_to_from
Jean-Paul Pelteret [Fri, 8 Feb 2019 07:26:19 +0000 (08:26 +0100)]
Merge pull request #7704 from masterleinad/unrestrict_scalapack_copy_to_from

Unrestrict ScaLAPACKMatrix::copy_to/from

5 years agoMerge pull request #7645 from marcfehling/hp-dofhandler-transfer
Wolfgang Bangerth [Fri, 8 Feb 2019 04:58:50 +0000 (21:58 -0700)]
Merge pull request #7645 from marcfehling/hp-dofhandler-transfer

Automatic transfer of active fe indices.

5 years agoCMake: error message + guard target 7694/head
Matthias Maier [Tue, 5 Feb 2019 21:12:52 +0000 (15:12 -0600)]
CMake: error message + guard target

 - Add a helpful message to make debug/release targets.

 - Only create the corresponding debug/release target if the build type
   is available.

5 years agoAutomatic transfer of active fe indices during refinement and serialization. 7645/head
Marc Fehling [Tue, 18 Dec 2018 14:23:15 +0000 (15:23 +0100)]
Automatic transfer of active fe indices during refinement and serialization.

5 years agoUnrestrict ScaLAPACKMatrix<NumberType>::copy_to/from 7704/head
Daniel Arndt [Thu, 7 Feb 2019 17:04:32 +0000 (18:04 +0100)]
Unrestrict ScaLAPACKMatrix<NumberType>::copy_to/from

5 years agoMerge pull request #7697 from tjhei/ci_jenkins_marker
Daniel Arndt [Thu, 7 Feb 2019 16:48:40 +0000 (17:48 +0100)]
Merge pull request #7697 from tjhei/ci_jenkins_marker

[CI]: add Jenkins marking

5 years agoadd a changes entry
Matthias Maier [Tue, 5 Feb 2019 16:26:28 +0000 (10:26 -0600)]
add a changes entry

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 #7700 from Rombur/complex
Martin Kronbichler [Thu, 7 Feb 2019 09:25:38 +0000 (10:25 +0100)]
Merge pull request #7700 from Rombur/complex

Do not use I in header files due to conflict with <complex.h>

5 years agoMerge pull request #7678 from masterleinad/fix_tests_p4est
Martin Kronbichler [Thu, 7 Feb 2019 09:24:50 +0000 (10:24 +0100)]
Merge pull request #7678 from masterleinad/fix_tests_p4est

Fix p4est test

5 years agoMerge pull request #7679 from masterleinad/fix_tbb_nvcc_wrapper
Martin Kronbichler [Thu, 7 Feb 2019 09:23:09 +0000 (10:23 +0100)]
Merge pull request #7679 from masterleinad/fix_tbb_nvcc_wrapper

Fix building TBB with nvcc_wrapper

5 years agoDo not use I in header files due to conflict with <complex.h> 7700/head
Bruno Turcksin [Wed, 6 Feb 2019 22:00:24 +0000 (17:00 -0500)]
Do not use I in header files due to conflict with <complex.h>

The C version of <complex.h> defines the macro I. So when a third-party
library such as lapacke include <complex.h> is included before the
header the variable I is expanded which trips the compiler.

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 agoAdd changelog. 7696/head
Martin Kronbichler [Tue, 5 Feb 2019 18:08:36 +0000 (19:08 +0100)]
Add changelog.

5 years agoFix initialization of LA::d::Vector in multigrid.
Martin Kronbichler [Tue, 5 Feb 2019 18:06:12 +0000 (19:06 +0100)]
Fix initialization of LA::d::Vector in multigrid.

5 years agoset agent 7697/head
Timo Heister [Tue, 5 Feb 2019 23:08:43 +0000 (16:08 -0700)]
set agent

5 years ago[CI]: add Jenkins.mark
Timo Heister [Tue, 5 Feb 2019 23:02:13 +0000 (16:02 -0700)]
[CI]: add Jenkins.mark

Add a separate Jenkins pipeline that runs in a few seconds to set the
commit status to pending. This is needed as Jenkins only starts setting
a commit status when the normal jobs start running and not when they are
in the queue. This can lead to a) accidental merges before we test
things and b) repeated /rebuild triggers.

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 agoRemove unused variables 7679/head
Daniel Arndt [Sun, 3 Feb 2019 13:04:33 +0000 (14:04 +0100)]
Remove unused variables

5 years agoFix building TBB with nvcc_wrapper
Daniel Arndt [Sun, 3 Feb 2019 11:06:36 +0000 (12:06 +0100)]
Fix building TBB with nvcc_wrapper

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 agoFix p4est test 7678/head
Daniel Arndt [Sat, 2 Feb 2019 12:05:31 +0000 (13:05 +0100)]
Fix p4est test

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 agoChange the way the constructor template argument works.
Wolfgang Bangerth [Tue, 29 Jan 2019 16:25:31 +0000 (09:25 -0700)]
Change the way the constructor template argument works.

5 years agoAdded point constructor from boost point and test
Giovanni Alzetta [Thu, 10 Jan 2019 15:29:40 +0000 (16:29 +0100)]
Added point constructor from boost point and test

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 step-61. 6455/head
Zhuoran Wang [Fri, 27 Apr 2018 16:31:49 +0000 (16:31 +0000)]
Add step-61.

This tutorial program adds a code that solves the Poisson equation
using the weak Galerkin formulation.

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.


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.