]>
https://gitweb.dealii.org/ - code-gallery.git/log
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
Denis Davydov [Wed, 25 Apr 2018 13:13:04 +0000 (15:13 +0200)]
Merge pull request #44 from jppelteret/CQSFS_elas_03
Update the readme file of the cook membrane example.
Jean-Paul Pelteret [Wed, 25 Apr 2018 12:56:59 +0000 (14:56 +0200)]
Update the readme file of the cook membrane example.
Wolfgang Bangerth [Mon, 23 Apr 2018 22:02:33 +0000 (16:02 -0600)]
Merge pull request #40 from masterleinad/indenting
Apply indenting script
Daniel Arndt [Mon, 23 Apr 2018 21:56:36 +0000 (23:56 +0200)]
Apply indenting script
Denis Davydov [Mon, 23 Apr 2018 08:19:44 +0000 (10:19 +0200)]
Merge pull request #43 from jppelteret/CQSFS_elas_update_02
Use function from Physics module instead of hardcoded equivalent
Jean-Paul Pelteret [Mon, 23 Apr 2018 08:18:46 +0000 (10:18 +0200)]
Remove obsolete StandardTensors class from Cook membrane problem
Jean-Paul Pelteret [Mon, 23 Apr 2018 07:54:45 +0000 (09:54 +0200)]
Use function from Physics module instead of hardcoded equivalent
Since the addition of fixes to the AD number support, all of the functions in the Physics module now work with all of our supported AD number types. Previously, this line would not compile for nested Sacado Rad-DFad types.
Daniel Arndt [Tue, 27 Mar 2018 13:19:59 +0000 (20:19 +0700)]
Merge pull request #42 from bangerth/minor-edits
Minor edits to grammar and formulas.
Wolfgang Bangerth [Mon, 26 Mar 2018 20:36:51 +0000 (14:36 -0600)]
Minor edits to grammar and formulas.
Wolfgang Bangerth [Sat, 17 Mar 2018 04:12:32 +0000 (22:12 -0600)]
Merge pull request #39 from masterleinad/fix_code_gallery
Fix compiler errors and warnings
Daniel Arndt [Tue, 13 Mar 2018 23:50:27 +0000 (00:50 +0100)]
Fix two_phase_flow
Daniel Arndt [Tue, 13 Mar 2018 23:49:35 +0000 (00:49 +0100)]
Fix Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity
Daniel Arndt [Tue, 13 Mar 2018 23:48:47 +0000 (00:48 +0100)]
Fix Quasi_static_Finite_strain_Compressible_Elasticity
Daniel Arndt [Tue, 13 Mar 2018 23:47:56 +0000 (00:47 +0100)]
Fix Linear_Elastic_Active_Skeletal_Muscle_Model
Daniel Arndt [Tue, 13 Mar 2018 23:47:03 +0000 (00:47 +0100)]
Fix goal_oriented_elastoplasticity
Daniel Arndt [Tue, 13 Mar 2018 23:46:16 +0000 (00:46 +0100)]
Fix ElastoplasticTorsion
Daniel Arndt [Tue, 13 Mar 2018 23:45:22 +0000 (00:45 +0100)]
Fix CeresFE
Daniel Arndt [Tue, 13 Mar 2018 23:44:27 +0000 (00:44 +0100)]
Fix cdr
Daniel Arndt [Thu, 15 Mar 2018 11:29:52 +0000 (12:29 +0100)]
Merge pull request #37 from bangerth/make-compile
Update code gallery code to make it compile cleanly.
Daniel Arndt [Sun, 11 Mar 2018 09:44:21 +0000 (10:44 +0100)]
Merge pull request #38 from bangerth/update-data-postprocessor
Update the way we use DataPostprocessor in the two-phase-flow code gallery.
Wolfgang Bangerth [Sun, 11 Mar 2018 06:40:43 +0000 (23:40 -0700)]
Update the way we use DataPostprocessor in the two-phase-flow code gallery.
Wolfgang Bangerth [Sat, 10 Mar 2018 16:49:32 +0000 (09:49 -0700)]
Update code gallery code to make it compile cleanly.
Specifically, remove inclusion of a header file that is (i) no longer around, and
(ii) apparently not needed. Also avoid calling a deprecated function.
Wolfgang Bangerth [Fri, 9 Mar 2018 02:45:44 +0000 (19:45 -0700)]
Merge pull request #36 from tamiko/update_code_gallery
CMake update and slight rewording of README.md
Matthias Maier [Thu, 8 Mar 2018 16:59:56 +0000 (10:59 -0600)]
Remove unnecessary CMakeLists.txt file
We will add a hook in the main deal.II directory to simultaneously build
all code-gallery examples (as part of the main build) instead.
Matthias Maier [Thu, 8 Mar 2018 16:59:30 +0000 (10:59 -0600)]
Reword README.md instructions
Wolfgang Bangerth [Mon, 29 Jan 2018 20:57:10 +0000 (13:57 -0700)]
Merge pull request #35 from eldarkh/code-gallery-mfmfe
Multipoint Flux Mixed Finite Element method with deal.II
Eldar Khattatov [Mon, 29 Jan 2018 20:40:15 +0000 (15:40 -0500)]
Code gallery: MFMFE
Jean-Paul Pelteret [Thu, 11 Jan 2018 07:32:39 +0000 (08:32 +0100)]
Merge pull request #34 from jppelteret/QSFSCE-ad
Modernise and add assembly for cook membrane problem using automatic differentiation
Jean-Paul Pelteret [Fri, 1 Dec 2017 05:38:04 +0000 (07:38 +0200)]
Add assembly for cook membrane problem using automatic differentiation
Jean-Paul Pelteret [Tue, 28 Nov 2017 08:47:10 +0000 (10:47 +0200)]
Make cook membrane problem dimension independent
Wolfgang Bangerth [Tue, 25 Apr 2017 12:38:29 +0000 (06:38 -0600)]
Merge pull request #29 from jppelteret/linear_muscle_model
Linear Elastic Active Skeletal Muscle Model
Jean-Paul Pelteret [Thu, 6 Apr 2017 12:16:10 +0000 (14:16 +0200)]
Add DOI and funding acknowledgement
Bruno Turcksin [Mon, 3 Apr 2017 12:20:59 +0000 (08:20 -0400)]
Merge pull request #31 from jppelteret/add_doi_01
Add citations and funding acknowledgement
Jean-Paul Pelteret [Mon, 3 Apr 2017 06:03:30 +0000 (08:03 +0200)]
Add citations and funding acknowledgement
Wolfgang Bangerth [Fri, 31 Mar 2017 22:57:53 +0000 (16:57 -0600)]
Merge pull request #30 from mdh266/my-code-gallery-project
Fixed some of the typos in latex.
Mike [Fri, 31 Mar 2017 22:49:02 +0000 (18:49 -0400)]
Fixed some of the typos in latex.
Wolfgang Bangerth [Thu, 30 Mar 2017 13:44:47 +0000 (07:44 -0600)]
Merge pull request #28 from mdh266/my-code-gallery-project
Added distributed LDG method
Jean-Paul Pelteret [Tue, 21 Mar 2017 10:21:08 +0000 (10:21 +0000)]
Linear Elastic Active Skeletal Muscle Model
In this example we present an implementation of a linearised active
skeletal muscle model with application to the simulation concentric
contraction of the human biceps brachii.
Mike [Wed, 15 Mar 2017 20:11:33 +0000 (16:11 -0400)]
Fixing typos and the level to cell id in assembling flux terms.
Mike [Sun, 12 Mar 2017 14:55:07 +0000 (10:55 -0400)]
Adding references and image.
Mike [Thu, 9 Mar 2017 02:50:51 +0000 (21:50 -0500)]
Edited typos in the readme.
Mike [Wed, 8 Mar 2017 17:37:37 +0000 (12:37 -0500)]
Added distributed LDG method
Timo Heister [Thu, 2 Mar 2017 15:29:05 +0000 (10:29 -0500)]
Merge pull request #26 from bangerth/add-links
Add more links to the code gallery git repo.
Jean-Paul Pelteret [Thu, 2 Mar 2017 14:39:24 +0000 (15:39 +0100)]
Merge pull request #27 from bangerth/fix-buildson-entry
Fix builds-on entry.
Wolfgang Bangerth [Thu, 2 Mar 2017 14:36:12 +0000 (07:36 -0700)]
Fix builds-on entry.
Wolfgang Bangerth [Thu, 2 Mar 2017 14:27:57 +0000 (07:27 -0700)]
Add more links to the code gallery git repo.
Wolfgang Bangerth [Wed, 1 Mar 2017 17:40:38 +0000 (10:40 -0700)]
Merge pull request #25 from dealii/update_README_01
Update README
Jean-Paul Pelteret [Wed, 1 Mar 2017 15:22:51 +0000 (16:22 +0100)]
Update README
Add instructions on how to build the doxygen documentation
Wolfgang Bangerth [Fri, 24 Feb 2017 13:40:42 +0000 (06:40 -0700)]
Merge pull request #23 from jppelteret/QS_FS_ViscoElasticity
Quasi-static Finite-Strain Quasi-incompressible Visco-elasticity
Wolfgang Bangerth [Fri, 24 Feb 2017 03:25:49 +0000 (20:25 -0700)]
Merge pull request #24 from elstargazer/CeresFE
updated ceres.cc to include output of core-mantle boundary
Roger Fu [Thu, 23 Feb 2017 23:51:11 +0000 (18:51 -0500)]
added comment about appending to physical_time.txt in case of interruption
Roger Fu [Thu, 23 Feb 2017 23:48:37 +0000 (18:48 -0500)]
deleted commented code
Roger Fu [Thu, 23 Feb 2017 20:01:07 +0000 (15:01 -0500)]
updated ceres.cc to include output of core-mantle boundary
Jean-Paul Pelteret [Tue, 14 Feb 2017 08:44:40 +0000 (09:44 +0100)]
Quasi-static Finite-Strain Quasi-incompressible Visco-elasticity.
In this example, we extend step-44 to parallel and implement a
rate-dependent constitutive law. We demonstrate the material behaviour
by loading a thin strip with a hole in its centre in tension, and track
the displacement of several vertices over time.
Wolfgang Bangerth [Thu, 15 Sep 2016 16:18:59 +0000 (17:18 +0100)]
Merge pull request #21 from manuel-quezada/my-code-gallery-project
Multiphase Navier-Stokes solver
Manuel Quezada de Luna [Thu, 8 Sep 2016 21:57:33 +0000 (16:57 -0500)]
My project: two phase flow simulations. See results in doc/results
Wolfgang Bangerth [Sun, 19 Jun 2016 02:27:19 +0000 (21:27 -0500)]
Merge pull request #20 from elstargazer/CeresFE
CeresFE ready to push
Roger Fu [Thu, 16 Jun 2016 13:19:51 +0000 (09:19 -0400)]
squashed commits?
Denis Davydov [Fri, 27 May 2016 23:32:19 +0000 (01:32 +0200)]
Merge pull request #19 from bangerth/doc-update
Update readme.md.
Wolfgang Bangerth [Fri, 27 May 2016 23:14:27 +0000 (18:14 -0500)]
Update readme.md.
Denis Davydov [Fri, 27 May 2016 15:44:06 +0000 (17:44 +0200)]
Merge pull request #18 from bangerth/add-goal-oriented-elastoplasticity
Add a goal oriented elastoplasticity program
Wolfgang Bangerth [Fri, 27 May 2016 15:31:49 +0000 (10:31 -0500)]
Minor edits to the readme file.
Wolfgang Bangerth [Thu, 26 May 2016 23:21:13 +0000 (18:21 -0500)]
Use the usual indentation style.
Shahram Ghorashi [Thu, 26 May 2016 23:19:31 +0000 (18:19 -0500)]
Add initial version of the project.
These are the files as provided by Shahram Ghorashi.
David Wells [Wed, 17 Feb 2016 03:44:06 +0000 (22:44 -0500)]
Merge pull request #17 from dealii/make-tooltip-uniform
Make tooltip files more uniform.
Wolfgang Bangerth [Wed, 17 Feb 2016 03:36:14 +0000 (21:36 -0600)]
Make tooltip files more uniform.
Wolfgang Bangerth [Mon, 15 Feb 2016 15:46:26 +0000 (09:46 -0600)]
Merge pull request #16 from drwells/add-separate-entry-name
Add printable names to each entry.
David Wells [Sun, 14 Feb 2016 19:58:38 +0000 (14:58 -0500)]
Add printable names to each entry.
Presently there are three code gallery entries and each one has a
slightly different naming convention. This commit adds a 'printable'
name to each entry which will make the presentation uniform.
Wolfgang Bangerth [Mon, 11 Jan 2016 14:49:43 +0000 (08:49 -0600)]
Merge pull request #15 from drwells/pass-std-function-by-reference
Pass std::function instances by reference.
David Wells [Mon, 11 Jan 2016 14:41:02 +0000 (09:41 -0500)]
Pass std::function instances by reference.
Wolfgang Bangerth [Mon, 11 Jan 2016 02:27:40 +0000 (20:27 -0600)]
Merge pull request #14 from drwells/update-cdr
Update cdr
David Wells [Sat, 9 Jan 2016 20:37:39 +0000 (15:37 -0500)]
Fix a bug with the call to SolutionTransfer.
David Wells [Sat, 9 Jan 2016 19:18:17 +0000 (14:18 -0500)]
Improve the refine_mesh function.
David Wells [Sat, 9 Jan 2016 20:12:26 +0000 (15:12 -0500)]
Prefer 'get_triangulation' to 'get_tria'.
The latter has been deprecated.
David Wells [Sat, 9 Jan 2016 20:04:16 +0000 (15:04 -0500)]
Use a constant reference for a string.
David Wells [Sat, 9 Jan 2016 19:53:29 +0000 (14:53 -0500)]
Use the global constant instead of just 0.
David Wells [Sat, 9 Jan 2016 19:52:51 +0000 (14:52 -0500)]
Use a more reasonable quadrature order.
David Wells [Sat, 9 Jan 2016 19:18:10 +0000 (14:18 -0500)]
Add annotations to the source to explain choices.
David Wells [Sat, 9 Jan 2016 19:17:33 +0000 (14:17 -0500)]
Improve indentation.
David Wells [Sat, 9 Jan 2016 19:01:16 +0000 (14:01 -0500)]
Remove the step-19 dependency.
This was not quite correct and step-19 is about to be removed anyway.
David Wells [Sat, 9 Jan 2016 18:35:30 +0000 (13:35 -0500)]
Remove unused files.
These are present in the serial versions of the solver (to which I link)
but are not used in the parallel version (which is the only solver
included in the gallery).
David Wells [Sat, 9 Jan 2016 18:28:03 +0000 (13:28 -0500)]
Reformat the CDR README.
The code gallery code does not pick up markdown lists so I switched
those to HTML lists. I also included more design information and
explained the directory structure better.
David Wells [Sat, 9 Jan 2016 21:37:13 +0000 (16:37 -0500)]
Prefer MatrixType to Matrix in templates.
David Wells [Sat, 9 Jan 2016 18:27:46 +0000 (13:27 -0500)]
Fix header inclusions.
Wolfgang Bangerth [Wed, 6 Jan 2016 16:52:29 +0000 (10:52 -0600)]
Merge pull request #13 from dealii/minor-update-2
Remove top-level heading.
David Wells [Wed, 6 Jan 2016 16:25:28 +0000 (11:25 -0500)]
Merge pull request #12 from dealii/minor-update-1
Remove top-level heading.
Wolfgang Bangerth [Wed, 6 Jan 2016 16:09:30 +0000 (10:09 -0600)]
Remove top-level heading.
This is duplicative, and H1-headings in readme.md will conflict with the markup
in the code-gallery pages for this program (which uses H1-headings itself).
Wolfgang Bangerth [Wed, 6 Jan 2016 16:07:56 +0000 (10:07 -0600)]
Remove top-level heading.
This is duplicative, and H1-headings in readme.md will conflict with the markup
in the code-gallery pages for this program (which uses H1-headings itself).
Wolfgang Bangerth [Tue, 5 Jan 2016 22:21:23 +0000 (16:21 -0600)]
Merge pull request #11 from jppelteret/CQSFS_elas_update_1
Classic QS FS elasticity update 1
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:18:13 +0000 (10:18 +0100)]
Address deprecations for 8.4-pre.
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:11:27 +0000 (10:11 +0100)]
Updates to address WB's comments (29/12/2015)
Timo Heister [Wed, 30 Dec 2015 13:06:43 +0000 (14:06 +0100)]
Merge pull request #9 from dealii/minor-updates
Minor updates for one of the code gallery codes.
Denis Davydov [Tue, 29 Dec 2015 21:29:56 +0000 (22:29 +0100)]
Merge pull request #10 from dealii/remove-test-dir
Remove test directory.
Wolfgang Bangerth [Tue, 29 Dec 2015 21:26:09 +0000 (15:26 -0600)]
Remove test directory.
We now have 3 proper code gallery programs, enough to test.
Wolfgang Bangerth [Tue, 29 Dec 2015 18:56:55 +0000 (12:56 -0600)]
Update email string.
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.