]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoUpdate changelog 11963/head
Bruno Turcksin [Fri, 19 Mar 2021 21:56:56 +0000 (21:56 +0000)]
Update changelog

3 years agoRefactor ArborX access traits and add nearest neighbor predicate
Bruno Turcksin [Fri, 19 Mar 2021 21:51:34 +0000 (21:51 +0000)]
Refactor ArborX access traits and add nearest neighbor predicate

3 years agoEnable ArborX documentation in Doxygen
Bruno Turcksin [Fri, 19 Mar 2021 20:30:33 +0000 (20:30 +0000)]
Enable ArborX documentation in Doxygen

3 years agoMerge pull request #11961 from marcfehling/divide-parallel-tests
Wolfgang Bangerth [Fri, 26 Mar 2021 07:25:36 +0000 (08:25 +0100)]
Merge pull request #11961 from marcfehling/divide-parallel-tests

Divide parallel tests `limit_p_level_difference` between Triangulation types.

3 years agoMerge pull request #11962 from marcfehling/doc-triabase
Wolfgang Bangerth [Fri, 26 Mar 2021 07:23:15 +0000 (08:23 +0100)]
Merge pull request #11962 from marcfehling/doc-triabase

Minor fix in doc for `p:d:TriaBase`.

3 years agoMerge pull request #11888 from marcfehling/signal-pre-transfer
Wolfgang Bangerth [Fri, 26 Mar 2021 07:18:54 +0000 (08:18 +0100)]
Merge pull request #11888 from marcfehling/signal-pre-transfer

Refactored order of data transfer in p:d::Tria.

3 years agoMerge pull request #11959 from peterrum/petsc_vector_Subscriptor
Daniel Arndt [Thu, 25 Mar 2021 16:36:51 +0000 (11:36 -0500)]
Merge pull request #11959 from peterrum/petsc_vector_Subscriptor

Derive PETScWrappers::PreconditionBase from Subscriptor

3 years agoMerge pull request #11960 from marcfehling/restore-subdomain
Martin Kronbichler [Thu, 25 Mar 2021 08:12:18 +0000 (09:12 +0100)]
Merge pull request #11960 from marcfehling/restore-subdomain

Minor changes to `TemporarilyRestoreSubdomainIds`.

3 years agoMinor fix in doc for `p:d:TriaBase`. 11962/head
Marc Fehling [Wed, 24 Mar 2021 20:16:09 +0000 (14:16 -0600)]
Minor fix in doc for `p:d:TriaBase`.

3 years agoDivide parallel tests `limit_p_level_difference` between Triangulation types. 11961/head
Marc Fehling [Wed, 24 Mar 2021 20:12:13 +0000 (14:12 -0600)]
Divide parallel tests `limit_p_level_difference` between Triangulation types.

3 years agoMinor changes to `TemporarilyRestoreSubdomainIds`. 11960/head
Marc Fehling [Wed, 24 Mar 2021 20:07:55 +0000 (14:07 -0600)]
Minor changes to `TemporarilyRestoreSubdomainIds`.

3 years agoDerive PETScWrappers::PreconditionBase from Subscriptor 11959/head
Peter Munch [Wed, 24 Mar 2021 15:38:11 +0000 (16:38 +0100)]
Derive PETScWrappers::PreconditionBase from Subscriptor

3 years agoMerge pull request #11943 from marcfehling/future-coarsen
Martin Kronbichler [Tue, 23 Mar 2021 12:40:13 +0000 (13:40 +0100)]
Merge pull request #11943 from marcfehling/future-coarsen

Treat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_difference()`.

3 years agoMerge pull request #11948 from marcfehling/copy-tria-2
Martin Kronbichler [Tue, 23 Mar 2021 12:20:13 +0000 (13:20 +0100)]
Merge pull request #11948 from marcfehling/copy-tria-2

p:d:T:copy_triangulation() for refined meshes. Second attempt.

3 years agoMerge pull request #11951 from peterrum/mf_asser_compatible
Martin Kronbichler [Tue, 23 Mar 2021 08:28:23 +0000 (09:28 +0100)]
Merge pull request #11951 from peterrum/mf_asser_compatible

MF::check_vector_compatibility(): improve assert message

3 years agoMerge pull request #11952 from mschreter/FEEvaluation_1d_additions
Peter Munch [Tue, 23 Mar 2021 05:37:18 +0000 (06:37 +0100)]
Merge pull request #11952 from mschreter/FEEvaluation_1d_additions

FEEvaluation with dim==n_components==1: Add additional support of submit_gradient and get_divergence

3 years agoMerge pull request #11940 from bergbauer/bcast
Wolfgang Bangerth [Mon, 22 Mar 2021 20:39:12 +0000 (21:39 +0100)]
Merge pull request #11940 from bergbauer/bcast

Add bcast function

3 years agoMF::check_vector_compatibility(): improve asser message 11951/head
Peter Munch [Mon, 22 Mar 2021 17:05:53 +0000 (18:05 +0100)]
MF::check_vector_compatibility(): improve asser message

3 years agoTreat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_diffe... 11943/head
Marc Fehling [Thu, 18 Mar 2021 20:19:40 +0000 (14:19 -0600)]
Treat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_difference()`.

3 years agoCopy triangulation in MGTransferGlobalCoarsening. 11948/head
Marc Fehling [Sat, 20 Mar 2021 21:33:16 +0000 (15:33 -0600)]
Copy triangulation in MGTransferGlobalCoarsening.

3 years agop:d:T:copy_triangulation() for refined meshes.
Marc Fehling [Sat, 20 Mar 2021 21:32:58 +0000 (15:32 -0600)]
p:d:T:copy_triangulation() for refined meshes.

3 years agoNew p4est connectivity copy functions.
Marc Fehling [Sat, 20 Mar 2021 21:32:38 +0000 (15:32 -0600)]
New p4est connectivity copy functions.

3 years agoConnect parallel_forest to connectivity.
Marc Fehling [Sat, 20 Mar 2021 21:36:05 +0000 (15:36 -0600)]
Connect parallel_forest to connectivity.

3 years agoadded get_divergence and submit_gradient of a rank-2 tensor, both in 1d; improved... 11952/head
Magdalena Schreter [Mon, 22 Mar 2021 17:50:15 +0000 (18:50 +0100)]
added get_divergence and submit_gradient of a rank-2 tensor, both in 1d; improved formatting

3 years agoMerge pull request #11950 from bangerth/kinsol-3
David Wells [Mon, 22 Mar 2021 13:36:22 +0000 (09:36 -0400)]
Merge pull request #11950 from bangerth/kinsol-3

Use better function names.

3 years agoMerge pull request #11946 from marcfehling/copy-tria-serial
Peter Munch [Mon, 22 Mar 2021 12:39:07 +0000 (13:39 +0100)]
Merge pull request #11946 from marcfehling/copy-tria-serial

Use manifold iterator range in copy_triangulation().

3 years agoMerge pull request #11928 from marcfehling/local_cell_relations_map
Peter Munch [Mon, 22 Mar 2021 12:37:28 +0000 (13:37 +0100)]
Merge pull request #11928 from marcfehling/local_cell_relations_map

Minor improvements regarding local_cell_relations.

3 years agoAdd broadcast function. 11940/head
Maximilian Bergbauer [Thu, 18 Mar 2021 14:45:15 +0000 (15:45 +0100)]
Add broadcast function.

3 years agoUse better function names. 11950/head
Wolfgang Bangerth [Sun, 14 Mar 2021 14:14:43 +0000 (15:14 +0100)]
Use better function names.

3 years agoMerge pull request #11908 from bangerth/kinsol-2
Jean-Paul Pelteret [Mon, 22 Mar 2021 08:02:27 +0000 (09:02 +0100)]
Merge pull request #11908 from bangerth/kinsol-2

Update SUNDIALS KINSOL interfaces to their current master

3 years agoMerge pull request #11945 from Rombur/fix_typo
Marc Fehling [Mon, 22 Mar 2021 02:01:32 +0000 (03:01 +0100)]
Merge pull request #11945 from Rombur/fix_typo

Fix typos

3 years agoOnly run tests with KINSOL 5.0 and above. 11908/head
Wolfgang Bangerth [Mon, 15 Mar 2021 17:09:56 +0000 (18:09 +0100)]
Only run tests with KINSOL 5.0 and above.

3 years agoAdd more KINSOL tests.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:36:59 +0000 (02:36 +0100)]
Add more KINSOL tests.

3 years agoEnable a test also for later SUNDIALS versions.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:11:32 +0000 (02:11 +0100)]
Enable a test also for later SUNDIALS versions.

3 years agoMake KINSOL available for SUNDIALS versions >4.x.
Wolfgang Bangerth [Sun, 28 Feb 2021 16:53:56 +0000 (17:53 +0100)]
Make KINSOL available for SUNDIALS versions >4.x.

3 years agoAdd commentary to a test case.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:10:30 +0000 (02:10 +0100)]
Add commentary to a test case.

3 years agoMark ignored arguments as such.
Wolfgang Bangerth [Tue, 2 Mar 2021 02:48:12 +0000 (03:48 +0100)]
Mark ignored arguments as such.

3 years agoFix typos 11945/head
Bruno Turcksin [Sun, 21 Mar 2021 19:35:46 +0000 (19:35 +0000)]
Fix typos

3 years agoUse manifold iterator range in copy_triangulation(). 11946/head
Marc Fehling [Sat, 20 Mar 2021 00:22:58 +0000 (18:22 -0600)]
Use manifold iterator range in copy_triangulation().

3 years agoMerge pull request #11862 from peterrum/simplex_write_mesh_per_processor_as_vtu
David Wells [Fri, 19 Mar 2021 21:57:53 +0000 (17:57 -0400)]
Merge pull request #11862 from peterrum/simplex_write_mesh_per_processor_as_vtu

GridOut::write_mesh_per_processor_as_vtu() for simplex

3 years agoGridOut::write_mesh_per_processor_as_vtu() for simplex 11862/head
Peter Munch [Sat, 6 Mar 2021 21:56:12 +0000 (22:56 +0100)]
GridOut::write_mesh_per_processor_as_vtu() for simplex

3 years agoMerge pull request #11941 from marcfehling/explicit-instantiations
David Wells [Fri, 19 Mar 2021 14:57:04 +0000 (10:57 -0400)]
Merge pull request #11941 from marcfehling/explicit-instantiations

Hide explicit instantiations in Utilities::MPI from doxygen.

3 years agoMerge pull request #11942 from marcfehling/dofh-improvements
Martin Kronbichler [Fri, 19 Mar 2021 08:34:19 +0000 (09:34 +0100)]
Merge pull request #11942 from marcfehling/dofh-improvements

Minor changes to DoFHandler functionalities.

3 years agoMerge pull request #11937 from marcfehling/limit-levels
Marc Fehling [Fri, 19 Mar 2021 03:50:23 +0000 (04:50 +0100)]
Merge pull request #11937 from marcfehling/limit-levels

Move `DoFHandler::prepare_c_and_r()` to `hp::Refinement::limit_p_level_difference()`.

3 years agoMinor changes to DoFHandler functionalities. 11942/head
Marc Fehling [Wed, 17 Mar 2021 02:13:44 +0000 (20:13 -0600)]
Minor changes to DoFHandler functionalities.

3 years agoHide explicit instantiations in Utilities::MPI from doxygen. 11941/head
Marc Fehling [Thu, 18 Mar 2021 22:04:10 +0000 (16:04 -0600)]
Hide explicit instantiations in Utilities::MPI from doxygen.

3 years agoMerge pull request #11882 from peterrum/mapping_q_cache_init_vector
David Wells [Thu, 18 Mar 2021 20:57:27 +0000 (16:57 -0400)]
Merge pull request #11882 from peterrum/mapping_q_cache_init_vector

Add further new MappingQCache::initialize() functions

3 years agoMove DoFhandler::prepare_c_and_r() to hp::Refinement::limit_p_level_difference(). 11937/head
Marc Fehling [Thu, 18 Mar 2021 01:59:12 +0000 (19:59 -0600)]
Move DoFhandler::prepare_c_and_r() to hp::Refinement::limit_p_level_difference().

3 years agoAdd further MappingQCache::initialize() functions 11882/head
Peter Munch [Mon, 8 Mar 2021 12:24:56 +0000 (13:24 +0100)]
Add further MappingQCache::initialize() functions

3 years agoMerge pull request #11938 from peterrum/ReadWriteVector_serial_vector
Bruno Turcksin [Thu, 18 Mar 2021 13:59:12 +0000 (09:59 -0400)]
Merge pull request #11938 from peterrum/ReadWriteVector_serial_vector

LinearAlgebra::ReadWriteVector accept serial vectors

3 years agoMerge pull request #11936 from drwells/document-identity
Peter Munch [Thu, 18 Mar 2021 13:48:31 +0000 (14:48 +0100)]
Merge pull request #11936 from drwells/document-identity

Better document IdentityFunction.

3 years agoMerge pull request #11804 from peterrum/remote_fe_point_evaluation
Daniel Arndt [Thu, 18 Mar 2021 13:12:24 +0000 (09:12 -0400)]
Merge pull request #11804 from peterrum/remote_fe_point_evaluation

Add utility functions to evaluate values of arbitrary (remote) points

3 years agoMerge pull request #11910 from peterrum/pst_allow_artificial_cells
Wolfgang Bangerth [Thu, 18 Mar 2021 09:22:16 +0000 (10:22 +0100)]
Merge pull request #11910 from peterrum/pst_allow_artificial_cells

Extend text regarding allow_artificial_cells

3 years agoLinearAlgebra::ReadWriteVector accept serial vectors 11938/head
Peter Munch [Thu, 18 Mar 2021 09:02:53 +0000 (10:02 +0100)]
LinearAlgebra::ReadWriteVector accept serial vectors

3 years agoExtend text regarding allow_artificial_cells 11910/head
Peter Munch [Sun, 14 Mar 2021 16:21:56 +0000 (17:21 +0100)]
Extend text regarding allow_artificial_cells

3 years agoBetter document IdentityFunction. 11936/head
David Wells [Wed, 17 Mar 2021 23:09:59 +0000 (19:09 -0400)]
Better document IdentityFunction.

This came up in review but wasn't fixed before it got merged.

3 years agoMerge pull request #11900 from jppelteret/sd_batch_optimiser_01
Wolfgang Bangerth [Wed, 17 Mar 2021 22:44:06 +0000 (23:44 +0100)]
Merge pull request #11900 from jppelteret/sd_batch_optimiser_01

SD BatchOptimizer: Implement cached evaluation

3 years agoMerge pull request #11935 from jppelteret/ad-doc_02
Wolfgang Bangerth [Wed, 17 Mar 2021 22:21:53 +0000 (23:21 +0100)]
Merge pull request #11935 from jppelteret/ad-doc_02

Fix some links in the AD/SD documentation module

3 years agoEnhance documentation of local_cell_relations. 11928/head
Marc Fehling [Tue, 16 Mar 2021 21:56:56 +0000 (15:56 -0600)]
Enhance documentation of local_cell_relations.

3 years agoReview p:fd:Tria::update_cell_relations().
Marc Fehling [Tue, 16 Mar 2021 21:57:19 +0000 (15:57 -0600)]
Review p:fd:Tria::update_cell_relations().

3 years agoFix some links in the AD/SD documentation module 11935/head
Jean-Paul Pelteret [Wed, 17 Mar 2021 20:28:45 +0000 (21:28 +0100)]
Fix some links in the AD/SD documentation module

3 years agoSD BatchOptimizer: Implement cached evaluation 11900/head
Jean-Paul Pelteret [Mon, 18 Jan 2021 21:17:03 +0000 (22:17 +0100)]
SD BatchOptimizer: Implement cached evaluation

3 years agoMerge pull request #11932 from bangerth/kinsol
Jean-Paul Pelteret [Wed, 17 Mar 2021 20:12:40 +0000 (21:12 +0100)]
Merge pull request #11932 from bangerth/kinsol

Move implementation of functions into the .cc file.

3 years agoMerge pull request #11934 from peterrum/hp_collection
Wolfgang Bangerth [Wed, 17 Mar 2021 19:47:52 +0000 (20:47 +0100)]
Merge pull request #11934 from peterrum/hp_collection

Introduce hp::Collection

3 years agoAdd utility functions to evaluate values of arbitrary (remote) points 11804/head
Peter Munch [Wed, 24 Feb 2021 21:21:30 +0000 (22:21 +0100)]
Add utility functions to evaluate values of arbitrary (remote) points

3 years agoIntroduce hp::Collection 11934/head
Peter Munch [Wed, 17 Mar 2021 14:24:20 +0000 (15:24 +0100)]
Introduce hp::Collection

3 years agoMerge pull request #11930 from peterrum/invalid_dof_index
Martin Kronbichler [Wed, 17 Mar 2021 14:50:50 +0000 (15:50 +0100)]
Merge pull request #11930 from peterrum/invalid_dof_index

Use correct invalid unsigned value for 64 bit integers (2)

3 years agoMerge pull request #11933 from bangerth/15
Martin Kronbichler [Wed, 17 Mar 2021 14:50:38 +0000 (15:50 +0100)]
Merge pull request #11933 from bangerth/15

Use the correct file extension.

3 years agoMerge pull request #11931 from peterrum/hp_fe_values_cosmetics
Martin Kronbichler [Wed, 17 Mar 2021 14:49:48 +0000 (15:49 +0100)]
Merge pull request #11931 from peterrum/hp_fe_values_cosmetics

Some cosmetics in source/hp/fe_values.cc

3 years agoMerge pull request #11914 from mschreter/QGaussSimplex_dim0
Bruno Turcksin [Wed, 17 Mar 2021 12:26:45 +0000 (08:26 -0400)]
Merge pull request #11914 from mschreter/QGaussSimplex_dim0

Enable QGaussSimplex<0>

3 years agoMerge pull request #11927 from drwells/identity-function
Wolfgang Bangerth [Wed, 17 Mar 2021 09:44:28 +0000 (10:44 +0100)]
Merge pull request #11927 from drwells/identity-function

Identity function

3 years agoMerge pull request #11925 from peterrum/build_patches_triangulation
Wolfgang Bangerth [Wed, 17 Mar 2021 09:42:14 +0000 (10:42 +0100)]
Merge pull request #11925 from peterrum/build_patches_triangulation

Simplex: DataOut::attach_triangulation()

3 years agoMove implementation of functions into the .cc file. 11932/head
Wolfgang Bangerth [Wed, 17 Mar 2021 08:59:22 +0000 (09:59 +0100)]
Move implementation of functions into the .cc file.

3 years agoUse the correct file extension. 11933/head
Wolfgang Bangerth [Wed, 17 Mar 2021 09:28:25 +0000 (10:28 +0100)]
Use the correct file extension.

3 years agoUse correct invalid unsigned value for 64 bit integers (2) 11930/head
Peter Munch [Wed, 17 Mar 2021 08:58:53 +0000 (09:58 +0100)]
Use correct invalid unsigned value for 64 bit integers (2)

3 years agoSome cosmetics in source/hp/fe_values.cc 11931/head
Peter Munch [Wed, 17 Mar 2021 09:26:03 +0000 (10:26 +0100)]
Some cosmetics in source/hp/fe_values.cc

3 years agoenable QGaussSimplex<0> 11914/head
Magdalena Schreter [Mon, 15 Mar 2021 13:45:44 +0000 (14:45 +0100)]
enable QGaussSimplex<0>

3 years agoAdd Functions::IdentityFunction. 11927/head
David Wells [Tue, 16 Mar 2021 22:59:25 +0000 (18:59 -0400)]
Add Functions::IdentityFunction.

3 years agoMerge pull request #11913 from elauksap/local_cell_relations_map
Marc Fehling [Tue, 16 Mar 2021 23:23:42 +0000 (00:23 +0100)]
Merge pull request #11913 from elauksap/local_cell_relations_map

Use std::pair for local_cell_relations

3 years agoSimplex: DataOut::attach_triangulation() 11925/head
Peter Munch [Tue, 16 Mar 2021 19:27:07 +0000 (20:27 +0100)]
Simplex: DataOut::attach_triangulation()

3 years agoMerge pull request #11921 from zjiaqi2018/simplex-test-step-67
David Wells [Tue, 16 Mar 2021 22:08:26 +0000 (18:08 -0400)]
Merge pull request #11921 from zjiaqi2018/simplex-test-step-67

step-67 simplex test

3 years agoMerge pull request #11924 from peterrum/build_patches_mapping
David Wells [Tue, 16 Mar 2021 22:05:09 +0000 (18:05 -0400)]
Merge pull request #11924 from peterrum/build_patches_mapping

DataOut::build_patches(): make mapping dependent on tria

3 years agoMerge pull request #11926 from bangerth/15
David Wells [Tue, 16 Mar 2021 22:00:07 +0000 (18:00 -0400)]
Merge pull request #11926 from bangerth/15

Minor work on step-15

3 years agoMake the structure in run() more similar to the way we use elsewhere. 11926/head
Wolfgang Bangerth [Tue, 16 Mar 2021 14:01:31 +0000 (15:01 +0100)]
Make the structure in run() more similar to the way we use elsewhere.

3 years agoUse current_solution instead of present_solution.
Wolfgang Bangerth [Tue, 16 Mar 2021 10:29:24 +0000 (11:29 +0100)]
Use current_solution instead of present_solution.

3 years agoMerge pull request #11922 from kronbichler/fix_boundary_id
Peter Munch [Tue, 16 Mar 2021 19:37:41 +0000 (20:37 +0100)]
Merge pull request #11922 from kronbichler/fix_boundary_id

Fix storage of boundary_id in MatrixFree

3 years agoDataOut::build_patches(): make mapping dependent on tria 11924/head
Peter Munch [Tue, 16 Mar 2021 19:20:58 +0000 (20:20 +0100)]
DataOut::build_patches(): make mapping dependent on tria

3 years agoadd some descriptions 11921/head
Jiaqi Zhang [Tue, 16 Mar 2021 17:43:27 +0000 (17:43 +0000)]
add some descriptions

3 years agoMerge pull request #11923 from kronbichler/fix_changelog
Peter Munch [Tue, 16 Mar 2021 17:29:34 +0000 (18:29 +0100)]
Merge pull request #11923 from kronbichler/fix_changelog

Fix date of changelog

3 years agoFix date of changelog 11923/head
Martin Kronbichler [Tue, 16 Mar 2021 16:40:51 +0000 (17:40 +0100)]
Fix date of changelog

3 years agoChangelog 11922/head
Martin Kronbichler [Tue, 16 Mar 2021 15:41:51 +0000 (16:41 +0100)]
Changelog

3 years agoNew test case
Martin Kronbichler [Tue, 16 Mar 2021 15:41:42 +0000 (16:41 +0100)]
New test case

3 years agoFix storage of boundary id in MatrixFree
Martin Kronbichler [Tue, 16 Mar 2021 15:37:38 +0000 (16:37 +0100)]
Fix storage of boundary id in MatrixFree

3 years agoMerge pull request #11920 from marcfehling/doc-shared
Daniel Arndt [Tue, 16 Mar 2021 14:38:17 +0000 (10:38 -0400)]
Merge pull request #11920 from marcfehling/doc-shared

Document that adaptation flags need to be placed on all procs for p:s:Tria.

3 years agoMerge pull request #11915 from kronbichler/fix_data_type
Daniel Arndt [Tue, 16 Mar 2021 14:37:58 +0000 (10:37 -0400)]
Merge pull request #11915 from kronbichler/fix_data_type

Use correct invalid unsigned value for 64 bit integers

3 years agostep-67 simplex test
Jiaqi Zhang [Tue, 16 Mar 2021 12:57:01 +0000 (12:57 +0000)]
step-67 simplex test

3 years agoUse std::pair<cell_iterator, CellStatus> for DistributedTriangulationBase::local_cell... 11913/head
Pasquale Africa [Mon, 15 Mar 2021 14:20:59 +0000 (14:20 +0000)]
Use std::pair<cell_iterator, CellStatus> for DistributedTriangulationBase::local_cell_relations

3 years agoFix initialization to invalid value 11915/head
Martin Kronbichler [Mon, 15 Mar 2021 14:25:08 +0000 (15:25 +0100)]
Fix initialization to invalid value

3 years agoMerge pull request #11919 from tamiko/make_more_elegant
Bruno Turcksin [Tue, 16 Mar 2021 02:35:09 +0000 (22:35 -0400)]
Merge pull request #11919 from tamiko/make_more_elegant

examples/step-69: use std::copy_n instead of std::copy

3 years agoDocument that adaptation flags need to be placed on all procs for p:s:Tria. 11920/head
Marc Fehling [Mon, 15 Mar 2021 23:08:32 +0000 (17:08 -0600)]
Document that adaptation flags need to be placed on all procs for p:s:Tria.


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.