]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoRemove doc stating FECollection is unused in hp::FE*Values classes. 8777/head
Simon Sticko [Tue, 17 Sep 2019 16:57:49 +0000 (18:57 +0200)]
Remove doc stating FECollection is unused in hp::FE*Values classes.

In the documentation of the constructors of the various hp::FE*Values
classes it is stated that the FECollection parameter passed to the
constructors isn't used inside the classed. This is no longer true.
Remove the statement.

5 years agoMerge pull request #8766 from bangerth/4
Wolfgang Bangerth [Tue, 17 Sep 2019 13:30:18 +0000 (07:30 -0600)]
Merge pull request #8766 from bangerth/4

Provide some explanation on 'virtual' and 'override'.

5 years agoMerge pull request #8622 from peterrum/pft
Wolfgang Bangerth [Tue, 17 Sep 2019 13:27:08 +0000 (07:27 -0600)]
Merge pull request #8622 from peterrum/pft

Introduce new parallel::fullydistributed::Triangulation

5 years agoProvide some explanation on 'virtual' and 'override'. 8766/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:37:59 +0000 (15:37 -0600)]
Provide some explanation on 'virtual' and 'override'.

5 years agoAdd p:f:t 8622/head
Peter Munch [Sat, 17 Aug 2019 12:48:25 +0000 (14:48 +0200)]
Add p:f:t

5 years agoMerge pull request #8745 from bangerth/meshworker
Martin Kronbichler [Tue, 17 Sep 2019 06:25:20 +0000 (08:25 +0200)]
Merge pull request #8745 from bangerth/meshworker

Update the documentation of the MeshWorker::LocalResults class.

5 years agoMerge pull request #8765 from bangerth/warning
Martin Kronbichler [Tue, 17 Sep 2019 06:21:29 +0000 (08:21 +0200)]
Merge pull request #8765 from bangerth/warning

Avoid warnings as a result of an unused variable.

5 years agoMerge pull request #8763 from bangerth/update
Martin Kronbichler [Tue, 17 Sep 2019 06:20:03 +0000 (08:20 +0200)]
Merge pull request #8763 from bangerth/update

Update small pieces in TimestepControl.

5 years agoMerge pull request #8730 from tcclevenger/custom-mg-constraints
Martin Kronbichler [Tue, 17 Sep 2019 06:19:20 +0000 (08:19 +0200)]
Merge pull request #8730 from tcclevenger/custom-mg-constraints

add interface for user defined GMG constraints

5 years agoMerge pull request #8660 from tjhei/fe_interface_values_1
Martin Kronbichler [Tue, 17 Sep 2019 06:11:21 +0000 (08:11 +0200)]
Merge pull request #8660 from tjhei/fe_interface_values_1

introduce FEInterfaceValues

5 years agoMerge pull request #8753 from gassmoeller/add_random_particle_generator
Daniel Arndt [Tue, 17 Sep 2019 05:00:38 +0000 (23:00 -0600)]
Merge pull request #8753 from gassmoeller/add_random_particle_generator

Add random particle generator

5 years agoMerge pull request #8761 from GrahamBenHarper/graham_dev_tpp_const
Daniel Arndt [Tue, 17 Sep 2019 04:58:54 +0000 (22:58 -0600)]
Merge pull request #8761 from GrahamBenHarper/graham_dev_tpp_const

Change TensorProductPolynomialsConst from "is-a" to "has-a" TensorProductPolynomials

5 years agoMerge pull request #8767 from bangerth/function
Daniel Arndt [Tue, 17 Sep 2019 02:01:02 +0000 (20:01 -0600)]
Merge pull request #8767 from bangerth/function

Remove default constructor for classes derived from Function<dim> if empty.

5 years agoAdd name function implementation 8761/head
grahambenharper [Tue, 17 Sep 2019 01:16:46 +0000 (19:16 -0600)]
Add name function implementation

5 years agointroduce FEInterfaceValues 8660/head
Timo Heister [Sun, 25 Aug 2019 02:01:14 +0000 (22:01 -0400)]
introduce FEInterfaceValues

5 years agoChange TensorProductPolynomialsConst to derive from ScalarPolynomialsBase
grahambenharper [Mon, 16 Sep 2019 23:07:02 +0000 (17:07 -0600)]
Change TensorProductPolynomialsConst to derive from ScalarPolynomialsBase

5 years agoMerge pull request #8760 from rezarastak/timestep_parse_fix
Wolfgang Bangerth [Mon, 16 Sep 2019 23:56:27 +0000 (17:56 -0600)]
Merge pull request #8760 from rezarastak/timestep_parse_fix

fixed inconsistent state in TimestepControl

5 years agoFix typo in TensorProductPolynomialsBubbles documentation
grahambenharper [Mon, 16 Sep 2019 22:38:17 +0000 (16:38 -0600)]
Fix typo in TensorProductPolynomialsBubbles documentation

5 years agoMake TensorProductPolynomialsConst a friend of TensorProductPolynomials
grahambenharper [Mon, 16 Sep 2019 16:15:20 +0000 (10:15 -0600)]
Make TensorProductPolynomialsConst a friend of TensorProductPolynomials

5 years agoChange TensorProductPolynomialsConst to no longer derive from TensorProductPolynomials
grahambenharper [Mon, 16 Sep 2019 16:13:57 +0000 (10:13 -0600)]
Change TensorProductPolynomialsConst to no longer derive from TensorProductPolynomials

5 years agoRemove default constructor for classes derived from Function<dim> if empty. 8767/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:55:18 +0000 (15:55 -0600)]
Remove default constructor for classes derived from Function<dim> if empty.

These constructors were necessary in an earlier era when compilers would warn about this,
but they are no longer necessary now. We've removed them from a couple of tutorials
already, and this is the remainder.

5 years agoAvoid warnings as a result of an unused variable. 8765/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:35:35 +0000 (15:35 -0600)]
Avoid warnings as a result of an unused variable.

5 years agoAdd changelog and tests 8753/head
Rene Gassmoeller [Mon, 16 Sep 2019 21:23:58 +0000 (14:23 -0700)]
Add changelog and tests

5 years agoAdd random particle generation
Rene Gassmoeller [Mon, 16 Sep 2019 21:23:34 +0000 (14:23 -0700)]
Add random particle generation

5 years agoUpdate small pieces in TimestepControl. 8763/head
Wolfgang Bangerth [Mon, 16 Sep 2019 20:45:28 +0000 (14:45 -0600)]
Update small pieces in TimestepControl.

5 years agoMerge pull request #8762 from rezarastak/timestep_control_doc
Wolfgang Bangerth [Mon, 16 Sep 2019 20:48:20 +0000 (14:48 -0600)]
Merge pull request #8762 from rezarastak/timestep_control_doc

Full documentation provided to members of TimestepControl

5 years agoMerge pull request #8723 from GrahamBenHarper/graham_dev_anisotropic_polynomials
Wolfgang Bangerth [Mon, 16 Sep 2019 20:21:00 +0000 (14:21 -0600)]
Merge pull request #8723 from GrahamBenHarper/graham_dev_anisotropic_polynomials

Change TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolynomialsBase

5 years agoFull documentation provided to members of TimestepControl 8762/head
Reza Rastak [Mon, 16 Sep 2019 19:56:22 +0000 (12:56 -0700)]
Full documentation provided to members of TimestepControl

5 years agoadd custom constraints 8730/head
tcclevenger [Wed, 21 Aug 2019 19:46:02 +0000 (15:46 -0400)]
add custom constraints

5 years agofixed inconsistent state caused by calling TimestepControl::parse_parameters 8760/head
Reza Rastak [Mon, 16 Sep 2019 18:49:28 +0000 (11:49 -0700)]
fixed inconsistent state caused by calling TimestepControl::parse_parameters

5 years agoMerge pull request #8709 from dangars/maxwell_singularity_test
Wolfgang Bangerth [Mon, 16 Sep 2019 17:05:13 +0000 (11:05 -0600)]
Merge pull request #8709 from dangars/maxwell_singularity_test

Add maxwell singularity test

5 years agoChange TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolyn... 8723/head
grahambenharper [Mon, 9 Sep 2019 04:55:33 +0000 (22:55 -0600)]
Change TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolynomialsBase

5 years agoMerge pull request #8741 from bangerth/65
Martin Kronbichler [Mon, 16 Sep 2019 12:58:49 +0000 (14:58 +0200)]
Merge pull request #8741 from bangerth/65

Updates to the step-65 documentation.

5 years agoMerge pull request #8742 from GrahamBenHarper/graham_dev_tpp_bubbles
Wolfgang Bangerth [Mon, 16 Sep 2019 12:48:47 +0000 (06:48 -0600)]
Merge pull request #8742 from GrahamBenHarper/graham_dev_tpp_bubbles

Change TensorProductPolynomialsBubbles from "is-a" to "has-a" TensorProductPolynomials

5 years agoMerge pull request #8754 from kronbichler/speedup_distribute_dofs_parallel
Timo Heister [Mon, 16 Sep 2019 12:14:10 +0000 (08:14 -0400)]
Merge pull request #8754 from kronbichler/speedup_distribute_dofs_parallel

Disable compression in ghost exchange of DoFHandler

5 years agoMerge pull request #8756 from kronbichler/typos_changelog
Timo Heister [Mon, 16 Sep 2019 12:07:35 +0000 (08:07 -0400)]
Merge pull request #8756 from kronbichler/typos_changelog

Fix a few typos in changelogs

5 years agoFix a few typos in changelog. Break lines. 8756/head
Martin Kronbichler [Mon, 16 Sep 2019 08:03:31 +0000 (10:03 +0200)]
Fix a few typos in changelog. Break lines.

5 years agoChangelog 8754/head
Martin Kronbichler [Mon, 16 Sep 2019 07:37:13 +0000 (09:37 +0200)]
Changelog

5 years agoDisable compression in ghost exchange of DoFHandler
Martin Kronbichler [Sat, 14 Sep 2019 15:22:51 +0000 (17:22 +0200)]
Disable compression in ghost exchange of DoFHandler

5 years agoChange TensorProductPolynomialsBubbles to no longer derive from TensorProductPolynomials 8742/head
grahambenharper [Thu, 12 Sep 2019 04:22:31 +0000 (22:22 -0600)]
Change TensorProductPolynomialsBubbles to no longer derive from TensorProductPolynomials

5 years agoUpdates to the step-65 documentation. 8741/head
Wolfgang Bangerth [Tue, 2 Jul 2019 15:08:24 +0000 (09:08 -0600)]
Updates to the step-65 documentation.

5 years agoMerge pull request #8726 from kronbichler/simplify_parallel_multigrid_adaptive_03
Daniel Arndt [Sun, 15 Sep 2019 00:13:29 +0000 (18:13 -0600)]
Merge pull request #8726 from kronbichler/simplify_parallel_multigrid_adaptive_03

Simplify matrix_free/parallel_multigrid_adaptive_03 test

5 years agoMerge pull request #8751 from bangerth/celldata
Daniel Arndt [Sat, 14 Sep 2019 12:18:47 +0000 (08:18 -0400)]
Merge pull request #8751 from bangerth/celldata

Move operator== from a test to the CellData class itself.

5 years agoReplace a hand-written loop by std::fill. 8751/head
Wolfgang Bangerth [Sat, 14 Sep 2019 03:53:43 +0000 (21:53 -0600)]
Replace a hand-written loop by std::fill.

5 years agoMerge pull request #8747 from kronbichler/change_gzip_compression_level
David Wells [Fri, 13 Sep 2019 20:58:06 +0000 (16:58 -0400)]
Merge pull request #8747 from kronbichler/change_gzip_compression_level

Change gzip compression level to best_speed

5 years agoMerge pull request #8749 from kronbichler/improve_distribute_mg_dofs
Daniel Arndt [Fri, 13 Sep 2019 20:39:46 +0000 (16:39 -0400)]
Merge pull request #8749 from kronbichler/improve_distribute_mg_dofs

Improve performance of DoFHandler::distribute_mg_dofs

5 years agoMove operator== from a test to the CellData class itself.
Wolfgang Bangerth [Fri, 13 Sep 2019 15:35:50 +0000 (09:35 -0600)]
Move operator== from a test to the CellData class itself.

This has the advantage that if that class ever gains a new member variable,
it is much easier to update the code for operator== since it's obvious
that one has to update it. If the code remained in the test, we would almost
certainly forget to update it.

5 years agoMerge pull request #8746 from peterrum/celldata-serialize
Wolfgang Bangerth [Fri, 13 Sep 2019 15:23:52 +0000 (09:23 -0600)]
Merge pull request #8746 from peterrum/celldata-serialize

Add Boost serialization function to CellData

5 years agoChangelog entry 8749/head
Martin Kronbichler [Fri, 13 Sep 2019 10:57:38 +0000 (12:57 +0200)]
Changelog entry

5 years agoUse Bcast rather than Allreduce
Martin Kronbichler [Fri, 13 Sep 2019 10:55:29 +0000 (12:55 +0200)]
Use Bcast rather than Allreduce

5 years agoSkip compression of cell data exchange
Martin Kronbichler [Fri, 13 Sep 2019 10:53:21 +0000 (12:53 +0200)]
Skip compression of cell data exchange

5 years agoAdd maxwell_singularity tests 8709/head
Daniel Garcia-Sanchez [Fri, 13 Sep 2019 08:59:50 +0000 (10:59 +0200)]
Add maxwell_singularity tests

5 years agoChange gzip compression level to best_speed 8747/head
Martin Kronbichler [Fri, 13 Sep 2019 07:09:10 +0000 (09:09 +0200)]
Change gzip compression level to best_speed

5 years agoAdd Boost serialization function to CellData 8746/head
Peter Munch [Fri, 13 Sep 2019 05:55:21 +0000 (07:55 +0200)]
Add Boost serialization function to CellData

5 years agoUpdate the documentation of the MeshWorker::LocalResults class. 8745/head
Wolfgang Bangerth [Fri, 13 Sep 2019 05:47:19 +0000 (23:47 -0600)]
Update the documentation of the MeshWorker::LocalResults class.

While there, also make sure that all input arguments to functions are marked 'const'.

5 years agoMerge pull request #8743 from bangerth/fix
Martin Kronbichler [Fri, 13 Sep 2019 05:41:29 +0000 (07:41 +0200)]
Merge pull request #8743 from bangerth/fix

Fix the bounds of an index computation.

5 years agoFix the bounds of an index computation. 8743/head
Wolfgang Bangerth [Thu, 12 Sep 2019 21:58:33 +0000 (15:58 -0600)]
Fix the bounds of an index computation.

5 years agoMerge pull request #8738 from bangerth/readme
Martin Kronbichler [Thu, 12 Sep 2019 06:10:53 +0000 (08:10 +0200)]
Merge pull request #8738 from bangerth/readme

Update readme.

5 years agoMerge pull request #8655 from krishnakumarg1984/master
Wolfgang Bangerth [Thu, 12 Sep 2019 06:08:22 +0000 (00:08 -0600)]
Merge pull request #8655 from krishnakumarg1984/master

corrects the no. of output lines in description of results for step-3 documentation

5 years agoMerge pull request #8731 from marcfehling/pd-27-tests
Martin Kronbichler [Thu, 12 Sep 2019 06:06:34 +0000 (08:06 +0200)]
Merge pull request #8731 from marcfehling/pd-27-tests

p:d:step-27: Adjusted AdditionalData object for Trilinos.

5 years agoMerge pull request #8737 from peterrum/cellid-isparentof
Martin Kronbichler [Thu, 12 Sep 2019 06:06:04 +0000 (08:06 +0200)]
Merge pull request #8737 from peterrum/cellid-isparentof

Add CellId::is_parent_of

5 years agoUpdate readme. 8738/head
Wolfgang Bangerth [Wed, 11 Sep 2019 21:32:15 +0000 (15:32 -0600)]
Update readme.

5 years agoMerge pull request #8668 from simonsticko/split_MappingCartesian_compute_fill
David Wells [Wed, 11 Sep 2019 21:29:37 +0000 (17:29 -0400)]
Merge pull request #8668 from simonsticko/split_MappingCartesian_compute_fill

Split MappingCartesian::compute_fill into several functions.

5 years agoAdd CellId::is_parent_of 8737/head
Peter Munch [Wed, 11 Sep 2019 19:00:27 +0000 (21:00 +0200)]
Add CellId::is_parent_of

5 years agoMerge pull request #8648 from bangerth/complex
Martin Kronbichler [Wed, 11 Sep 2019 18:55:44 +0000 (20:55 +0200)]
Merge pull request #8648 from bangerth/complex

Make postprocessors work when using complex-valued solutions.

5 years agoMerge pull request #8732 from bangerth/update-number-cache
Martin Kronbichler [Wed, 11 Sep 2019 05:41:14 +0000 (07:41 +0200)]
Merge pull request #8732 from bangerth/update-number-cache

Move the call to update_number_cache() after all other calls.

5 years agoMerge pull request #8720 from dangars/nedelec_documentation
Daniel Arndt [Wed, 11 Sep 2019 02:34:29 +0000 (22:34 -0400)]
Merge pull request #8720 from dangars/nedelec_documentation

Clarify the degree of the elements NedelecSZ and Nedelec

5 years agoClarify the degree of the elements NedelecSZ and Nedelec 8720/head
Daniel Garcia-Sanchez [Tue, 10 Sep 2019 21:25:43 +0000 (23:25 +0200)]
Clarify the degree of the elements NedelecSZ and Nedelec

5 years agoMove the call to update_number_cache() after all other calls. 8732/head
Wolfgang Bangerth [Tue, 10 Sep 2019 21:06:05 +0000 (15:06 -0600)]
Move the call to update_number_cache() after all other calls.

Conceptually, this function (as its name suggests) just updates a cache. We should
call it after all other functions that change things in the triangulation have
been called, even if the order does not matter in a particular context. This just
makes reading the code simpler.

5 years agoMerge pull request #8724 from peterrum/dof_handler_assert
Wolfgang Bangerth [Tue, 10 Sep 2019 20:51:21 +0000 (14:51 -0600)]
Merge pull request #8724 from peterrum/dof_handler_assert

Generalize an if-statement for all parallel triangulations

5 years agoMerge pull request #8725 from peterrum/pdt-docu-fix-1
Wolfgang Bangerth [Tue, 10 Sep 2019 20:50:52 +0000 (14:50 -0600)]
Merge pull request #8725 from peterrum/pdt-docu-fix-1

Fix doxygen documenation of p:d:t

5 years agop:d:step-27: Adjusted AdditionalData object for Trilinos. 8731/head
Marc Fehling [Tue, 10 Sep 2019 19:46:05 +0000 (21:46 +0200)]
p:d:step-27: Adjusted AdditionalData object for Trilinos.

5 years agoMerge pull request #8727 from kronbichler/modernize_distribute_mg_dofs
David Wells [Tue, 10 Sep 2019 18:00:25 +0000 (14:00 -0400)]
Merge pull request #8727 from kronbichler/modernize_distribute_mg_dofs

Avoid deprecated FE argument in distribute_mg_dofs

5 years agoAvoid deprecated argument in distribute_mg_dofs 8727/head
Martin Kronbichler [Tue, 10 Sep 2019 08:05:38 +0000 (10:05 +0200)]
Avoid deprecated argument in distribute_mg_dofs

5 years agoSimply matrix_free/parallel_multigrid_adaptive_03 test 8726/head
Martin Kronbichler [Tue, 10 Sep 2019 07:38:56 +0000 (09:38 +0200)]
Simply matrix_free/parallel_multigrid_adaptive_03 test

5 years agoFix doxygen docu of pdt 8725/head
Peter Munch [Tue, 10 Sep 2019 07:35:17 +0000 (09:35 +0200)]
Fix doxygen docu of pdt

5 years agoGeneralize an if-statement for distributed triangulation 8724/head
Peter Munch [Tue, 10 Sep 2019 05:03:45 +0000 (07:03 +0200)]
Generalize an if-statement for distributed triangulation

5 years agoMerge pull request #8722 from marcfehling/doc-26
Wolfgang Bangerth [Mon, 9 Sep 2019 22:34:03 +0000 (16:34 -0600)]
Merge pull request #8722 from marcfehling/doc-26

step-26: Doc: Fixed positivity preservation criterion.

5 years agoMerge pull request #8719 from tjhei/step-56-fix
Daniel Arndt [Mon, 9 Sep 2019 22:28:47 +0000 (18:28 -0400)]
Merge pull request #8719 from tjhei/step-56-fix

fix broken step-56

5 years agoMerge pull request #8716 from bangerth/cleanup
Daniel Arndt [Mon, 9 Sep 2019 22:28:02 +0000 (18:28 -0400)]
Merge pull request #8716 from bangerth/cleanup

Make a variable 'const'.

5 years agoDoc: step-26: Fixed positivity preservation criterion. 8722/head
Marc Fehling [Mon, 9 Sep 2019 21:56:20 +0000 (23:56 +0200)]
Doc: step-26: Fixed positivity preservation criterion.

5 years agoMerge pull request #8721 from dangars/typo_step_50
Wolfgang Bangerth [Mon, 9 Sep 2019 21:35:54 +0000 (15:35 -0600)]
Merge pull request #8721 from dangars/typo_step_50

Fix typo in step 50

5 years agoFix typo 8721/head
Daniel Garcia-Sanchez [Mon, 9 Sep 2019 21:22:54 +0000 (23:22 +0200)]
Fix typo

5 years agofix broken step-56 8719/head
Timo Heister [Mon, 9 Sep 2019 20:06:25 +0000 (22:06 +0200)]
fix broken step-56

5 years agoMerge pull request #8717 from bangerth/remove-friend
Daniel Arndt [Mon, 9 Sep 2019 19:31:27 +0000 (15:31 -0400)]
Merge pull request #8717 from bangerth/remove-friend

Remove an unnecessary friend declaration.

5 years agoRemove an unnecessary friend declaration. 8717/head
Wolfgang Bangerth [Mon, 9 Sep 2019 17:53:39 +0000 (11:53 -0600)]
Remove an unnecessary friend declaration.

5 years agoMake a variable 'const'. 8716/head
Wolfgang Bangerth [Mon, 9 Sep 2019 17:39:13 +0000 (11:39 -0600)]
Make a variable 'const'.

5 years agoMerge pull request #8703 from masterleinad/fix_cuda_compiling
Wolfgang Bangerth [Mon, 9 Sep 2019 17:26:38 +0000 (11:26 -0600)]
Merge pull request #8703 from masterleinad/fix_cuda_compiling

Fix compiling with CUDA support

5 years agoMerge pull request #8701 from tamiko/simd_comparison
Martin Kronbichler [Sat, 7 Sep 2019 06:34:53 +0000 (08:34 +0200)]
Merge pull request #8701 from tamiko/simd_comparison

VectorizedArray: Implement a compare_and_apply_mask function

5 years agoMerge pull request #8707 from tamiko/simd_improvements_1
Wolfgang Bangerth [Fri, 6 Sep 2019 22:28:10 +0000 (16:28 -0600)]
Merge pull request #8707 from tamiko/simd_improvements_1

VectorizedArrary: add a test for std::pow

5 years agoMerge pull request #8708 from jpthiele/hdf5_documentation
Wolfgang Bangerth [Fri, 6 Sep 2019 18:52:43 +0000 (12:52 -0600)]
Merge pull request #8708 from jpthiele/hdf5_documentation

HDF5 Namespace documentation errors fixed

5 years agoHDF5 Namespace documentation errors fixed 8708/head
Jan Philipp Thiele [Fri, 6 Sep 2019 17:53:05 +0000 (19:53 +0200)]
HDF5 Namespace documentation errors fixed

Some parts of the code provided in the Data exchange with python scripts section where not matching the namespace definitions.

5 years agoFix compilation with gcc-9/AVX-512 8701/head
Martin Kronbichler [Thu, 5 Sep 2019 20:44:30 +0000 (22:44 +0200)]
Fix compilation with gcc-9/AVX-512

5 years agoadd a changelog entry
Matthias Maier [Thu, 5 Sep 2019 20:40:39 +0000 (15:40 -0500)]
add a changelog entry

5 years agoadd documentation
Matthias Maier [Thu, 5 Sep 2019 20:35:37 +0000 (15:35 -0500)]
add documentation

5 years agosuggested changes
Matthias Maier [Wed, 4 Sep 2019 22:13:25 +0000 (17:13 -0500)]
suggested changes

5 years agoadd a test
Matthias Maier [Wed, 4 Sep 2019 22:08:05 +0000 (17:08 -0500)]
add a test

5 years agoVectorizedArray: Implement a compare_and_apply_mask function
Matthias Maier [Wed, 4 Sep 2019 21:05:33 +0000 (16:05 -0500)]
VectorizedArray: Implement a compare_and_apply_mask function

5 years agoadd a test 8707/head
Matthias Maier [Wed, 4 Sep 2019 17:52:30 +0000 (12:52 -0500)]
add a test

5 years agoMerge pull request #8704 from masterleinad/fix_undefined_reference_set_zero_all
David Wells [Fri, 6 Sep 2019 16:01:30 +0000 (12:01 -0400)]
Merge pull request #8704 from masterleinad/fix_undefined_reference_set_zero_all

Fix undefined references for set_zero_all


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.