]>
https://gitweb.dealii.org/ - code-gallery.git/log
Ester [Mon, 11 May 2020 20:31:45 +0000 (16:31 -0400)]
Initial source code and documentation
Jean-Paul Pelteret [Tue, 9 Jun 2020 16:58:56 +0000 (18:58 +0200)]
Merge pull request #49 from jcc242/parallel_in_time
Parallel in time
Jean-Paul Pelteret [Fri, 22 May 2020 21:11:16 +0000 (23:11 +0200)]
Fix test warnings and output
Jean-Paul Pelteret [Fri, 22 May 2020 20:36:56 +0000 (22:36 +0200)]
Tweak source files
Standardisation of includes; Remove some compilation warnings
Jean-Paul Pelteret [Fri, 22 May 2020 20:46:59 +0000 (22:46 +0200)]
Update Readme.md
Jean-Paul Pelteret [Fri, 22 May 2020 20:35:14 +0000 (22:35 +0200)]
Update CMakeLists.txt
Bruno Turcksin [Mon, 25 May 2020 01:03:06 +0000 (21:03 -0400)]
Merge pull request #77 from jppelteret/update_deal_II_9_1
Jean-Paul Pelteret [Sat, 23 May 2020 18:58:19 +0000 (20:58 +0200)]
Update to deal.II 9.1: two_phase_flow
Jean-Paul Pelteret [Sat, 23 May 2020 18:45:47 +0000 (20:45 +0200)]
Update to deal.II 9.1: time_dependent_navier_stokes
Jean-Paul Pelteret [Sat, 23 May 2020 17:33:38 +0000 (19:33 +0200)]
Update to deal.II 9.1: Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity
Jean-Paul Pelteret [Sat, 23 May 2020 16:24:04 +0000 (18:24 +0200)]
Update to deal.II 9.1: Quasi_static_Finite_strain_Compressible_Elasticity
Jean-Paul Pelteret [Sat, 23 May 2020 16:19:53 +0000 (18:19 +0200)]
Update to deal.II 9.1: MultipointFluxMixedFiniteElementMethods
Jean-Paul Pelteret [Sat, 23 May 2020 16:15:34 +0000 (18:15 +0200)]
Update to deal.II 9.1: Linear_Elastic_Active_Skeletal_Muscle_Model
Jean-Paul Pelteret [Sat, 23 May 2020 16:09:54 +0000 (18:09 +0200)]
Update to deal.II 9.1: goal_oriented_elastoplasticity
Jean-Paul Pelteret [Sat, 23 May 2020 15:58:00 +0000 (17:58 +0200)]
Update to deal.II 9.1: ElastoplasticTorsion
Jean-Paul Pelteret [Sat, 23 May 2020 15:56:31 +0000 (17:56 +0200)]
Update to deal.II 9.1: Distributed_LDG_Method
Jean-Paul Pelteret [Sat, 23 May 2020 15:54:30 +0000 (17:54 +0200)]
Add IDE related files to .gitignore
Jean-Paul Pelteret [Sat, 23 May 2020 15:53:12 +0000 (17:53 +0200)]
Update to deal.II 9.1: Ceres
Jean-Paul Pelteret [Sat, 23 May 2020 15:47:11 +0000 (17:47 +0200)]
Add build folders to .gitignore
Jean-Paul Pelteret [Sat, 23 May 2020 10:01:01 +0000 (12:01 +0200)]
Update to deal.II 9.1: cdr
Jean-Paul Pelteret [Sat, 23 May 2020 09:54:06 +0000 (11:54 +0200)]
Document code maintenance procedure
Timo Heister [Mon, 18 May 2020 19:56:09 +0000 (15:56 -0400)]
Merge pull request #75 from drwells/headers-2
Fix some #includes on noncompiled source files
David Wells [Mon, 18 May 2020 18:42:03 +0000 (14:42 -0400)]
Fix some #includes on noncompiled source files
David Wells [Mon, 18 May 2020 18:39:43 +0000 (14:39 -0400)]
Merge pull request #41 from bangerth/fix-elastoplastic
Do not make a variable 'static' in the elastoplastic code gallery.
David Wells [Mon, 18 May 2020 18:35:07 +0000 (14:35 -0400)]
Merge pull request #61 from bangerth/depr
Avoid deprecated stuff.
Matthias Maier [Mon, 18 May 2020 17:45:17 +0000 (12:45 -0500)]
Merge pull request #74 from drwells/fix-virtual-warnings
Fix virtual warnings
Matthias Maier [Mon, 18 May 2020 17:44:49 +0000 (12:44 -0500)]
Merge pull request #73 from drwells/cleanup-removed-features
Cleanup removed features
David Wells [Mon, 18 May 2020 17:26:38 +0000 (13:26 -0400)]
cleanup whitespace
David Wells [Mon, 18 May 2020 17:26:18 +0000 (13:26 -0400)]
Remove a pessimizing move.
Also a GCC warning.
David Wells [Mon, 18 May 2020 17:25:59 +0000 (13:25 -0400)]
Add some virtual dtors.
GCC warns about this since the class has a virtual function.
David Wells [Mon, 18 May 2020 17:16:44 +0000 (13:16 -0400)]
Avoid using DataOut::active_cell_iterator.
This was recently removed from deal.II.
David Wells [Mon, 18 May 2020 17:02:29 +0000 (13:02 -0400)]
Remove #includes of headers removed in 9.2.
Timo Heister [Mon, 4 May 2020 17:46:15 +0000 (13:46 -0400)]
Merge pull request #70 from bangerth/corrections
Minor corrections to a recent code gallery addition
Timo Heister [Mon, 4 May 2020 17:46:00 +0000 (13:46 -0400)]
Merge pull request #71 from bangerth/ref
Fix a wrong glossary reference.
Wolfgang Bangerth [Mon, 4 May 2020 17:02:33 +0000 (11:02 -0600)]
Fix a wrong glossary reference.
Wolfgang Bangerth [Mon, 4 May 2020 16:59:01 +0000 (10:59 -0600)]
Use correct latex markup.
Wolfgang Bangerth [Mon, 4 May 2020 16:52:09 +0000 (10:52 -0600)]
Reduce the number of tutorials this program 'depends on'.
Daniel Arndt [Fri, 1 May 2020 16:23:29 +0000 (12:23 -0400)]
Merge pull request #67 from tjhei/doxygen_fix
Timo Heister [Fri, 1 May 2020 16:21:21 +0000 (12:21 -0400)]
fix doxygen warning
Timo Heister [Fri, 1 May 2020 16:20:22 +0000 (12:20 -0400)]
Merge pull request #32 from Jie-Cheng/time-dependent-navier-stokes
Time-dependent Navier-Stokes
Timo Heister [Fri, 1 May 2020 15:54:45 +0000 (11:54 -0400)]
remove warning
Timo Heister [Fri, 1 May 2020 15:54:40 +0000 (11:54 -0400)]
fix cmake config
Wolfgang Bangerth [Fri, 17 Jan 2020 21:58:20 +0000 (14:58 -0700)]
Merge pull request #65 from krishnakumarg1984/tutorial_dag_fix
cleanup tutorial DAG for couple of code-gallery programs
Krishnakumar Gopalakrishnan [Fri, 17 Jan 2020 21:35:21 +0000 (21:35 +0000)]
cleanup tutorial DAG for coupel of code-gallery programs
Timo Heister [Fri, 17 Jan 2020 01:12:47 +0000 (20:12 -0500)]
Merge pull request #64 from bangerth/fix
Fix a bug in the Metropolis-Hastings solver.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:49:57 +0000 (14:49 -0700)]
Simplify the code slightly.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:25:30 +0000 (14:25 -0700)]
Adjust the number of samples to be computed.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:23:30 +0000 (14:23 -0700)]
Adjust the proposal distribution to get a particular acceptance ratio.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:22:59 +0000 (14:22 -0700)]
Pad output file names to a uniform length appropriate for unsigned integers.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:22:34 +0000 (14:22 -0700)]
Increase the precision of the output.
Wolfgang Bangerth [Thu, 16 Jan 2020 21:22:13 +0000 (14:22 -0700)]
Augment documentation.
Wolfgang Bangerth [Thu, 2 Jan 2020 01:06:46 +0000 (18:06 -0700)]
Fix a bug in the Metropolis-Hastings solver.
Wolfgang Bangerth [Fri, 21 Jun 2019 23:07:43 +0000 (17:07 -0600)]
Avoid deprecated stuff.
Wolfgang Bangerth [Sat, 15 Jun 2019 22:29:49 +0000 (16:29 -0600)]
Merge pull request #60 from jppelteret/Magneto_Active_Polymers_Book-01
Add placeholder for Magneto-active polymers book
Jean-Paul Pelteret [Wed, 12 Jun 2019 15:04:03 +0000 (17:04 +0200)]
Add placeholder for Magneto-active polymers book
Wolfgang Bangerth [Wed, 22 May 2019 03:33:52 +0000 (21:33 -0600)]
Merge pull request #58 from tamiko/update_to_9.1-4
ElastoplasticTorsion: Update to 9.1
Wolfgang Bangerth [Wed, 22 May 2019 03:33:38 +0000 (21:33 -0600)]
Merge pull request #56 from tamiko/update_to_9.1-2
CeresFE: Update to 9.1
Wolfgang Bangerth [Wed, 22 May 2019 01:44:57 +0000 (19:44 -0600)]
Merge pull request #57 from tamiko/update_to_9.1-3
Distributed_LDG_Method: Update to 9.1
Wolfgang Bangerth [Wed, 22 May 2019 01:44:03 +0000 (19:44 -0600)]
Merge pull request #59 from tamiko/update_to_9.1-5
elastoplasticity: Update to 9.1
Wolfgang Bangerth [Wed, 22 May 2019 00:58:28 +0000 (18:58 -0600)]
Merge pull request #55 from tamiko/update_to_9.1
cdr: Update to 9.1
Matthias Maier [Tue, 21 May 2019 20:08:31 +0000 (15:08 -0500)]
update FunctionMap
Matthias Maier [Tue, 21 May 2019 20:06:26 +0000 (15:06 -0500)]
Use AffineConstraints<double>
Matthias Maier [Tue, 21 May 2019 20:02:38 +0000 (15:02 -0500)]
Update FunctionMap
Matthias Maier [Tue, 21 May 2019 20:00:59 +0000 (15:00 -0500)]
use AffineConstraints<double>
Matthias Maier [Tue, 21 May 2019 19:58:32 +0000 (14:58 -0500)]
use AffineConstraints<double>
Matthias Maier [Tue, 21 May 2019 19:54:56 +0000 (14:54 -0500)]
update FunctionMap
Matthias Maier [Tue, 21 May 2019 19:53:16 +0000 (14:53 -0500)]
use AffineConstraints<double>
Matthias Maier [Tue, 21 May 2019 19:53:06 +0000 (14:53 -0500)]
remove obsolete header file
Matthias Maier [Tue, 21 May 2019 19:50:43 +0000 (14:50 -0500)]
use affine_constraints.h
Matthias Maier [Tue, 21 May 2019 19:46:14 +0000 (14:46 -0500)]
cdr: Do not use deprecated FunctionMap type
Matthias Maier [Tue, 21 May 2019 19:41:20 +0000 (14:41 -0500)]
cdr: use affine_constraints.h
Matthias Maier [Tue, 21 May 2019 19:40:17 +0000 (14:40 -0500)]
cdr: Use AffineConstraints<double>
Timo Heister [Tue, 16 Apr 2019 23:40:43 +0000 (17:40 -0600)]
Merge pull request #54 from bangerth/update
Update the MCMC-Laplace Readme.md file.
Wolfgang Bangerth [Tue, 16 Apr 2019 23:19:39 +0000 (17:19 -0600)]
Update the MCMC-Laplace Readme.md file.
Timo Heister [Thu, 28 Mar 2019 16:12:10 +0000 (10:12 -0600)]
Merge pull request #52 from bangerth/mcmc-laplace
Add a code that solves a Bayesian inverse problem
Wolfgang Bangerth [Thu, 28 Mar 2019 15:49:12 +0000 (09:49 -0600)]
Require deal.II 9.1.
Wolfgang Bangerth [Thu, 28 Mar 2019 15:20:03 +0000 (09:20 -0600)]
Tabulate the exact measurement values, rather than compute them on the fly.
Wolfgang Bangerth [Thu, 28 Mar 2019 15:09:11 +0000 (09:09 -0600)]
Use the correct quadrature formula order.
Wolfgang Bangerth [Thu, 28 Mar 2019 13:13:22 +0000 (07:13 -0600)]
Update an outdated program name.
Wolfgang Bangerth [Wed, 27 Mar 2019 22:54:02 +0000 (16:54 -0600)]
Make all but one of the changes requested by Timo. They are all no-ops
-- the output is the exact same as before.
Jean-Paul Pelteret [Wed, 20 Mar 2019 17:34:18 +0000 (18:34 +0100)]
Merge pull request #53 from bangerth/language
Fix a language issue.
Wolfgang Bangerth [Wed, 20 Mar 2019 16:58:48 +0000 (10:58 -0600)]
Fix a language issue.
Wolfgang Bangerth [Wed, 20 Mar 2019 14:55:20 +0000 (08:55 -0600)]
Write the documentation.
Wolfgang Bangerth [Thu, 31 Jan 2019 03:27:32 +0000 (20:27 -0700)]
Write the program that samples from the posterior probability.
Denis Davydov [Thu, 31 Jan 2019 04:14:05 +0000 (05:14 +0100)]
Merge pull request #51 from bangerth/update-goal-oriented
Update the readme.md file of a code gallery code.
Wolfgang Bangerth [Sun, 12 Jun 2016 23:17:36 +0000 (18:17 -0500)]
Update readme.md.
Joshua Christopher [Fri, 1 Jun 2018 16:36:17 +0000 (10:36 -0600)]
Fixed CMake so test will build correctly
Joshua Christopher [Sat, 19 May 2018 04:03:41 +0000 (22:03 -0600)]
Added a ton more documentation, proofread the Readme, removed some extra cmake lines that weren't needed
Daniel Arndt [Wed, 16 May 2018 14:33:33 +0000 (16:33 +0200)]
Merge pull request #45 from tamiko/ceres_fixes
Ceres: Fix CMakeLists.txt, add libconfig dependency
Matthias Maier [Thu, 10 May 2018 23:14:36 +0000 (18:14 -0500)]
add library variant
Matthias Maier [Thu, 10 May 2018 22:32:51 +0000 (17:32 -0500)]
Put verbose deal.II error message back in place
Jie Cheng [Tue, 15 May 2018 01:41:32 +0000 (21:41 -0400)]
Update docs
Matthias Maier [Thu, 10 May 2018 22:26:19 +0000 (17:26 -0500)]
reindent
Daniel Arndt [Thu, 10 May 2018 13:36:57 +0000 (15:36 +0200)]
Fix Readme.md
Daniel Arndt [Thu, 10 May 2018 13:32:46 +0000 (15:32 +0200)]
Make Ceres compile without warnings
Matthias Maier [Thu, 10 May 2018 11:38:04 +0000 (06:38 -0500)]
Ceres: Fix CMakeLists.txt, add libconfig dependency
Jean-Paul Pelteret [Thu, 10 May 2018 14:04:14 +0000 (16:04 +0200)]
Merge pull request #48 from masterleinad/fix_gcc_9_deprecations
Avoid using the deprecated functions
Daniel Arndt [Thu, 10 May 2018 12:55:44 +0000 (14:55 +0200)]
Avoid using the deprecated functions
Daniel Arndt [Thu, 10 May 2018 14:01:34 +0000 (16:01 +0200)]
Bump the required deal.II version to 9.0
Joshua Christopher [Tue, 8 May 2018 14:30:47 +0000 (08:30 -0600)]
Proofreading of Readme, added grid convergence figure, updated strong scaling figure, added more docs to BraidFuncs.cc
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.