]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoMerge pull request #9191 from tjhei/mpi_h_warning
Daniel Arndt [Mon, 23 Dec 2019 14:29:20 +0000 (09:29 -0500)]
Merge pull request #9191 from tjhei/mpi_h_warning

silence system header MPI warning

4 years agoMerge pull request #9186 from masterleinad/avoid_generic_lambda
Daniel Arndt [Mon, 23 Dec 2019 11:42:48 +0000 (06:42 -0500)]
Merge pull request #9186 from masterleinad/avoid_generic_lambda

Avoid variable template in hp::Refinement

4 years agoMerge pull request #9157 from kronbichler/shape_info_inverse_shapes
Daniel Arndt [Mon, 23 Dec 2019 11:28:47 +0000 (06:28 -0500)]
Merge pull request #9157 from kronbichler/shape_info_inverse_shapes

Add field for inverse/projection of 1D polynomials to MF::ShapeInfo

4 years agoMerge pull request #9182 from bangerth/deprecate
Daniel Arndt [Mon, 23 Dec 2019 10:39:04 +0000 (05:39 -0500)]
Merge pull request #9182 from bangerth/deprecate

Deprecate some versions of DoFTools::extract_dofs().

4 years agoAvoid variable template in hp::Refinement 9186/head
Daniel Arndt [Sat, 21 Dec 2019 15:35:20 +0000 (10:35 -0500)]
Avoid variable template in hp::Refinement

4 years agosilence system header MPI warning 9191/head
Timo Heister [Mon, 23 Dec 2019 02:41:10 +0000 (21:41 -0500)]
silence system header MPI warning

I am getting
/usr/include/mpich/mpicxx.h:1523:24: warning: ‘virtual MPI::Nullcomm&
MPI::Nullcomm::Clone() const’ can be marked override [-Wsuggest-
override]

with gcc5 and mpich 3.1. Fix this.

4 years agoMerge pull request #9183 from peterrum/fedgq-mem
Wolfgang Bangerth [Sun, 22 Dec 2019 18:33:12 +0000 (11:33 -0700)]
Merge pull request #9183 from peterrum/fedgq-mem

Implement FE_Poly::memory_consumption

4 years agoAdd a missing newline at the end of the file. 9183/head
Wolfgang Bangerth [Sun, 22 Dec 2019 18:25:11 +0000 (11:25 -0700)]
Add a missing newline at the end of the file.

4 years agoMerge pull request #9187 from masterleinad/precise_namespace
Wolfgang Bangerth [Sun, 22 Dec 2019 18:03:29 +0000 (11:03 -0700)]
Merge pull request #9187 from masterleinad/precise_namespace

Specify namespace in precondition.h more precisely

4 years agoMerge pull request #9185 from masterleinad/fix_warnings
Wolfgang Bangerth [Sun, 22 Dec 2019 17:55:53 +0000 (10:55 -0700)]
Merge pull request #9185 from masterleinad/fix_warnings

Avoid warnings in tests

4 years agoImplement FE_Poly::memory_consumption so that memory_consumption works for FE_Q and...
Peter Munch [Fri, 20 Dec 2019 10:49:44 +0000 (11:49 +0100)]
Implement FE_Poly::memory_consumption so that memory_consumption works for FE_Q and FE_DGQ

4 years agoMerge pull request #9189 from peterrum/fix_typo
Martin Kronbichler [Sat, 21 Dec 2019 20:43:57 +0000 (21:43 +0100)]
Merge pull request #9189 from peterrum/fix_typo

Fix typo

4 years agoFix typo 9189/head
Peter Munch [Sat, 21 Dec 2019 20:09:16 +0000 (21:09 +0100)]
Fix typo

4 years agoSpecify namespace in precondition.h more precisely 9187/head
Daniel Arndt [Sat, 21 Dec 2019 15:57:41 +0000 (10:57 -0500)]
Specify namespace in precondition.h more precisely

4 years agoAvoid warnings in tests 9185/head
Daniel Arndt [Sat, 21 Dec 2019 15:31:21 +0000 (10:31 -0500)]
Avoid warnings in tests

4 years agoAdd a changelog entry. 9182/head
Wolfgang Bangerth [Fri, 20 Dec 2019 00:25:16 +0000 (17:25 -0700)]
Add a changelog entry.

4 years agoAdjust tests.
Wolfgang Bangerth [Fri, 20 Dec 2019 00:23:37 +0000 (17:23 -0700)]
Adjust tests.

4 years agoDeprecate some versions of DoFTools::extract_dofs().
Wolfgang Bangerth [Fri, 20 Dec 2019 00:23:20 +0000 (17:23 -0700)]
Deprecate some versions of DoFTools::extract_dofs().

Add other versions that *return* their results, rather than doing so via
output arguments.

4 years agoMerge pull request #9151 from marcfehling/hp-fixed-number
Wolfgang Bangerth [Fri, 20 Dec 2019 01:02:59 +0000 (18:02 -0700)]
Merge pull request #9151 from marcfehling/hp-fixed-number

Introduced hp::Refinement::p_adaptivity_fixed_number().

4 years agoMerge pull request #9125 from konsim83/feature_tensor_function_parser
Wolfgang Bangerth [Thu, 19 Dec 2019 19:45:33 +0000 (12:45 -0700)]
Merge pull request #9125 from konsim83/feature_tensor_function_parser

Feature tensor function parser

4 years agoAdd a missing newline to the end of the file. 9125/head
Wolfgang Bangerth [Thu, 19 Dec 2019 18:18:14 +0000 (11:18 -0700)]
Add a missing newline to the end of the file.

4 years agoMerge pull request #9147 from masterleinad/fix_cuda_float
Martin Kronbichler [Thu, 19 Dec 2019 17:40:43 +0000 (18:40 +0100)]
Merge pull request #9147 from masterleinad/fix_cuda_float

Test matrix-free CUDA for float

4 years agoNew feature class TensorFunctionParser. The class inherits directly from TensorFuntion
Konrad Simon [Mon, 16 Sep 2019 21:15:01 +0000 (23:15 +0200)]
New feature class TensorFunctionParser. The class inherits directly from TensorFuntion
and has an interface similar to FunctionParser. Some stuff to iterface muParser was
moved to different files mu_parser_internal.h and *.cc. The documentation provided
is self contained apart from some places where we refer to the documentation of
FuntionParser. Changelog file provided. (All commits are squashed into this one.)

4 years agoMerge pull request #9174 from nicola-giuliani/default_case_manifold
Daniel Arndt [Wed, 18 Dec 2019 21:48:46 +0000 (16:48 -0500)]
Merge pull request #9174 from nicola-giuliani/default_case_manifold

added default case for normal to mesh projection manifold

4 years agoMerge pull request #9175 from kronbichler/improve_channel_with_cylinder_grid
David Wells [Wed, 18 Dec 2019 16:32:36 +0000 (11:32 -0500)]
Merge pull request #9175 from kronbichler/improve_channel_with_cylinder_grid

Improve GridGenerator::channel_with_cylinder

4 years agoadded default case for normal to mesh projection manifold 9174/head
Nicola Giuliani [Mon, 16 Dec 2019 08:58:10 +0000 (09:58 +0100)]
added default case for normal to mesh projection manifold

 and indent

4 years agoChoose more appropriate points for test 9175/head
Martin Kronbichler [Tue, 17 Dec 2019 08:02:52 +0000 (09:02 +0100)]
Choose more appropriate points for test

4 years agoChangelog
Martin Kronbichler [Tue, 17 Dec 2019 07:51:05 +0000 (08:51 +0100)]
Changelog

4 years agoImprove GridGenerator::channel_with_cylinder
Martin Kronbichler [Mon, 16 Dec 2019 14:40:30 +0000 (15:40 +0100)]
Improve GridGenerator::channel_with_cylinder

4 years agoMerge pull request #9036 from BenBrands/test_for_hp_and_dist_tria
Wolfgang Bangerth [Tue, 17 Dec 2019 01:18:50 +0000 (18:18 -0700)]
Merge pull request #9036 from BenBrands/test_for_hp_and_dist_tria

Adding a test for hp::DoFHandler and parallel::distributed::Triangulation

4 years agoMerge pull request #9176 from peterrum/mg_transfer_remove_line
Wolfgang Bangerth [Tue, 17 Dec 2019 00:58:47 +0000 (17:58 -0700)]
Merge pull request #9176 from peterrum/mg_transfer_remove_line

Remove unnecessary assignment

4 years agoMerge pull request #9172 from luca-heltai/move-tests
Wolfgang Bangerth [Tue, 17 Dec 2019 00:47:57 +0000 (17:47 -0700)]
Merge pull request #9172 from luca-heltai/move-tests

Moved tests into their correct subdirectory.

4 years agoAdd a series of new python wrappers (#9148)
Bruno Turcksin [Mon, 16 Dec 2019 22:00:08 +0000 (17:00 -0500)]
Add a series of new python wrappers (#9148)

Add a series of new python wrappers

4 years agoRemove unnecessary assignment 9176/head
Peter Munch [Mon, 16 Dec 2019 20:54:06 +0000 (21:54 +0100)]
Remove unnecessary assignment

4 years agoadd test derived from step-4 to check interplay of hp::DoFHandler and parallel::distr... 9036/head
Benjamin Brands [Sun, 15 Dec 2019 21:01:38 +0000 (22:01 +0100)]
add test derived from step-4 to check interplay of hp::DoFHandler and parallel::distributed::Triangulation for a locally refined mesh

4 years agoMoved tests into their correct subdirectory. 9172/head
Luca Heltai [Sat, 14 Dec 2019 23:14:43 +0000 (00:14 +0100)]
Moved tests into their correct subdirectory.

4 years agoAdd tests 9148/head
Alexander Grayver [Fri, 13 Dec 2019 14:21:01 +0000 (15:21 +0100)]
Add tests

4 years agoAdd a series of new python wrappers
Alexander Grayver [Fri, 6 Dec 2019 15:04:59 +0000 (16:04 +0100)]
Add a series of new python wrappers

4 years agoMerge pull request #9173 from masterleinad/fixparticles_extract_index_set_01
Daniel Arndt [Sun, 15 Dec 2019 05:36:45 +0000 (00:36 -0500)]
Merge pull request #9173 from masterleinad/fixparticles_extract_index_set_01

Fix particles/extract_index_set_01

4 years agoFix particles/extract_index_set_01 9173/head
Daniel Arndt [Sun, 15 Dec 2019 03:08:07 +0000 (22:08 -0500)]
Fix particles/extract_index_set_01

4 years agoMerge pull request #9074 from luca-heltai/extract-index-sets-particle-handler
Luca Heltai [Sat, 14 Dec 2019 10:51:43 +0000 (11:51 +0100)]
Merge pull request #9074 from luca-heltai/extract-index-sets-particle-handler

Extract index sets from particle handlers

4 years agoMerge pull request #9168 from luca-heltai/index-set-tensor-product-and-compress
Daniel Arndt [Sat, 14 Dec 2019 03:56:55 +0000 (22:56 -0500)]
Merge pull request #9168 from luca-heltai/index-set-tensor-product-and-compress

Contiguous tensor product IndexSet.

4 years agoContiguous tensor product IndexSet. 9168/head
Luca Heltai [Fri, 13 Dec 2019 12:24:19 +0000 (13:24 +0100)]
Contiguous tensor product IndexSet.

4 years agoExtract index sets from particle handlers 9074/head
Luca Heltai [Thu, 21 Nov 2019 19:04:36 +0000 (20:04 +0100)]
Extract index sets from particle handlers

Extract an IndexSet with global dimensions equal to
`n_comps*particles.get_next_free_particle_index()`, containing for each
particle index, a set of `n_comps*` consecutive indices associated to
the particles that are locally owned.

The indices associated to a particle with global index `n` will be the
half open range `[n_comps*n`, n_comps*(n+1))`.

Co-authored-by: Bruno Blais <blais.bruno@gmail.com>
4 years agoMerge pull request #9170 from bangerth/60
Daniel Arndt [Fri, 13 Dec 2019 17:06:14 +0000 (12:06 -0500)]
Merge pull request #9170 from bangerth/60

Fix formatting.

4 years agoFix formatting. 9170/head
Wolfgang Bangerth [Fri, 13 Dec 2019 16:43:51 +0000 (09:43 -0700)]
Fix formatting.

When collating the introduction of step-60 to the commented program
section, the lack of an extra newline means that the heading
'The commented program' is treated like an entry in the enumerated
list that's at the end of the introduction. Fix this by providing
an additional newline.

4 years agoMerge pull request #9167 from rezarastak/patch-1
Daniel Arndt [Fri, 13 Dec 2019 14:31:41 +0000 (09:31 -0500)]
Merge pull request #9167 from rezarastak/patch-1

small documentation fix

4 years agoSeparated hp/p_adaptivity_* tests. 9151/head
Marc Fehling [Thu, 12 Dec 2019 14:40:57 +0000 (15:40 +0100)]
Separated hp/p_adaptivity_* tests.

4 years agoIntroduced hp::Refinement::p_adaptivity_fixed_number().
Marc Fehling [Thu, 12 Dec 2019 13:55:46 +0000 (14:55 +0100)]
Introduced hp::Refinement::p_adaptivity_fixed_number().

Decide how many cells will be p-adapted from all cells flagged for adaptation.

4 years agoparallel::distributed::GridRefinement: Made internal functions accessible.
Marc Fehling [Fri, 6 Dec 2019 15:06:30 +0000 (16:06 +0100)]
parallel::distributed::GridRefinement: Made internal functions accessible.

4 years agosmall documentation fix 9167/head
Reza Rastak [Fri, 13 Dec 2019 08:17:48 +0000 (00:17 -0800)]
small documentation fix

4 years agoMerge pull request #9166 from masterleinad/avoid_narrowing_conversions
Daniel Arndt [Fri, 13 Dec 2019 03:34:12 +0000 (22:34 -0500)]
Merge pull request #9166 from masterleinad/avoid_narrowing_conversions

Fix narrowing conversions in tests

4 years agoMerge pull request #9165 from masterleinad/restrict_complex_tests
Wolfgang Bangerth [Thu, 12 Dec 2019 23:26:12 +0000 (16:26 -0700)]
Merge pull request #9165 from masterleinad/restrict_complex_tests

Restrict a few more tests requiring complex values

4 years agoFix narrowing conversions in tests 9166/head
Daniel Arndt [Thu, 12 Dec 2019 20:15:55 +0000 (15:15 -0500)]
Fix narrowing conversions in tests

4 years agoRestrict a few more tests requiring complex values 9165/head
Daniel Arndt [Thu, 12 Dec 2019 19:17:34 +0000 (14:17 -0500)]
Restrict a few more tests requiring complex values

4 years agoMerge pull request #9144 from bangerth/fe-interface
Daniel Arndt [Thu, 12 Dec 2019 18:14:56 +0000 (13:14 -0500)]
Merge pull request #9144 from bangerth/fe-interface

Add to FEInterfaceValues what we already have in FEValues.

4 years agoMerge pull request #9159 from bangerth/46
Daniel Arndt [Thu, 12 Dec 2019 16:51:28 +0000 (11:51 -0500)]
Merge pull request #9159 from bangerth/46

Update the results section of step-46.

4 years agoAlso update the 3d picture section. 9159/head
Wolfgang Bangerth [Wed, 11 Dec 2019 22:23:44 +0000 (15:23 -0700)]
Also update the 3d picture section.

4 years agoMerge pull request #9137 from masterleinad/export_artifact_appveyor
Luca Heltai [Wed, 11 Dec 2019 19:59:36 +0000 (20:59 +0100)]
Merge pull request #9137 from masterleinad/export_artifact_appveyor

Export the built library as artifact in appveyor

4 years agoMerge pull request #9070 from luca-heltai/extract-dofs-per-component
Luca Heltai [Wed, 11 Dec 2019 19:58:50 +0000 (20:58 +0100)]
Merge pull request #9070 from luca-heltai/extract-dofs-per-component

Extract dofs per component

4 years agoMerge pull request #9162 from masterleinad/fix_some_to_some
Luca Heltai [Wed, 11 Dec 2019 12:58:03 +0000 (13:58 +0100)]
Merge pull request #9162 from masterleinad/fix_some_to_some

Fix MPI::Utilities::some_to_some

4 years agoExtract dofs per component 9070/head
Luca Heltai [Thu, 21 Nov 2019 18:38:41 +0000 (19:38 +0100)]
Extract dofs per component

Extract the set of local, active or relevant DoF indices for each

components within the mask that are owned by the current  processor. For
components disabled by the mask, an empty IndexSet is returned.

For regular DoFHandler objects, this set is the complete set with all
DoF indices. In either case, it equals what
DoFHandler::locally_owned_dofs() returns. The ownership type is fixed by
a small enum that controls which type of ownership is asked off.

Co-authored-by: Bruno Blais <blais.bruno@gmail.com>
4 years agoMerge pull request #9161 from masterleinad/fix_complex_test
Daniel Arndt [Wed, 11 Dec 2019 04:09:16 +0000 (23:09 -0500)]
Merge pull request #9161 from masterleinad/fix_complex_test

Fix mpi/collective_mean_std

4 years agoFix MPI::Utilities::some_to_some 9162/head
Daniel Arndt [Tue, 10 Dec 2019 23:41:38 +0000 (18:41 -0500)]
Fix MPI::Utilities::some_to_some

4 years agoFix mpi/collective_mean_std 9161/head
Daniel Arndt [Tue, 10 Dec 2019 18:50:02 +0000 (13:50 -0500)]
Fix mpi/collective_mean_std

4 years agoMerge pull request #9045 from eliasstudiert/airfoil_generator
Wolfgang Bangerth [Tue, 10 Dec 2019 18:26:22 +0000 (11:26 -0700)]
Merge pull request #9045 from eliasstudiert/airfoil_generator

Add airfoil grid generator

4 years agoUpdate the results section of step-46.
Wolfgang Bangerth [Tue, 10 Dec 2019 15:49:37 +0000 (08:49 -0700)]
Update the results section of step-46.

4 years agoAdd airfoil grid generator. 9045/head
Elias Dejene [Tue, 5 Nov 2019 17:34:13 +0000 (18:34 +0100)]
Add airfoil grid generator.

4 years agoMerge pull request #9124 from luca-heltai/particle-set-id
Wolfgang Bangerth [Tue, 10 Dec 2019 14:50:51 +0000 (07:50 -0700)]
Merge pull request #9124 from luca-heltai/particle-set-id

New set id method in particle.

4 years agoMerge pull request #8187 from starki0815/fix_step_46
Luca Heltai [Tue, 10 Dec 2019 11:11:02 +0000 (12:11 +0100)]
Merge pull request #8187 from starki0815/fix_step_46

Fix bug in tutorial step-46

4 years agoMerge pull request #9069 from luca-heltai/insert-global-particles
Wolfgang Bangerth [Tue, 10 Dec 2019 04:30:56 +0000 (21:30 -0700)]
Merge pull request #9069 from luca-heltai/insert-global-particles

Insert particles globally.

4 years agoMerge pull request #9071 from luca-heltai/map-dofs-to-support-points-mask
Wolfgang Bangerth [Tue, 10 Dec 2019 04:21:53 +0000 (21:21 -0700)]
Merge pull request #9071 from luca-heltai/map-dofs-to-support-points-mask

Map dofs to support points

4 years agoMerge pull request #9143 from drwells/cleanup-function-parser
Daniel Arndt [Tue, 10 Dec 2019 00:13:20 +0000 (19:13 -0500)]
Merge pull request #9143 from drwells/cleanup-function-parser

Cleanup function parser

4 years agoMerge pull request #9158 from bangerth/doc-88
David Wells [Mon, 9 Dec 2019 21:12:34 +0000 (16:12 -0500)]
Merge pull request #9158 from bangerth/doc-88

Better document WorkStream and mesh_loop().

4 years agoClarify the destructor for FunctionParser. 9143/head
David Wells [Thu, 5 Dec 2019 16:44:50 +0000 (11:44 -0500)]
Clarify the destructor for FunctionParser.

4 years agoDelete some used code.
David Wells [Thu, 5 Dec 2019 16:43:17 +0000 (11:43 -0500)]
Delete some used code.

4 years agoRemove an unused using declaration.
David Wells [Thu, 5 Dec 2019 16:25:32 +0000 (11:25 -0500)]
Remove an unused using declaration.

4 years agoUse a ranged-for loop.
David Wells [Thu, 5 Dec 2019 16:10:23 +0000 (11:10 -0500)]
Use a ranged-for loop.

4 years agoMerge pull request #9154 from peterrum/ecl-access-neighbors
Daniel Arndt [Mon, 9 Dec 2019 19:02:17 +0000 (14:02 -0500)]
Merge pull request #9154 from peterrum/ecl-access-neighbors

ECL: access neighboring cells

4 years agoMerge pull request #9053 from luca-heltai/compute_mesh_predicate_bounding_box_bug
Wolfgang Bangerth [Mon, 9 Dec 2019 18:50:17 +0000 (11:50 -0700)]
Merge pull request #9053 from luca-heltai/compute_mesh_predicate_bounding_box_bug

Bug in grid_tools compute_mesh_predicate_bounding_box for dim!=spacedim triangulations

4 years agoAdd to FEInterfaceValues what we already have in FEValues. 9144/head
Wolfgang Bangerth [Thu, 5 Dec 2019 20:05:15 +0000 (13:05 -0700)]
Add to FEInterfaceValues what we already have in FEValues.

4 years agoBetter document WorkStream and mesh_loop(). 9158/head
Wolfgang Bangerth [Mon, 9 Dec 2019 17:51:58 +0000 (10:51 -0700)]
Better document WorkStream and mesh_loop().

4 years agoAccess neighbors during ECL 9154/head
Peter Munch [Sun, 8 Dec 2019 13:59:54 +0000 (14:59 +0100)]
Access neighbors during ECL

4 years agoTest case of inverse shape values field 9157/head
Martin Kronbichler [Mon, 9 Dec 2019 11:51:37 +0000 (12:51 +0100)]
Test case of inverse shape values field

4 years agoNew test case for inverse mass matrix of FE_DGQHermite
Martin Kronbichler [Sun, 8 Dec 2019 19:09:37 +0000 (20:09 +0100)]
New test case for inverse mass matrix of FE_DGQHermite

4 years agoUse inverse shape values for inverse mass operation
Martin Kronbichler [Sun, 8 Dec 2019 19:09:19 +0000 (20:09 +0100)]
Use inverse shape values for inverse mass operation

4 years agoCompute inverse of shape values as part of MF::ShapeInfo
Martin Kronbichler [Sun, 8 Dec 2019 19:09:03 +0000 (20:09 +0100)]
Compute inverse of shape values as part of MF::ShapeInfo

4 years agoMerge pull request #9152 from masterleinad/typsest_lame
David Wells [Sun, 8 Dec 2019 03:13:35 +0000 (22:13 -0500)]
Merge pull request #9152 from masterleinad/typsest_lame

Spell Lamé correctly

4 years agoMerge pull request #9150 from masterleinad/fix_warnings_python_bindings
Daniel Arndt [Sat, 7 Dec 2019 23:28:51 +0000 (18:28 -0500)]
Merge pull request #9150 from masterleinad/fix_warnings_python_bindings

Avoid some warnings in python-bindings

4 years agoTypeset Lame correctly 9152/head
Daniel Arndt [Sat, 7 Dec 2019 16:39:08 +0000 (11:39 -0500)]
Typeset Lame correctly

4 years agoAvoid some warnings in python-bindings 9150/head
Daniel Arndt [Fri, 6 Dec 2019 23:16:59 +0000 (18:16 -0500)]
Avoid some warnings in python-bindings

4 years agoMerge pull request #9140 from marcfehling/fixed-number-threshold
Wolfgang Bangerth [Fri, 6 Dec 2019 22:24:27 +0000 (15:24 -0700)]
Merge pull request #9140 from marcfehling/fixed-number-threshold

Adjusted thresholds for 'refine_and_coarsen_fixed_number'.

4 years agoMerge pull request #9083 from bangerth/includes
David Wells [Fri, 6 Dec 2019 15:50:57 +0000 (10:50 -0500)]
Merge pull request #9083 from bangerth/includes

Make sure all .h files include config.h.

4 years agoTest matrix-free CUDA for float 9147/head
Daniel Arndt [Thu, 5 Dec 2019 20:43:00 +0000 (20:43 +0000)]
Test matrix-free CUDA for float

4 years agoMerge pull request #9142 from blaisb/colorize_subdivided_hyper_cube
Daniel Arndt [Fri, 6 Dec 2019 13:52:42 +0000 (08:52 -0500)]
Merge pull request #9142 from blaisb/colorize_subdivided_hyper_cube

Added the colorize option to subdivided_hyper_cube grid generator

4 years agoMerge pull request #9146 from masterleinad/compile_lapack_separately
Daniel Arndt [Fri, 6 Dec 2019 13:51:47 +0000 (08:51 -0500)]
Merge pull request #9146 from masterleinad/compile_lapack_separately

Compile files using the LAPACK wrappers separately

4 years agoMerge pull request #9145 from bangerth/direct
Martin Kronbichler [Fri, 6 Dec 2019 07:16:11 +0000 (08:16 +0100)]
Merge pull request #9145 from bangerth/direct

Simplify references to tutorial programs.

4 years agoAdjusted test output after changes to GridRefinement and parallel::distributed::GridR... 9140/head
marcfehling [Thu, 5 Dec 2019 20:55:06 +0000 (21:55 +0100)]
Adjusted test output after changes to GridRefinement and parallel::distributed::GridRefinement.

4 years agoMerge pull request #9109 from agrayver/add_manifold_python_support
Daniel Arndt [Thu, 5 Dec 2019 23:44:28 +0000 (18:44 -0500)]
Merge pull request #9109 from agrayver/add_manifold_python_support

Add python wrappers for manifolds and extend tria wrappers

4 years agoMerge pull request #9093 from tcclevenger/solver_idr
Daniel Arndt [Thu, 5 Dec 2019 23:41:36 +0000 (18:41 -0500)]
Merge pull request #9093 from tcclevenger/solver_idr

add idr(s) solver


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.