]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Mon, 22 Jul 2024 14:22:00 +0000 (16:22 +0200)]
Merge pull request #17336 from tamiko/make_test_more_robust_04
Test examples/step-36: do not compare test output
Matthias Maier [Mon, 22 Jul 2024 14:21:53 +0000 (14:21 +0000)]
Merge pull request #17339 from marcfehling/msvc-1
Minor cleanup of Windows workflow.
Matthias Maier [Mon, 22 Jul 2024 14:21:34 +0000 (14:21 +0000)]
Merge pull request #17342 from marcfehling/typo
Fix typo.
Martin Kronbichler [Mon, 22 Jul 2024 14:21:23 +0000 (16:21 +0200)]
Merge pull request #17338 from tamiko/make_test_more_robust_05
Test examples/step-75: add an avx512 variant
Martin Kronbichler [Mon, 22 Jul 2024 14:19:59 +0000 (16:19 +0200)]
Merge pull request #17335 from tamiko/make_test_more_robust_03
Test examples/step-31: add an output variant for avx256/avx512
Martin Kronbichler [Mon, 22 Jul 2024 14:19:40 +0000 (16:19 +0200)]
Merge pull request #17333 from tamiko/make_test_more_robust_01
Test examples/step-52: disable unstable output
Marc Fehling [Mon, 22 Jul 2024 12:02:43 +0000 (14:02 +0200)]
Fix typo.
Matthias Maier [Mon, 22 Jul 2024 11:21:34 +0000 (06:21 -0500)]
Test examples/step-75: add an avx512 variant
Marc Fehling [Mon, 22 Jul 2024 11:07:25 +0000 (13:07 +0200)]
Let cmake create folders.
Marc Fehling [Mon, 22 Jul 2024 11:06:57 +0000 (13:06 +0200)]
Add a comment why we only test in serial.
Matthias Maier [Mon, 22 Jul 2024 11:01:23 +0000 (06:01 -0500)]
Test examples/step-36: do not compare test output
Step 36 computes a spectrum with slepc containing eigenvalues with
multiplicities. Unfortunately, it is up to chance (i.e., slepc version,
compiler and cpu) which multiplicities it prints and how many iterations
it needs for that. Thus disable comparing the test output.
Matthias Maier [Mon, 22 Jul 2024 10:57:52 +0000 (05:57 -0500)]
Test examples/step-31: add an output variant for avx256/avx512
This test seems to be stable among different architectures and
configurations with avx256 and avx512. let's simply add an output
variant.
Matthias Maier [Mon, 22 Jul 2024 09:24:17 +0000 (04:24 -0500)]
Test examples/step-52: disable unstable output
In reference to #9684: The output of most of the time stepping methods
is very fragile and prone to roundoff-error amplification. Thus, disable
output and only test that we run successfully.
Wolfgang Bangerth [Sun, 21 Jul 2024 23:53:47 +0000 (17:53 -0600)]
Merge pull request #17298 from drwells/petsc-vector-serialize-header
PetscWrappers::VectorBase: add a missing header.
Wolfgang Bangerth [Sun, 21 Jul 2024 17:53:27 +0000 (11:53 -0600)]
Merge pull request #17279 from tamiko/bring_back_modules
Doxygen: bring back modules/topics for doxygen 1.9.8 onwards
Matthias Maier [Sun, 21 Jul 2024 13:51:20 +0000 (13:51 +0000)]
Merge pull request #17276 from tamiko/pathsearch_be_gone
Deprecate PathSearch, remove internal use
Matthias Maier [Sun, 21 Jul 2024 11:35:56 +0000 (06:35 -0500)]
tests: fix tests failing due to pathsearch changes
Matthias Maier [Sun, 21 Jul 2024 10:30:36 +0000 (05:30 -0500)]
Doxygen: set up DoxygenLayout.xml "topics" or "modules" depending on doxygen version
Matthias Maier [Sun, 21 Jul 2024 10:41:35 +0000 (10:41 +0000)]
Merge pull request #17278 from marcfehling/msvc-examples-5
Modernized Windows workflow.
David Wells [Thu, 18 Jul 2024 23:19:42 +0000 (19:19 -0400)]
PetscWrappers::VectorBase: add a missing header.
We need this to serialize pairs.
Matthias Maier [Sun, 21 Jul 2024 10:38:16 +0000 (10:38 +0000)]
Merge pull request #17324 from tjhei/tests-step-75-alt
tests/examples/step-75 add output
Martin Kronbichler [Sun, 21 Jul 2024 10:12:38 +0000 (12:12 +0200)]
Merge pull request #17320 from bangerth/try-emplace-task
Add TaskResult::try_emplace_task().
Martin Kronbichler [Sun, 21 Jul 2024 10:11:47 +0000 (12:11 +0200)]
Merge pull request #17315 from bangerth/guards
Move an #ifdef guard.
Martin Kronbichler [Sun, 21 Jul 2024 10:08:59 +0000 (12:08 +0200)]
Merge pull request #17177 from kronbichler/new_mf_transfer
Implement new multigrid transfer with MatrixFree infrastructure
Martin Kronbichler [Sun, 21 Jul 2024 10:04:18 +0000 (12:04 +0200)]
Merge pull request #17303 from peterrum/compute_no_normal_flux_constraints_normal
VectorTools::compute_no_normal_flux_constraints: use mapping in the case of linear manifold
Timo Heister [Sat, 20 Jul 2024 21:13:40 +0000 (17:13 -0400)]
Merge pull request #17319 from bangerth/doc
Add a comment to the documentation of Lazy<T>.
Timo Heister [Sat, 20 Jul 2024 21:12:15 +0000 (17:12 -0400)]
tests/examples/step-75 add output
add second output for avx/avx512
Martin Kronbichler [Sat, 20 Jul 2024 20:25:43 +0000 (22:25 +0200)]
Merge pull request #17307 from bergbauer/consistent_normal_vector
Consistently use interior normal vector
Martin Kronbichler [Sat, 20 Jul 2024 20:24:59 +0000 (22:24 +0200)]
Merge pull request #17297 from bangerth/close
No need to explicity call 'close()' at the end of a scope.
Martin Kronbichler [Sat, 20 Jul 2024 20:24:44 +0000 (22:24 +0200)]
Merge pull request #17295 from bangerth/unsigned
Make some variables 'unsigned'.
Martin Kronbichler [Sat, 20 Jul 2024 20:07:24 +0000 (22:07 +0200)]
Merge pull request #17316 from bangerth/shared
Add a test for shared::Triangulation.
Peter Munch [Fri, 19 Jul 2024 09:53:37 +0000 (11:53 +0200)]
VectorTools::compute_no_normal_flux_constraints: use mapping in the case of linear manifold
Martin Kronbichler [Sat, 20 Jul 2024 07:38:01 +0000 (09:38 +0200)]
Merge pull request #17314 from jpthiele/test-ex-75-avx
Add check for vectorization level to test output of step-75
Wolfgang Bangerth [Thu, 18 Jul 2024 23:13:41 +0000 (17:13 -0600)]
Make some variables 'unsigned'.
Wolfgang Bangerth [Thu, 18 Jul 2024 23:15:14 +0000 (17:15 -0600)]
No need to explicity call 'close()' at the end of a scope.
Wolfgang Bangerth [Sat, 20 Jul 2024 03:08:04 +0000 (21:08 -0600)]
Merge pull request #17310 from tjhei/fix-test-step-34
tests/examples/step-34: remove solver output
Wolfgang Bangerth [Sat, 20 Jul 2024 03:05:57 +0000 (21:05 -0600)]
Merge pull request #17308 from tjhei/fix-test-step33
step-33: disallow MPI
Wolfgang Bangerth [Sat, 20 Jul 2024 03:04:54 +0000 (21:04 -0600)]
Merge pull request #17313 from jpthiele/tpetra-ifpack2-old-trilinos
Guard isSupported check in preconditioners to Trilinos >=13.0.0
Wolfgang Bangerth [Fri, 19 Jul 2024 21:13:54 +0000 (15:13 -0600)]
Add a test for shared::Triangulation.
Wolfgang Bangerth [Sat, 20 Jul 2024 03:03:25 +0000 (21:03 -0600)]
Merge pull request #17209 from vyushut/CTest_step_fifties
testing step-50 to step-59
Wolfgang Bangerth [Fri, 19 Jul 2024 23:50:45 +0000 (17:50 -0600)]
Add a test.
Wolfgang Bangerth [Fri, 19 Jul 2024 23:37:19 +0000 (17:37 -0600)]
Add TaskResult::try_emplace_task().
Timo Heister [Sat, 20 Jul 2024 02:49:10 +0000 (22:49 -0400)]
Merge pull request #17296 from bangerth/check
Check that we can read from/write to streams.
Wolfgang Bangerth [Fri, 19 Jul 2024 22:37:58 +0000 (16:37 -0600)]
Add a comment to the documentation of Lazy<T>.
Wolfgang Bangerth [Fri, 19 Jul 2024 21:08:49 +0000 (15:08 -0600)]
Merge pull request #17311 from kronbichler/fix_ifpack2
Fix Ifpack2 preconditioner type
Wolfgang Bangerth [Fri, 19 Jul 2024 21:02:03 +0000 (15:02 -0600)]
Move an #ifdef guard.
Jan Philipp Thiele [Fri, 19 Jul 2024 18:07:15 +0000 (20:07 +0200)]
Guard isSupported check in preconditioners to Trilinos >=13.0.0
Jan Philipp Thiele [Fri, 19 Jul 2024 19:09:35 +0000 (21:09 +0200)]
Specify vectorization level for ex-75 test
Vladimir Yushutin [Thu, 4 Jul 2024 17:19:49 +0000 (13:19 -0400)]
testing step 50 to step 59.FINAL
Martin Kronbichler [Fri, 19 Jul 2024 17:07:25 +0000 (19:07 +0200)]
Fix Ifpack2 preconditioner type
Timo Heister [Fri, 19 Jul 2024 16:58:44 +0000 (12:58 -0400)]
tests/examples/step-34: remove solver output
Timo Heister [Fri, 19 Jul 2024 16:23:52 +0000 (12:23 -0400)]
step-33: disallow MPI
Wolfgang Bangerth [Fri, 19 Jul 2024 16:17:41 +0000 (10:17 -0600)]
Merge pull request #17292 from jpthiele/tpetra-tests-chunk2
Add set of passing Tpetra tests
Wolfgang Bangerth [Thu, 18 Jul 2024 23:14:39 +0000 (17:14 -0600)]
Check that we can read from/write to streams.
Martin Kronbichler [Fri, 19 Jul 2024 16:15:28 +0000 (18:15 +0200)]
Merge pull request #17183 from jpthiele/tpetra-precon
Add wrappers for Tpetra Ifpack2 preconditioners
Wolfgang Bangerth [Fri, 19 Jul 2024 16:14:22 +0000 (10:14 -0600)]
Merge pull request #17293 from jpthiele/changes-file-amesos2
Add missing changes file for Tpetra Amesos2 interface
Maximilian Bergbauer [Fri, 19 Jul 2024 14:32:06 +0000 (16:32 +0200)]
Consistently use interior normal vector
Jan Philipp Thiele [Fri, 19 Jul 2024 11:49:45 +0000 (13:49 +0200)]
Add set of passing Tpetra tests
Jan Philipp Thiele [Thu, 18 Jul 2024 16:42:37 +0000 (18:42 +0200)]
Add Tpetra wrappers for Trilinos Ifpack2 preconditioners
Martin Kronbichler [Fri, 19 Jul 2024 09:48:00 +0000 (11:48 +0200)]
Merge pull request #17301 from bangerth/rename
Rename a private member variable.
Jan Philipp Thiele [Thu, 18 Jul 2024 21:25:11 +0000 (23:25 +0200)]
Add missing changes file for Tpetra Amesos2 interface
Martin Kronbichler [Fri, 19 Jul 2024 07:09:29 +0000 (09:09 +0200)]
Merge pull request #17287 from bergbauer/divergence
Implement divergence for FEPointEvaluation
Martin Kronbichler [Fri, 19 Jul 2024 07:08:57 +0000 (09:08 +0200)]
Merge pull request #17288 from bergbauer/normal_derivative
Implement normal_derivative for FEPointEvaluation
Peter Munch [Fri, 19 Jul 2024 07:02:13 +0000 (09:02 +0200)]
Merge pull request #17294 from bangerth/basename
Name variables according to their purpose.
Martin Kronbichler [Fri, 19 Jul 2024 05:02:04 +0000 (07:02 +0200)]
Merge pull request #17284 from bangerth/topic
Use 'topic' instead of 'module' in the documentation.
Wolfgang Bangerth [Fri, 19 Jul 2024 03:43:57 +0000 (21:43 -0600)]
Rename a private member variable.
Wolfgang Bangerth [Thu, 18 Jul 2024 22:29:29 +0000 (16:29 -0600)]
Name variables according to their purpose.
Wolfgang Bangerth [Wed, 17 Jul 2024 16:40:10 +0000 (10:40 -0600)]
Use 'topic' instead of 'module' in the documentation.
Timo Heister [Thu, 18 Jul 2024 19:43:00 +0000 (15:43 -0400)]
Merge pull request #17130 from vyushut/CTest_step_thirties
Converting the step30-39 tutorials to CTests.
Timo Heister [Thu, 18 Jul 2024 19:28:13 +0000 (15:28 -0400)]
Merge pull request #17232 from vyushut/CTest_step_sixties
Testing step-60 to step-69.
Martin Kronbichler [Thu, 18 Jul 2024 17:30:17 +0000 (19:30 +0200)]
Merge pull request #17289 from kronbichler/fix-doc
Improve documentation of FEEvaluation::submit_xxx()
Martin Kronbichler [Thu, 18 Jul 2024 17:23:28 +0000 (19:23 +0200)]
Merge pull request #17290 from drwells/hp-collection-iterators
Add more comparisons to hp::Collection::CollectionIterator.
Vladimir Yushutin [Fri, 5 Jul 2024 17:49:21 +0000 (13:49 -0400)]
the vtk's are outputted now
Vladimir Yushutin [Tue, 9 Jul 2024 15:44:22 +0000 (11:44 -0400)]
step-62 and step-66 are omitted for now.
David Wells [Thu, 18 Jul 2024 13:31:11 +0000 (09:31 -0400)]
hp::Collection::CollectionIterator: add some more comparisons.
These are required by _GLIBCXX_DEBUG.
David Wells [Thu, 18 Jul 2024 13:30:04 +0000 (09:30 -0400)]
hp::Collection::CollectionIterator: give an exception a name.
Maximilian Bergbauer [Thu, 18 Jul 2024 12:54:13 +0000 (14:54 +0200)]
Derivative instead of gradient
Maximilian Bergbauer [Thu, 18 Jul 2024 09:00:36 +0000 (11:00 +0200)]
Implement divergence for FEPointEvaluation
Martin Kronbichler [Thu, 18 Jul 2024 11:47:41 +0000 (13:47 +0200)]
Improve documentation of FEEvaluation::submit_xxx()
Maximilian Bergbauer [Thu, 18 Jul 2024 11:08:53 +0000 (13:08 +0200)]
Implement normal_derivative for FEPointEvaluation
Martin Kronbichler [Thu, 18 Jul 2024 10:47:37 +0000 (12:47 +0200)]
Fix Windows compile
Marc Fehling [Thu, 18 Jul 2024 10:04:05 +0000 (12:04 +0200)]
Disable parallel testing to prevent file locking issue.
Marc Fehling [Wed, 17 Jul 2024 11:56:27 +0000 (13:56 +0200)]
Modernized Windows workflow.
Marc Fehling [Wed, 17 Jul 2024 12:10:26 +0000 (14:10 +0200)]
No need to specify shell.
Martin Kronbichler [Thu, 18 Jul 2024 09:53:53 +0000 (11:53 +0200)]
Merge pull request #15540 from bangerth/step-86
step-86: Use reasonable time stepping for a heat equation solver.
Martin Kronbichler [Thu, 18 Jul 2024 09:50:13 +0000 (11:50 +0200)]
Merge pull request #17267 from jpthiele/fix-tests-70s
Add mpirun for steps 70 & 75 output files
Marc Fehling [Thu, 18 Jul 2024 09:45:17 +0000 (11:45 +0200)]
Merge pull request #17285 from bangerth/doc
Add to the documentation of FEFieldFunction.
Martin Kronbichler [Wed, 26 Jun 2024 20:14:57 +0000 (22:14 +0200)]
Use new transfer type in benchmark
Martin Kronbichler [Wed, 26 Jun 2024 20:14:06 +0000 (22:14 +0200)]
New test cases
Martin Kronbichler [Wed, 26 Jun 2024 20:13:27 +0000 (22:13 +0200)]
Implement new multigrid transfer (for p-multigrid)
Marc Fehling [Thu, 18 Jul 2024 09:44:30 +0000 (11:44 +0200)]
Merge pull request #17280 from bangerth/string
Do not convert a std::string to a std::string.
Marc Fehling [Thu, 18 Jul 2024 09:44:12 +0000 (11:44 +0200)]
Merge pull request #17282 from bangerth/typo
Fix a typo.
Wolfgang Bangerth [Thu, 18 Jul 2024 03:32:04 +0000 (21:32 -0600)]
Merge pull request #17273 from peterrum/tria_data
Triangulation: pack/unpack fixed/variable data
Wolfgang Bangerth [Wed, 17 Jul 2024 22:14:45 +0000 (16:14 -0600)]
Merge pull request #17277 from tamiko/pathsearch_remove_internal_use
`Parameterhandler`/`ParameterAcceptor`: do not use `PathSearch::ExcFileNotFound`
Daniel Arndt [Wed, 17 Jul 2024 21:34:27 +0000 (17:34 -0400)]
Merge pull request #17283 from stefanozampini/fix-dev-docs
fix petsc installation readme
Wolfgang Bangerth [Tue, 9 Jul 2024 21:26:52 +0000 (15:26 -0600)]
Talk about parallel runs.
Wolfgang Bangerth [Tue, 9 Jul 2024 21:14:26 +0000 (15:14 -0600)]
Read input file name from the command line.
Wolfgang Bangerth [Tue, 9 Jul 2024 21:14:15 +0000 (15:14 -0600)]
Adjust to updated callback names.
Wolfgang Bangerth [Mon, 1 Jul 2024 23:10:14 +0000 (17:10 -0600)]
Leave a note about DAEs.
Wolfgang Bangerth [Fri, 28 Jun 2024 22:20:07 +0000 (16:20 -0600)]
Hook in step-86.
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.