]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoUse consistent grammar in the list of tutorial programs. 13255/head
Wolfgang Bangerth [Tue, 18 Jan 2022 00:34:54 +0000 (17:34 -0700)]
Use consistent grammar in the list of tutorial programs.

2 years agoMerge pull request #13244 from kronbichler/remove_unnecessary_include
Martin Kronbichler [Sat, 15 Jan 2022 20:59:10 +0000 (21:59 +0100)]
Merge pull request #13244 from kronbichler/remove_unnecessary_include

Remove unnecessary include file

2 years agoRemove unnecessary include file 13244/head
Martin Kronbichler [Sat, 15 Jan 2022 16:52:39 +0000 (17:52 +0100)]
Remove unnecessary include file

2 years agoMerge pull request #13235 from bangerth/pex-x
Martin Kronbichler [Sat, 15 Jan 2022 16:05:14 +0000 (17:05 +0100)]
Merge pull request #13235 from bangerth/pex-x

Some updates to the PEX code

2 years agoMerge pull request #13241 from bangerth/26
Martin Kronbichler [Sat, 15 Jan 2022 16:00:25 +0000 (17:00 +0100)]
Merge pull request #13241 from bangerth/26

Make reference to SUNDIALS solvers in step-26.

2 years agoMerge pull request #13240 from peterrum/fe_eval_const_gather
Martin Kronbichler [Sat, 15 Jan 2022 15:30:00 +0000 (16:30 +0100)]
Merge pull request #13240 from peterrum/fe_eval_const_gather

FEEval: do not cast const away during read_dof_values()

2 years agoMerge pull request #12983 from gassmoeller/initialize_fepointevaluation_with_mappingdata
Martin Kronbichler [Sat, 15 Jan 2022 15:28:53 +0000 (16:28 +0100)]
Merge pull request #12983 from gassmoeller/initialize_fepointevaluation_with_mappingdata

Allow reusing mapping data in FEPointEvaluation

2 years agoSmall updates to the Serial documentation. 13235/head
Wolfgang Bangerth [Thu, 13 Jan 2022 04:51:39 +0000 (21:51 -0700)]
Small updates to the Serial documentation.

2 years agoSmall updates to the PEX documentation.
Wolfgang Bangerth [Thu, 13 Jan 2022 04:51:28 +0000 (21:51 -0700)]
Small updates to the PEX documentation.

2 years agoMake reference to SUNDIALS solvers in step-26. 13241/head
Wolfgang Bangerth [Sat, 15 Jan 2022 05:53:43 +0000 (22:53 -0700)]
Make reference to SUNDIALS solvers in step-26.

2 years agoFEEval: do not cast const away during read_dof_values() 13240/head
Peter Munch [Fri, 14 Jan 2022 21:27:30 +0000 (22:27 +0100)]
FEEval: do not cast const away during read_dof_values()

2 years agoMerge pull request #13237 from marcfehling/doc-minres
Wolfgang Bangerth [Fri, 14 Jan 2022 18:03:33 +0000 (11:03 -0700)]
Merge pull request #13237 from marcfehling/doc-minres

Added bibtex entry for SolverMinRes reference.

2 years agoMerge pull request #13238 from marcfehling/doc-step-55
Wolfgang Bangerth [Fri, 14 Jan 2022 18:03:00 +0000 (11:03 -0700)]
Merge pull request #13238 from marcfehling/doc-step-55

Reference book directly in step-55.

2 years agoReference book directly in step-55. 13238/head
Marc Fehling [Fri, 14 Jan 2022 16:45:31 +0000 (17:45 +0100)]
Reference book directly in step-55.

2 years agoAdded bibtex entry for SolverMinRes reference. 13237/head
Marc Fehling [Fri, 14 Jan 2022 16:39:48 +0000 (17:39 +0100)]
Added bibtex entry for SolverMinRes reference.

2 years agoMerge pull request #13236 from tamiko/typos
Daniel Arndt [Fri, 14 Jan 2022 16:19:16 +0000 (11:19 -0500)]
Merge pull request #13236 from tamiko/typos

2 years agofix some typos 13236/head
Matthias Maier [Fri, 14 Jan 2022 15:36:36 +0000 (09:36 -0600)]
fix some typos

2 years agoRename a couple of member variables to better reflect their purpose.
Wolfgang Bangerth [Thu, 13 Jan 2022 04:49:26 +0000 (21:49 -0700)]
Rename a couple of member variables to better reflect their purpose.

2 years agoRename a function.
Wolfgang Bangerth [Thu, 13 Jan 2022 04:12:02 +0000 (21:12 -0700)]
Rename a function.

While there, also use the correct data type for its argument.

2 years agoSort PEX member functions in the order in which they are called.
Wolfgang Bangerth [Thu, 13 Jan 2022 04:10:38 +0000 (21:10 -0700)]
Sort PEX member functions in the order in which they are called.

2 years agoMerge pull request #13226 from peterrum/PreconditionRelaxation_refactoring_extansion2
Martin Kronbichler [Fri, 14 Jan 2022 08:49:08 +0000 (09:49 +0100)]
Merge pull request #13226 from peterrum/PreconditionRelaxation_refactoring_extansion2

Improve usability of PreconditionRelaxation

2 years agoMerge pull request #13230 from bangerth/assertions
Martin Kronbichler [Fri, 14 Jan 2022 08:48:56 +0000 (09:48 +0100)]
Merge pull request #13230 from bangerth/assertions

Add a couple of assertions.

2 years agoMerge pull request #13231 from bangerth/mpi
Martin Kronbichler [Fri, 14 Jan 2022 08:48:40 +0000 (09:48 +0100)]
Merge pull request #13231 from bangerth/mpi

Marginally accelerate compute_point_to_point_communication_pattern().

2 years agoMerge pull request #13202 from gassmoeller/optimize_particle_sort
Martin Kronbichler [Fri, 14 Jan 2022 08:47:51 +0000 (09:47 +0100)]
Merge pull request #13202 from gassmoeller/optimize_particle_sort

Faster and simpler search for lost particles

2 years agoFix lost signal 13202/head
Rene Gassmoeller [Thu, 13 Jan 2022 20:31:27 +0000 (15:31 -0500)]
Fix lost signal

2 years agoindent 12983/head
Rene Gassmoeller [Thu, 13 Jan 2022 20:07:36 +0000 (15:07 -0500)]
indent

2 years agoSimplify code using std::adjacent_find. 13231/head
Wolfgang Bangerth [Thu, 13 Jan 2022 17:58:18 +0000 (10:58 -0700)]
Simplify code using std::adjacent_find.

2 years agoAdd a couple of assertions. 13230/head
Wolfgang Bangerth [Thu, 13 Jan 2022 03:49:32 +0000 (20:49 -0700)]
Add a couple of assertions.

2 years agoMarginally accelerate compute_point_to_point_communication_pattern().
Wolfgang Bangerth [Thu, 13 Jan 2022 03:50:15 +0000 (20:50 -0700)]
Marginally accelerate compute_point_to_point_communication_pattern().

2 years agoMerge pull request #13227 from tamiko/fix_intel_detection
Wolfgang Bangerth [Wed, 12 Jan 2022 20:42:24 +0000 (13:42 -0700)]
Merge pull request #13227 from tamiko/fix_intel_detection

CMake: adjust tbb path glob to "lib/intel64/gcc*" layout

2 years agoCMake: adjust tbb path glob to "lib/intel64/gcc*" layout 13227/head
Matthias Maier [Wed, 12 Jan 2022 14:55:26 +0000 (08:55 -0600)]
CMake: adjust tbb path glob to "lib/intel64/gcc*" layout

2 years agoMerge pull request #13225 from marcfehling/tee-doc
Wolfgang Bangerth [Wed, 12 Jan 2022 13:22:36 +0000 (06:22 -0700)]
Merge pull request #13225 from marcfehling/tee-doc

Fix Y-pipe example in doc for `pipe_junction`.

2 years agoImprove usability of PreconditionRelaxation 13226/head
Peter Munch [Wed, 12 Jan 2022 11:28:58 +0000 (12:28 +0100)]
Improve usability of PreconditionRelaxation

2 years agoFix examples in doc for `pipe_junction`. 13225/head
Marc Fehling [Wed, 12 Jan 2022 11:16:36 +0000 (12:16 +0100)]
Fix examples in doc for `pipe_junction`.

2 years agoMerge pull request #13179 from tamiko/add_changelog_3
Matthias Maier [Wed, 12 Jan 2022 10:07:36 +0000 (04:07 -0600)]
Merge pull request #13179 from tamiko/add_changelog_3

OneAPI compatibility: enable oneAPI configuration in CMake, changelog

2 years agoMerge pull request #13221 from drwells/fix-test-2
Daniel Arndt [Tue, 11 Jan 2022 22:35:53 +0000 (17:35 -0500)]
Merge pull request #13221 from drwells/fix-test-2

2 years agoMerge pull request #13222 from drwells/boost-1.78-changelog
Wolfgang Bangerth [Tue, 11 Jan 2022 22:29:26 +0000 (15:29 -0700)]
Merge pull request #13222 from drwells/boost-1.78-changelog

Add a changelog entry for #13165.

2 years agomake define guards more robust 13179/head
Matthias Maier [Tue, 11 Jan 2022 21:25:55 +0000 (15:25 -0600)]
make define guards more robust

2 years agoAdd a changelog entry for #13165. 13222/head
David Wells [Tue, 11 Jan 2022 20:46:36 +0000 (15:46 -0500)]
Add a changelog entry for #13165.

2 years agoFix a redefined variable error in a test. 13221/head
David Wells [Tue, 11 Jan 2022 20:41:51 +0000 (15:41 -0500)]
Fix a redefined variable error in a test.

052ab5dfbd combined some things into patches.h but didn't delete this one array.

2 years agoMerge pull request #12265 from masterleinad/add_readability-implicit-bool-conversion
Wolfgang Bangerth [Tue, 11 Jan 2022 19:53:09 +0000 (12:53 -0700)]
Merge pull request #12265 from masterleinad/add_readability-implicit-bool-conversion

Add readability-implicit-bool-conversion

2 years agoMerge pull request #13220 from marcfehling/tee-doc
Daniel Arndt [Tue, 11 Jan 2022 18:07:56 +0000 (13:07 -0500)]
Merge pull request #13220 from marcfehling/tee-doc

2 years agodisable threading in task_info.cc for oneAPI
Matthias Maier [Thu, 6 Jan 2022 14:35:14 +0000 (08:35 -0600)]
disable threading in task_info.cc for oneAPI

TBB with oneAPI API has deprecated and removed the
<code>tbb::tasks</code> backend. With this it is no longer possible to
compile the following code that builds a directed acyclic graph (DAG) of
(thread parallel) tasks without a major porting effort. It turned out
that such a dynamic handling of dependencies and structures is not as
competitive as initially assumed. Consequently, this part of the matrix
free infrastructure has seen less attention than the rest over the last
years and is (presumably) rarely used.

So in case of detected oneAPI backend we simply disable threading in the
matrix free backend for now.

2 years agoFix formatting of table. 13220/head
Marc Fehling [Tue, 11 Jan 2022 17:33:37 +0000 (18:33 +0100)]
Fix formatting of table.

2 years agoHide template specialization from doxygen.
Marc Fehling [Tue, 11 Jan 2022 17:17:01 +0000 (18:17 +0100)]
Hide template specialization from doxygen.

2 years agoFix some more 12265/head
Daniel Arndt [Mon, 3 Jan 2022 16:32:07 +0000 (11:32 -0500)]
Fix some more

2 years agoAdd clang-tidy check
Daniel Arndt [Mon, 3 Jan 2022 14:31:28 +0000 (09:31 -0500)]
Add clang-tidy check

2 years agoMerge pull request #13214 from bangerth/nbx
Daniel Arndt [Tue, 11 Jan 2022 16:32:51 +0000 (11:32 -0500)]
Merge pull request #13214 from bangerth/nbx

2 years agoMerge pull request #13215 from bangerth/nbx-3
Daniel Arndt [Tue, 11 Jan 2022 16:15:39 +0000 (11:15 -0500)]
Merge pull request #13215 from bangerth/nbx-3

2 years agoMerge pull request #13217 from kronbichler/adjust_variable_name
David Wells [Tue, 11 Jan 2022 13:28:09 +0000 (08:28 -0500)]
Merge pull request #13217 from kronbichler/adjust_variable_name

Fix some spurious variable names

2 years agoMerge pull request #13028 from marcfehling/tee
Marc Fehling [Tue, 11 Jan 2022 13:07:44 +0000 (06:07 -0700)]
Merge pull request #13028 from marcfehling/tee

Generator for `pipe_junction` geometries.

2 years agoGenerator for `pipe_junction` geometries. 13028/head
Marc Fehling [Wed, 1 Dec 2021 00:07:28 +0000 (17:07 -0700)]
Generator for `pipe_junction` geometries.

2 years agoFix some spurious variable names 13217/head
Martin Kronbichler [Tue, 11 Jan 2022 09:29:46 +0000 (10:29 +0100)]
Fix some spurious variable names

2 years agoMerge pull request #13048 from peterrum/gc_FEEvaluationHangingNodes
Martin Kronbichler [Tue, 11 Jan 2022 08:57:49 +0000 (09:57 +0100)]
Merge pull request #13048 from peterrum/gc_FEEvaluationHangingNodes

Use FEEvaluationHangingNodes in MGTwoLevelTransfer

2 years agoDo not reuse an MPI_Status object. 13215/head
Wolfgang Bangerth [Tue, 11 Jan 2022 07:23:26 +0000 (00:23 -0700)]
Do not reuse an MPI_Status object.

2 years agoSort the member functions of ConsensusAlgorithms::NBX. 13214/head
Wolfgang Bangerth [Tue, 11 Jan 2022 06:35:28 +0000 (23:35 -0700)]
Sort the member functions of ConsensusAlgorithms::NBX.

In particular, sort them in the order in which they are called in the NBX::run() function.

2 years agoUse FEEvaluationHangingNodes in MGTwoLevelTransfer 13048/head
Peter Munch [Wed, 8 Dec 2021 21:22:03 +0000 (22:22 +0100)]
Use FEEvaluationHangingNodes in MGTwoLevelTransfer

2 years agoMerge pull request #13211 from drwells/fix-mass-lumping
Wolfgang Bangerth [Mon, 10 Jan 2022 19:14:30 +0000 (12:14 -0700)]
Merge pull request #13211 from drwells/fix-mass-lumping

Fix a check for zero entries in the lumped mass matrix.

2 years agoFaster and simpler sort of lost particles
Rene Gassmoeller [Wed, 1 Dec 2021 15:48:00 +0000 (10:48 -0500)]
Faster and simpler sort of lost particles

2 years agoFix a check for zero entries in the lumped mass matrix. 13211/head
David Wells [Mon, 10 Jan 2022 14:58:59 +0000 (09:58 -0500)]
Fix a check for zero entries in the lumped mass matrix.

2 years agoMerge pull request #13210 from marcfehling/fix-p4est-changelog
Wolfgang Bangerth [Mon, 10 Jan 2022 13:03:50 +0000 (06:03 -0700)]
Merge pull request #13210 from marcfehling/fix-p4est-changelog

Added changelog for p4est installation script.

2 years agoAdded changelog for p4est installation script. 13210/head
Marc Fehling [Mon, 10 Jan 2022 12:36:08 +0000 (13:36 +0100)]
Added changelog for p4est installation script.

2 years agoMerge pull request #13196 from bangerth/patch-4
Matthias Maier [Mon, 10 Jan 2022 10:26:22 +0000 (04:26 -0600)]
Merge pull request #13196 from bangerth/patch-4

Add to the documentation of SymmetricTensor::operator*.

2 years agoMerge pull request #13201 from bangerth/patch-2
Matthias Maier [Mon, 10 Jan 2022 10:24:50 +0000 (04:24 -0600)]
Merge pull request #13201 from bangerth/patch-2

Do not output the partitioner when pretty-printing Vector objects.

2 years agoMerge pull request #13207 from bangerth/patch-7
Matthias Maier [Mon, 10 Jan 2022 10:24:16 +0000 (04:24 -0600)]
Merge pull request #13207 from bangerth/patch-7

Cleanups in FETools::extrapolate()

2 years agoMerge pull request #13159 from peterrum/PreconditionRelaxation_refactoring_extansion
Matthias Maier [Mon, 10 Jan 2022 09:57:48 +0000 (03:57 -0600)]
Merge pull request #13159 from peterrum/PreconditionRelaxation_refactoring_extansion

Extend PreconditionRelaxation

2 years agoCMake: remove oneAPI exclude
Matthias Maier [Thu, 6 Jan 2022 12:25:18 +0000 (06:25 -0600)]
CMake: remove oneAPI exclude

2 years agoadd a changelog entry
Matthias Maier [Thu, 6 Jan 2022 12:22:32 +0000 (06:22 -0600)]
add a changelog entry

2 years agoMerge pull request #13192 from drwells/fix-manifold-id-simplex-copy
Wolfgang Bangerth [Mon, 10 Jan 2022 01:43:53 +0000 (18:43 -0700)]
Merge pull request #13192 from drwells/fix-manifold-id-simplex-copy

Fix manifold copying on lines when converting hexes to tets.

2 years agoMerge pull request #13206 from bangerth/fix-extrapolate
Timo Heister [Sun, 9 Jan 2022 21:01:24 +0000 (16:01 -0500)]
Merge pull request #13206 from bangerth/fix-extrapolate

Fix a bug: Don't reuse buffers for MPI_Isend.

2 years agoAvoid an unused-variable warning. 13207/head
Wolfgang Bangerth [Sun, 9 Jan 2022 20:29:27 +0000 (13:29 -0700)]
Avoid an unused-variable warning.

2 years agoLet the CellData::pack() function return its data.
Wolfgang Bangerth [Sun, 9 Jan 2022 17:45:52 +0000 (10:45 -0700)]
Let the CellData::pack() function return its data.

2 years agoMake CellData look like our usual style.
Wolfgang Bangerth [Sun, 9 Jan 2022 17:35:47 +0000 (10:35 -0700)]
Make CellData look like our usual style.

2 years agoAdd some assertions.
Wolfgang Bangerth [Sun, 9 Jan 2022 17:19:55 +0000 (10:19 -0700)]
Add some assertions.

2 years agoModernize many loops using range-based for.
Wolfgang Bangerth [Sun, 9 Jan 2022 17:15:30 +0000 (10:15 -0700)]
Modernize many loops using range-based for.

2 years agoSimplify the WorkPackage struct.
Wolfgang Bangerth [Sun, 9 Jan 2022 17:06:31 +0000 (10:06 -0700)]
Simplify the WorkPackage struct.

2 years agoFix a bug: Don't reuse buffers for MPI_Isend. 13206/head
Wolfgang Bangerth [Sun, 9 Jan 2022 18:03:16 +0000 (11:03 -0700)]
Fix a bug: Don't reuse buffers for MPI_Isend.

The intention of the code was clearly to cycle through the existing buffers,
but we never incremented the iterator, and so accidentally reused a send buffer over and
over. This works only because MPI_Isend is specified in the MPI standard as
'standard mode', which means that it may or may not copy the data to be sent
into an MPI-internal buffer before the function returns. Apparently it does in all
implementations we use, but we shouldn't rely on this.

2 years agoAdd another test that shows some vertex displacement. 13192/head
David Wells [Fri, 7 Jan 2022 19:03:47 +0000 (14:03 -0500)]
Add another test that shows some vertex displacement.

2 years agoFix a bug where line manifold ids were not copied correctly.
David Wells [Fri, 7 Jan 2022 18:50:33 +0000 (13:50 -0500)]
Fix a bug where line manifold ids were not copied correctly.

When we convert hexes to tets, we create three types of lines:
1. lines inside the hex
2. lines on the faces of the hex
3. lines equal to the hex's lines

In the last case we need to copy the manifold and boundary data from the
preexisting lines directly, since they may not be equal to the ids assigned to
the adjacent face.

2 years agoMerge pull request #13203 from bangerth/43-c
Jean-Paul Pelteret [Sun, 9 Jan 2022 13:17:37 +0000 (14:17 +0100)]
Merge pull request #13203 from bangerth/43-c

Convert manual references into bibtex ones in step-43.

2 years agoMerge pull request #13197 from bangerth/patch-5
Jean-Paul Pelteret [Sun, 9 Jan 2022 07:21:21 +0000 (08:21 +0100)]
Merge pull request #13197 from bangerth/patch-5

Document the meaning of jump_in/average_of_* in FEInterfaceValues.

2 years agoMerge pull request #13199 from bangerth/patch-1
Jean-Paul Pelteret [Sun, 9 Jan 2022 07:20:07 +0000 (08:20 +0100)]
Merge pull request #13199 from bangerth/patch-1

Minor edits to the documentation of SparsityPattern.

2 years agoMerge pull request #13200 from bangerth/patch-3
Jean-Paul Pelteret [Sun, 9 Jan 2022 07:19:55 +0000 (08:19 +0100)]
Merge pull request #13200 from bangerth/patch-3

Updates to step-10

2 years agoMerge pull request #13204 from simonsticko/remove_tripple_slash_in_source
Jean-Paul Pelteret [Sun, 9 Jan 2022 07:19:41 +0000 (08:19 +0100)]
Merge pull request #13204 from simonsticko/remove_tripple_slash_in_source

Remove occurances of /// in source/

2 years agoDocument the meaning of jump_in/average_of_* in FEInterfaceValues. 13197/head
Wolfgang Bangerth [Fri, 7 Jan 2022 18:38:00 +0000 (11:38 -0700)]
Document the meaning of jump_in/average_of_* in FEInterfaceValues.

2 years agoRemove occurances of /// in source/ 13204/head
Simon Sticko [Sat, 8 Jan 2022 20:41:51 +0000 (21:41 +0100)]
Remove occurances of /// in source/

To avoid them from showing up in the documentation.

2 years agoMention Kahan summation and discuss 'double' vs 'long double'. 13200/head
Wolfgang Bangerth [Fri, 7 Jan 2022 19:52:12 +0000 (12:52 -0700)]
Mention Kahan summation and discuss 'double' vs 'long double'.

2 years agoReplace use of 'long double' by 'double' in step-10.
Wolfgang Bangerth [Fri, 7 Jan 2022 19:28:55 +0000 (12:28 -0700)]
Replace use of 'long double' by 'double' in step-10.

2 years agoUpdate step-10 output to current values.
Wolfgang Bangerth [Fri, 7 Jan 2022 19:19:39 +0000 (12:19 -0700)]
Update step-10 output to current values.

2 years agoMinor edits to the documentation of SparsityPattern. 13199/head
Wolfgang Bangerth [Fri, 7 Jan 2022 22:05:43 +0000 (15:05 -0700)]
Minor edits to the documentation of SparsityPattern.

2 years agoConvert manual references into bibtex ones in step-43. 13203/head
Wolfgang Bangerth [Fri, 7 Jan 2022 10:33:21 +0000 (03:33 -0700)]
Convert manual references into bibtex ones in step-43.

2 years agoreintroduce get_mapping_data()
Rene Gassmoeller [Sat, 8 Jan 2022 17:50:22 +0000 (12:50 -0500)]
reintroduce get_mapping_data()

2 years agoMerge pull request #13184 from bangerth/sparsity
David Wells [Sat, 8 Jan 2022 16:04:05 +0000 (11:04 -0500)]
Merge pull request #13184 from bangerth/sparsity

Fix serialization of empty SparsityPattern objects

2 years agoMerge pull request #13198 from bangerth/patch-6
David Wells [Sat, 8 Jan 2022 16:00:57 +0000 (11:00 -0500)]
Merge pull request #13198 from bangerth/patch-6

Be more thoughtful about parallel grain sizes in UMFPACK interfaces.

2 years agoExtand PreconditionRelaxation 13159/head
Peter Munch [Fri, 31 Dec 2021 15:30:21 +0000 (16:30 +0100)]
Extand PreconditionRelaxation

2 years agoMerge pull request #13195 from kronbichler/step-67-movie
Wolfgang Bangerth [Sat, 8 Jan 2022 04:40:41 +0000 (21:40 -0700)]
Merge pull request #13195 from kronbichler/step-67-movie

Add movie to step-67 tutorial program

2 years agoAdd a changelog entry. 13184/head
Wolfgang Bangerth [Fri, 7 Jan 2022 07:21:26 +0000 (00:21 -0700)]
Add a changelog entry.

2 years agoAdd a test.
Wolfgang Bangerth [Fri, 7 Jan 2022 07:19:54 +0000 (00:19 -0700)]
Add a test.

2 years agoDo not output the partitioner when pretty-printing Vector objects. 13201/head
Wolfgang Bangerth [Fri, 7 Jan 2022 21:37:52 +0000 (14:37 -0700)]
Do not output the partitioner when pretty-printing Vector objects.

2 years agoBe more thoughtful about parallel grain sizes in UMFPACK interfaces. 13198/head
Wolfgang Bangerth [Fri, 7 Jan 2022 12:44:13 +0000 (05:44 -0700)]
Be more thoughtful about parallel grain sizes in UMFPACK interfaces.


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.