]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 hours agoMerge pull request #18326 from tjhei/kokkos-not-quiet master
Matthias Maier [Thu, 3 Apr 2025 04:49:20 +0000 (04:49 +0000)]
Merge pull request #18326 from tjhei/kokkos-not-quiet

Kokkos: call find_package() without QUIET

8 hours agoMerge pull request #18325 from bangerth/exc-message
David Wells [Thu, 3 Apr 2025 02:01:59 +0000 (22:01 -0400)]
Merge pull request #18325 from bangerth/exc-message

Improve an error message.

8 hours agoMerge pull request #18315 from bangerth/error
David Wells [Thu, 3 Apr 2025 02:01:44 +0000 (22:01 -0400)]
Merge pull request #18315 from bangerth/error

Improve an error message for the SparseILU class.

9 hours agoKokkos: call find_package() without QUIET 18326/head
Timo Heister [Thu, 3 Apr 2025 01:07:48 +0000 (21:07 -0400)]
Kokkos: call find_package() without QUIET

Getting Kokkos with device support find_package() to succeed is somewhat
tricky and nearly impossible if you remove all output. We typically find
all packages with QUIET but I think it is acceptable to not do this for
Kokkos.

13 hours agoMerge pull request #18323 from tamiko/fix_compilation
David Wells [Wed, 2 Apr 2025 21:40:55 +0000 (17:40 -0400)]
Merge pull request #18323 from tamiko/fix_compilation

base/exceptions.h: add missing standard header `<complex>`

17 hours agoMerge pull request #18324 from luca-heltai/changelog-mumps
Matthias Maier [Wed, 2 Apr 2025 17:42:50 +0000 (17:42 +0000)]
Merge pull request #18324 from luca-heltai/changelog-mumps

Changelog for mumps.

17 hours agoImprove an error message. 18325/head
Wolfgang Bangerth [Wed, 2 Apr 2025 17:01:42 +0000 (11:01 -0600)]
Improve an error message.

17 hours agoChangelog for mumps. 18324/head
Luca Heltai [Wed, 2 Apr 2025 16:55:52 +0000 (18:55 +0200)]
Changelog for mumps.

18 hours agoMerge pull request #18255 from luca-heltai/mumps
Wolfgang Bangerth [Wed, 2 Apr 2025 16:42:26 +0000 (10:42 -0600)]
Merge pull request #18255 from luca-heltai/mumps

Revert back MUMPS interface

18 hours agobase/exceptions.h: add missing standard header <complex> 18323/head
Matthias Maier [Wed, 2 Apr 2025 16:12:06 +0000 (11:12 -0500)]
base/exceptions.h: add missing standard header <complex>

19 hours agoMerge pull request #18312 from quangx/step-32-documentation
Wolfgang Bangerth [Wed, 2 Apr 2025 15:44:57 +0000 (09:44 -0600)]
Merge pull request #18312 from quangx/step-32-documentation

Change residual and right preconditioner documentation for step-32.

30 hours agoImprove an error message. 18315/head
Wolfgang Bangerth [Tue, 1 Apr 2025 15:03:07 +0000 (09:03 -0600)]
Improve an error message.

34 hours agoMerge pull request #18318 from drwells/qprojector-simplification
Wolfgang Bangerth [Wed, 2 Apr 2025 00:00:57 +0000 (18:00 -0600)]
Merge pull request #18318 from drwells/qprojector-simplification

Simplify QProjector.

38 hours agoMerge pull request #18310 from bangerth/ignore
David Wells [Tue, 1 Apr 2025 20:33:44 +0000 (16:33 -0400)]
Merge pull request #18310 from bangerth/ignore

Let git ignore python compiled module cache.

38 hours agoQProjector: simplify the calculation of 3d face points. 18318/head
David Wells [Tue, 1 Apr 2025 19:48:08 +0000 (15:48 -0400)]
QProjector: simplify the calculation of 3d face points.

39 hours agoQProjector: simplify the calculation of 3d face weights.
David Wells [Tue, 1 Apr 2025 19:45:04 +0000 (15:45 -0400)]
QProjector: simplify the calculation of 3d face weights.

40 hours agoMerge pull request #18316 from drwells/orientation-vs-combined-orientation
Daniel Arndt [Tue, 1 Apr 2025 18:09:53 +0000 (14:09 -0400)]
Merge pull request #18316 from drwells/orientation-vs-combined-orientation

Fix two minor orientation bugs.

43 hours agoFix two minor orientation bugs. 18316/head
David Wells [Tue, 1 Apr 2025 15:28:38 +0000 (11:28 -0400)]
Fix two minor orientation bugs.

'orientation' and 'combined_orientation' are presently the same in 2d
but won't be once we switch the default encoding.

44 hours agoMerge pull request #18306 from drwells/implement-face-orientation
Wolfgang Bangerth [Tue, 1 Apr 2025 14:45:12 +0000 (08:45 -0600)]
Merge pull request #18306 from drwells/implement-face-orientation

Index Quadrilateral and Triangle face quadratures in the same way.

45 hours agoMerge pull request #18309 from bangerth/kokkos-macros
Daniel Arndt [Tue, 1 Apr 2025 13:21:33 +0000 (09:21 -0400)]
Merge pull request #18309 from bangerth/kokkos-macros

Remove the inclusion of Kokkos_Macros.h from config.h.

45 hours agoMerge pull request #18311 from bangerth/kokkos-includes
Daniel Arndt [Tue, 1 Apr 2025 13:20:44 +0000 (09:20 -0400)]
Merge pull request #18311 from bangerth/kokkos-includes

Include Kokkos headers in files that use Kokkos.

47 hours agoQProjector: combine triangle and quadrilateral code. 18306/head
David Wells [Mon, 31 Mar 2025 13:17:15 +0000 (09:17 -0400)]
QProjector: combine triangle and quadrilateral code.

This also fixes some bugs where, in mixed or periodic meshes, we may
need quadrature rules defined on quadrilateral faces in the reversed
orientation (which we previously assumed did not exist).

2 days agochange residual documentation and right preconditioner 18312/head
Quang Hoang [Tue, 1 Apr 2025 02:46:24 +0000 (22:46 -0400)]
change residual documentation and right preconditioner

2 days agoRemove the inclusion of Kokkos_Macros.h from config.h. 18309/head
Wolfgang Bangerth [Mon, 31 Mar 2025 21:57:03 +0000 (15:57 -0600)]
Remove the inclusion of Kokkos_Macros.h from config.h.

2 days agoInclude Kokkos headers in files that use Kokkos. 18311/head
Wolfgang Bangerth [Mon, 31 Mar 2025 22:06:51 +0000 (16:06 -0600)]
Include Kokkos headers in files that use Kokkos.

2 days agoMerge pull request #18308 from bangerth/include
Timo Heister [Tue, 1 Apr 2025 00:51:38 +0000 (20:51 -0400)]
Merge pull request #18308 from bangerth/include

Add necessary header includes.

2 days agoImplement ReferenceCell::face_measure().
David Wells [Mon, 31 Mar 2025 13:14:02 +0000 (09:14 -0400)]
Implement ReferenceCell::face_measure().

We need these values in QProjector.

2 days agoLet git ignore python compiled module cache. 18310/head
Wolfgang Bangerth [Mon, 31 Mar 2025 22:08:49 +0000 (16:08 -0600)]
Let git ignore python compiled module cache.

2 days agoAdd necessary header includes. 18308/head
Wolfgang Bangerth [Mon, 31 Mar 2025 21:03:13 +0000 (15:03 -0600)]
Add necessary header includes.

2 days agoMerge pull request #18305 from bangerth/kokkos-version
Daniel Arndt [Mon, 31 Mar 2025 20:13:18 +0000 (16:13 -0400)]
Merge pull request #18305 from bangerth/kokkos-version

Make use of DEAL_II_KOKKOS_VERSION_GTE.

2 days agoMerge pull request #18307 from quangx/step_32_typo
Wolfgang Bangerth [Mon, 31 Mar 2025 18:43:20 +0000 (12:43 -0600)]
Merge pull request #18307 from quangx/step_32_typo

fix typo step 32

2 days agofix typo step 32 18307/head
Quang Hoang [Mon, 31 Mar 2025 18:12:20 +0000 (14:12 -0400)]
fix typo step 32

2 days agoMake use of DEAL_II_KOKKOS_VERSION_GTE. 18305/head
Wolfgang Bangerth [Mon, 31 Mar 2025 16:52:14 +0000 (10:52 -0600)]
Make use of DEAL_II_KOKKOS_VERSION_GTE.

2 days agoMerge pull request #18220 from bangerth/kokkos-version-2
Daniel Arndt [Mon, 31 Mar 2025 12:25:50 +0000 (08:25 -0400)]
Merge pull request #18220 from bangerth/kokkos-version-2

Export the KOKKOS version numbers.

4 days agoMerge pull request #18199 from luca-heltai/psctoolkit
Martin Kronbichler [Sat, 29 Mar 2025 20:02:13 +0000 (21:02 +0100)]
Merge pull request #18199 from luca-heltai/psctoolkit

Add support for PSBLAS

4 days agoMerge pull request #18302 from bangerth/constexpr-const
Martin Kronbichler [Sat, 29 Mar 2025 20:00:52 +0000 (21:00 +0100)]
Merge pull request #18302 from bangerth/constexpr-const

Omit 'const' for variables declared 'constexpr const'.

4 days agoOmit 'const' for variables declared 'constexpr const'. 18302/head
Wolfgang Bangerth [Sat, 29 Mar 2025 14:47:23 +0000 (08:47 -0600)]
Omit 'const' for variables declared 'constexpr const'.

4 days agoMerge pull request #18300 from bangerth/external
Martin Kronbichler [Sat, 29 Mar 2025 12:59:56 +0000 (13:59 +0100)]
Merge pull request #18300 from bangerth/external

Ensure a symbol in a header file has external linkage.

5 days agoEnsure a symbol in a header file has external linkage. 18300/head
Wolfgang Bangerth [Fri, 28 Mar 2025 20:34:19 +0000 (14:34 -0600)]
Ensure a symbol in a header file has external linkage.

6 days agoMerge pull request #18298 from bangerth/kokkos-external
Martin Kronbichler [Fri, 28 Mar 2025 07:11:46 +0000 (08:11 +0100)]
Merge pull request #18298 from bangerth/kokkos-external

Ensure that Kokkos's symbols have external linkage and, consequently can be re-exported.

6 days agoUse the same style as in the Kokkos patch. 18298/head
Wolfgang Bangerth [Thu, 27 Mar 2025 21:15:46 +0000 (15:15 -0600)]
Use the same style as in the Kokkos patch.

6 days agoEnsure that Kokkos's symbols have external linkage and, consequently, can be re-exported.
Wolfgang Bangerth [Fri, 14 Mar 2025 16:10:45 +0000 (10:10 -0600)]
Ensure that Kokkos's symbols have external linkage and, consequently, can be re-exported.

6 days agoMerge pull request #18293 from tjhei/pmf-dofhandler-index
Martin Kronbichler [Thu, 27 Mar 2025 20:17:01 +0000 (21:17 +0100)]
Merge pull request #18293 from tjhei/pmf-dofhandler-index

Portable::MatrixFree: add dof_handler index

6 days agoMerge pull request #18295 from marcfehling/github-names
Martin Kronbichler [Thu, 27 Mar 2025 20:16:46 +0000 (21:16 +0100)]
Merge pull request #18295 from marcfehling/github-names

github-actions: Simplify redundant names.

6 days agoMerge pull request #18297 from kronbichler/fix_test4
Martin Kronbichler [Thu, 27 Mar 2025 20:16:29 +0000 (21:16 +0100)]
Merge pull request #18297 from kronbichler/fix_test4

Fix matrix-free Kokkos performance test

6 days agoPortable::MatrixFree: add dof_handler index 18293/head
Timo Heister [Thu, 27 Mar 2025 01:47:43 +0000 (21:47 -0400)]
Portable::MatrixFree: add dof_handler index

6 days agoMerge pull request #18291 from bangerth/8
Martin Kronbichler [Thu, 27 Mar 2025 15:25:00 +0000 (16:25 +0100)]
Merge pull request #18291 from bangerth/8

Improve a discussion in step-8.

6 days agoMerge pull request #18296 from kronbichler/fix_test3
Wolfgang Bangerth [Thu, 27 Mar 2025 14:56:33 +0000 (08:56 -0600)]
Merge pull request #18296 from kronbichler/fix_test3

Fix test

6 days agoFix matrix-free Kokkos performance test 18297/head
Martin Kronbichler [Thu, 27 Mar 2025 14:46:48 +0000 (15:46 +0100)]
Fix matrix-free Kokkos performance test

6 days agoFix test 18296/head
Martin Kronbichler [Thu, 27 Mar 2025 14:21:26 +0000 (15:21 +0100)]
Fix test

6 days agoMerge pull request #18265 from kronbichler/specialize_matrix_free_tools
Wolfgang Bangerth [Thu, 27 Mar 2025 13:15:00 +0000 (07:15 -0600)]
Merge pull request #18265 from kronbichler/specialize_matrix_free_tools

SparseMatrixTools: speed up a function to extract a sub-matrix

6 days agoSimplify redundant names. 18295/head
Marc Fehling [Wed, 12 Feb 2025 10:44:08 +0000 (11:44 +0100)]
Simplify redundant names.

7 days agoMerge pull request #18292 from tjhei/pmf-block-vector2
Martin Kronbichler [Thu, 27 Mar 2025 09:49:18 +0000 (10:49 +0100)]
Merge pull request #18292 from tjhei/pmf-block-vector2

Portable::MatrixFree BlockVector test update

7 days agoApply review suggestions 18265/head
Martin Kronbichler [Thu, 27 Mar 2025 08:34:03 +0000 (09:34 +0100)]
Apply review suggestions

7 days agoClarify that the 'else' case corresponds to 0.0
Martin Kronbichler [Thu, 20 Mar 2025 13:29:15 +0000 (14:29 +0100)]
Clarify that the 'else' case corresponds to 0.0

7 days agoSparseMatrixTools: speed up a function to extract a sub-matrix
Martin Kronbichler [Thu, 20 Mar 2025 08:31:45 +0000 (09:31 +0100)]
SparseMatrixTools: speed up a function to extract a sub-matrix

7 days agoPortable::MatrixFree BlockVector test update 18292/head
Timo Heister [Thu, 27 Mar 2025 01:39:06 +0000 (21:39 -0400)]
Portable::MatrixFree BlockVector test update

7 days agoImprove a discussion in step-8. 18291/head
Wolfgang Bangerth [Thu, 27 Mar 2025 00:32:16 +0000 (18:32 -0600)]
Improve a discussion in step-8.

7 days agoThere is no longer a need to fall back on Kokkos_VERSION. 18220/head
Wolfgang Bangerth [Thu, 27 Mar 2025 00:03:45 +0000 (18:03 -0600)]
There is no longer a need to fall back on Kokkos_VERSION.

Co-authored-by: Matthias Maier <tamiko@43-1.org>
7 days agoMerge pull request #18283 from marcfehling/docker-remove
Luca Heltai [Wed, 26 Mar 2025 20:39:24 +0000 (13:39 -0700)]
Merge pull request #18283 from marcfehling/docker-remove

Migrate docker infrastructure to docker-files repository.

7 days agoExport the KOKKOS version numbers.
Wolfgang Bangerth [Mon, 10 Mar 2025 22:09:44 +0000 (16:09 -0600)]
Export the KOKKOS version numbers.

7 days agoMerge pull request #18289 from masterleinad/cleanup_kokkos_3_4
Wolfgang Bangerth [Wed, 26 Mar 2025 16:14:02 +0000 (10:14 -0600)]
Merge pull request #18289 from masterleinad/cleanup_kokkos_3_4

Delete code paths for Kokkos versions before 3.4

7 days agoDelete code paths for Kokkos versions before 3.4 18289/head
Daniel Arndt [Wed, 26 Mar 2025 13:32:57 +0000 (09:32 -0400)]
Delete code paths for Kokkos versions before 3.4

7 days agoMerge pull request #18276 from tjhei/pmf-block-vector1
Daniel Arndt [Wed, 26 Mar 2025 13:08:36 +0000 (09:08 -0400)]
Merge pull request #18276 from tjhei/pmf-block-vector1

Portable::MatrixFree support cell_loop() with BlockVector

8 days agoMerge pull request #18288 from tamiko/fix_trilinos_configure
Timo Heister [Tue, 25 Mar 2025 23:41:31 +0000 (19:41 -0400)]
Merge pull request #18288 from tamiko/fix_trilinos_configure

Cmake: clean up Kokkos configuration

8 days agoCMake: work around an issue with faulty Trilinos configurations 18288/head
Matthias Maier [Tue, 25 Mar 2025 17:42:38 +0000 (12:42 -0500)]
CMake: work around an issue with faulty Trilinos configurations

8 days agoCMake: ensure some rudimentary Kokkos compatibility
Matthias Maier [Tue, 25 Mar 2025 05:04:51 +0000 (00:04 -0500)]
CMake: ensure some rudimentary Kokkos compatibility

8 days agoCMake: ensure that we always call find_package(Kokkos [...])
Matthias Maier [Tue, 25 Mar 2025 00:30:32 +0000 (19:30 -0500)]
CMake: ensure that we always call find_package(Kokkos [...])

8 days agoPortable::MatrixFree support cell_loop() with BlockVector 18276/head
Timo Heister [Fri, 21 Mar 2025 18:27:57 +0000 (14:27 -0400)]
Portable::MatrixFree support cell_loop() with BlockVector

This is a first step for systems. Currently only sequential loops are supported.

8 days agoCMake: small code refactoring
Matthias Maier [Mon, 24 Mar 2025 23:13:48 +0000 (18:13 -0500)]
CMake: small code refactoring

8 days agoCMake: remove a superfluous check
Matthias Maier [Mon, 24 Mar 2025 23:03:34 +0000 (18:03 -0500)]
CMake: remove a superfluous check

This is already handled in FindDEAL_II_KOKKOS.cmake. No need to
duplicate the logic.

8 days agoCMake: Refactor Kokkos setup into FindDEAL_II_KOKKOS.cmake
Matthias Maier [Mon, 24 Mar 2025 22:51:59 +0000 (17:51 -0500)]
CMake: Refactor Kokkos setup into FindDEAL_II_KOKKOS.cmake

8 days agoCMake: remove Kokkos version handling from FindDEAL_II_TRILINOS.cmake
Matthias Maier [Mon, 24 Mar 2025 22:21:38 +0000 (17:21 -0500)]
CMake: remove Kokkos version handling from FindDEAL_II_TRILINOS.cmake

9 days agoMerge pull request #18286 from bergbauer/normal_deriv_comp
Martin Kronbichler [Tue, 25 Mar 2025 09:05:18 +0000 (10:05 +0100)]
Merge pull request #18286 from bergbauer/normal_deriv_comp

FEPointEvaluation: enable normal derivatives for arbitrary number of components

9 days agoMerge pull request #18251 from bangerth/cmake-1
Matthias Maier [Tue, 25 Mar 2025 05:35:48 +0000 (05:35 +0000)]
Merge pull request #18251 from bangerth/cmake-1

Separate parsing of Cmake macro arguments from their use.

9 days agoMerge pull request #18219 from bangerth/detailed
Matthias Maier [Tue, 25 Mar 2025 05:32:32 +0000 (05:32 +0000)]
Merge pull request #18219 from bangerth/detailed

Minor cleanup in reporting in detailed.log.

9 days agoUse quotes instead of <...>. 18251/head
Wolfgang Bangerth [Mon, 24 Mar 2025 16:06:30 +0000 (10:06 -0600)]
Use quotes instead of <...>.

9 days agoMerge pull request #18287 from bangerth/cmake-3
Timo Heister [Mon, 24 Mar 2025 23:58:19 +0000 (19:58 -0400)]
Merge pull request #18287 from bangerth/cmake-3

Avoid unicode quoting.

9 days agoMerge pull request #18277 from tjhei/device-block-vector
Daniel Arndt [Mon, 24 Mar 2025 21:03:16 +0000 (17:03 -0400)]
Merge pull request #18277 from tjhei/device-block-vector

p::distributed::BlockVector: add MemorySpace

9 days agoMerge pull request #18273 from tjhei/pmf-device-vector
Daniel Arndt [Mon, 24 Mar 2025 17:04:56 +0000 (13:04 -0400)]
Merge pull request #18273 from tjhei/pmf-device-vector

Portable::MatrixFree: introduce DeviceVector

9 days agoAvoid unicode quoting. 18287/head
Wolfgang Bangerth [Mon, 24 Mar 2025 16:11:30 +0000 (10:11 -0600)]
Avoid unicode quoting.

9 days agoMerge pull request #18284 from bangerth/doc
Daniel Arndt [Mon, 24 Mar 2025 15:50:42 +0000 (11:50 -0400)]
Merge pull request #18284 from bangerth/doc

Clarify documentation.

9 days agoProvide more instantiations 18277/head
Daniel Arndt [Mon, 24 Mar 2025 12:58:24 +0000 (08:58 -0400)]
Provide more instantiations

9 days agoAdd test 18286/head
Maximilian Bergbauer [Mon, 24 Mar 2025 12:26:17 +0000 (13:26 +0100)]
Add test

9 days agoFix get/submit_normal_derivative for arbitrary number of components
Maximilian Bergbauer [Fri, 21 Mar 2025 10:10:22 +0000 (11:10 +0100)]
Fix get/submit_normal_derivative for arbitrary number of components

9 days agoMerge pull request #18280 from bangerth/map
Bruno Turcksin [Mon, 24 Mar 2025 14:38:07 +0000 (09:38 -0500)]
Merge pull request #18280 from bangerth/map

Fix a problem with DoFTools::map_dofs_to_support_points() and FE_Nothing.

9 days agoClarify documentation. 18284/head
Wolfgang Bangerth [Mon, 24 Mar 2025 14:28:37 +0000 (08:28 -0600)]
Clarify documentation.

9 days agoMerge pull request #18281 from bangerth/word
Bruno Blais [Mon, 24 Mar 2025 12:26:10 +0000 (08:26 -0400)]
Merge pull request #18281 from bangerth/word

Fix a wrong word.

9 days agoMerge pull request #18259 from chaos-polymtl/add-geometry-pass-by-args
Peter Munch [Mon, 24 Mar 2025 12:15:29 +0000 (13:15 +0100)]
Merge pull request #18259 from chaos-polymtl/add-geometry-pass-by-args

Add geometry in GridGenerator pass by arguments

9 days agoMigrate docker infrastructure to docker-files repository. 18283/head
Marc Fehling [Mon, 24 Mar 2025 11:55:24 +0000 (12:55 +0100)]
Migrate docker infrastructure to docker-files repository.

10 days agoMerge pull request #17659 from tjhei/petsc_trilinos_and_kokkos
Wolfgang Bangerth [Sun, 23 Mar 2025 19:42:49 +0000 (13:42 -0600)]
Merge pull request #17659 from tjhei/petsc_trilinos_and_kokkos

fix Kokkos+CUDA inside PETSc/Trilinos detection

10 days agoFix a wrong word. 18281/head
Wolfgang Bangerth [Sun, 23 Mar 2025 17:55:26 +0000 (11:55 -0600)]
Fix a wrong word.

10 days agoAdd a changelog entry. 18280/head
Wolfgang Bangerth [Sun, 23 Mar 2025 17:12:07 +0000 (11:12 -0600)]
Add a changelog entry.

10 days agoAdd test.
Wolfgang Bangerth [Sun, 23 Mar 2025 17:10:01 +0000 (11:10 -0600)]
Add test.

10 days agoFix a problem with DoFTools::map_dofs_to_support_points() and FE_Nothing.
Wolfgang Bangerth [Sun, 23 Mar 2025 17:09:48 +0000 (11:09 -0600)]
Fix a problem with DoFTools::map_dofs_to_support_points() and FE_Nothing.

11 days agoMerge pull request #18274 from tjhei/pmf-eval-deprecated
Martin Kronbichler [Sun, 23 Mar 2025 08:00:55 +0000 (09:00 +0100)]
Merge pull request #18274 from tjhei/pmf-eval-deprecated

Portable::FEEvaluation: remove deprecated functions taking bool

12 days agoadd header
Timo Heister [Sat, 22 Mar 2025 03:19:19 +0000 (23:19 -0400)]
add header

12 days agoadd check
Timo Heister [Sat, 22 Mar 2025 03:30:19 +0000 (23:30 -0400)]
add check

12 days agoMerge pull request #18275 from tjhei/trilinos-remove-before-13
Timo Heister [Sat, 22 Mar 2025 01:31:08 +0000 (21:31 -0400)]
Merge pull request #18275 from tjhei/trilinos-remove-before-13

Trilinos: remove <13.2 code

12 days agop::distributed::BlockVector: add MemorySpace
Timo Heister [Fri, 21 Mar 2025 20:11:04 +0000 (16:11 -0400)]
p::distributed::BlockVector: add MemorySpace

and instantiate for ::Host and ::Default


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.