]> https://gitweb.dealii.org/ - code-gallery.git/log
code-gallery.git
8 years agoAdd printable names to each entry. 16/head
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.

8 years agoMerge pull request #15 from drwells/pass-std-function-by-reference
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.

8 years agoPass std::function instances by reference. 15/head
David Wells [Mon, 11 Jan 2016 14:41:02 +0000 (09:41 -0500)]
Pass std::function instances by reference.

8 years agoMerge pull request #14 from drwells/update-cdr
Wolfgang Bangerth [Mon, 11 Jan 2016 02:27:40 +0000 (20:27 -0600)]
Merge pull request #14 from drwells/update-cdr

Update cdr

8 years agoFix a bug with the call to SolutionTransfer. 14/head
David Wells [Sat, 9 Jan 2016 20:37:39 +0000 (15:37 -0500)]
Fix a bug with the call to SolutionTransfer.

8 years agoImprove the refine_mesh function.
David Wells [Sat, 9 Jan 2016 19:18:17 +0000 (14:18 -0500)]
Improve the refine_mesh function.

8 years agoPrefer 'get_triangulation' to 'get_tria'.
David Wells [Sat, 9 Jan 2016 20:12:26 +0000 (15:12 -0500)]
Prefer 'get_triangulation' to 'get_tria'.

The latter has been deprecated.

8 years agoUse a constant reference for a string.
David Wells [Sat, 9 Jan 2016 20:04:16 +0000 (15:04 -0500)]
Use a constant reference for a string.

8 years agoUse the global constant instead of just 0.
David Wells [Sat, 9 Jan 2016 19:53:29 +0000 (14:53 -0500)]
Use the global constant instead of just 0.

8 years agoUse a more reasonable quadrature order.
David Wells [Sat, 9 Jan 2016 19:52:51 +0000 (14:52 -0500)]
Use a more reasonable quadrature order.

8 years agoAdd annotations to the source to explain choices.
David Wells [Sat, 9 Jan 2016 19:18:10 +0000 (14:18 -0500)]
Add annotations to the source to explain choices.

8 years agoImprove indentation.
David Wells [Sat, 9 Jan 2016 19:17:33 +0000 (14:17 -0500)]
Improve indentation.

8 years agoRemove the step-19 dependency.
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.

8 years agoRemove unused files.
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).

8 years agoReformat the CDR README.
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.

8 years agoPrefer MatrixType to Matrix in templates.
David Wells [Sat, 9 Jan 2016 21:37:13 +0000 (16:37 -0500)]
Prefer MatrixType to Matrix in templates.

8 years agoFix header inclusions.
David Wells [Sat, 9 Jan 2016 18:27:46 +0000 (13:27 -0500)]
Fix header inclusions.

8 years agoMerge pull request #13 from dealii/minor-update-2
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.

8 years agoMerge pull request #12 from dealii/minor-update-1
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.

8 years agoRemove top-level heading. minor-update-2 13/head
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).

8 years agoRemove top-level heading. minor-update-1 12/head
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).

8 years agoMerge pull request #11 from jppelteret/CQSFS_elas_update_1
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

8 years agoAddress deprecations for 8.4-pre. 11/head
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:18:13 +0000 (10:18 +0100)]
Address deprecations for 8.4-pre.

8 years agoUpdates to address WB's comments (29/12/2015)
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:11:27 +0000 (10:11 +0100)]
Updates to address WB's comments (29/12/2015)

8 years agoMerge pull request #9 from dealii/minor-updates
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.

8 years agoMerge pull request #10 from dealii/remove-test-dir
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.

8 years agoRemove test directory. remove-test-dir 10/head
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.

8 years agoUpdate email string. 9/head
Wolfgang Bangerth [Tue, 29 Dec 2015 18:56:55 +0000 (12:56 -0600)]
Update email string.

8 years agoAdd missing file.
Wolfgang Bangerth [Tue, 29 Dec 2015 18:56:45 +0000 (12:56 -0600)]
Add missing file.

8 years agoMerge pull request #8 from jppelteret/CQSFS_elas_bugfix_1
Denis Davydov [Mon, 28 Dec 2015 17:29:39 +0000 (18:29 +0100)]
Merge pull request #8 from jppelteret/CQSFS_elas_bugfix_1

Added parameter file; code cleanup; fixed small bug in post-processing

8 years agoAdded parameter file; code cleanup; fixed small bug in post-processing 8/head
Jean-Paul Pelteret [Mon, 28 Dec 2015 08:22:11 +0000 (09:22 +0100)]
Added parameter file; code cleanup; fixed small bug in post-processing

8 years agoMerge pull request #7 from jppelteret/classical_quasi_static_finite_strain_elasticity
Denis Davydov [Sun, 27 Dec 2015 08:48:46 +0000 (09:48 +0100)]
Merge pull request #7 from jppelteret/classical_quasi_static_finite_strain_elasticity

A classical approach to solving the cook membrane problem

8 years agoA classical approach to solving the cook membrane problem. 7/head
Jean-Paul Pelteret [Mon, 21 Dec 2015 09:41:46 +0000 (10:41 +0100)]
A classical approach to solving the cook membrane problem.

In this work we take a classical approach to solving the equations
governing quasi-static finite-strain compressible elasticity, with code
based on `step-44`. The formulation adopted here is that seen in many
texts on solid mechanics and can be used as the starting point for
extension into many topics such as material anisotropy, rate dependence
or plasticity, or even as a component of multi-physics problems.

8 years agoMerge pull request #6 from sfloresm/master
Wolfgang Bangerth [Mon, 9 Nov 2015 14:46:56 +0000 (23:46 +0900)]
Merge pull request #6 from sfloresm/master

p-Laplacian problems for large p

8 years agoSolve p-laplacian elliptic problems for large p 6/head
sfloresm [Mon, 9 Nov 2015 13:53:16 +0000 (10:53 -0300)]
Solve p-laplacian elliptic problems for large p

8 years agoSolve p-laplacian elliptic problems for large p
sfloresm [Mon, 9 Nov 2015 13:46:38 +0000 (10:46 -0300)]
Solve p-laplacian elliptic problems for large p

8 years agoMerge pull request #2 from drwells/add-deal.II-cdr
Wolfgang Bangerth [Mon, 19 Oct 2015 20:05:43 +0000 (15:05 -0500)]
Merge pull request #2 from drwells/add-deal.II-cdr

Added the deal.II-cdr code as a gallery example.

8 years agoAdded a parallel CDR solver. 2/head
David Wells [Sat, 17 Oct 2015 18:18:35 +0000 (14:18 -0400)]
Added a parallel CDR solver.

8 years agoSolve p-laplacian elliptic problems for large p
Salvador Flores [Fri, 16 Oct 2015 19:02:26 +0000 (16:02 -0300)]
Solve p-laplacian elliptic problems for large p

8 years ago.
Salvador Flores [Fri, 16 Oct 2015 18:56:14 +0000 (15:56 -0300)]
.

8 years agoSolve p-laplacian elliptic problems for large p
Salvador Flores [Fri, 16 Oct 2015 18:44:08 +0000 (15:44 -0300)]
Solve p-laplacian elliptic problems for large p

8 years ago.
localadm [Thu, 8 Oct 2015 19:41:41 +0000 (16:41 -0300)]
.

8 years agoon 10/08/2015
localadm [Thu, 8 Oct 2015 19:36:20 +0000 (16:36 -0300)]
on 10/08/2015

8 years agoMerge pull request #5 from bangerth/add-version-check
Wolfgang Bangerth [Wed, 23 Sep 2015 22:54:09 +0000 (17:54 -0500)]
Merge pull request #5 from bangerth/add-version-check

Add CMake version check.

8 years agoAdd CMake version check. 5/head
Wolfgang Bangerth [Wed, 23 Sep 2015 22:53:05 +0000 (17:53 -0500)]
Add CMake version check.

8 years agoMerge pull request #4 from bangerth/first-test
Wolfgang Bangerth [Wed, 23 Sep 2015 22:50:54 +0000 (17:50 -0500)]
Merge pull request #4 from bangerth/first-test

A first test program.

8 years agoMerge pull request #3 from bangerth/add-cmakelists.txt
Wolfgang Bangerth [Wed, 23 Sep 2015 22:49:56 +0000 (17:49 -0500)]
Merge pull request #3 from bangerth/add-cmakelists.txt

Add cmakelists.txt

8 years agoAlso add a phony install target that does nothing for now. 3/head
Wolfgang Bangerth [Wed, 23 Sep 2015 22:48:48 +0000 (17:48 -0500)]
Also add a phony install target that does nothing for now.

8 years agoAdd a dummy cmake file that will simply be called when later unpacking
Wolfgang Bangerth [Wed, 23 Sep 2015 22:40:49 +0000 (17:40 -0500)]
Add a dummy cmake file that will simply be called when later unpacking
the repository from the deal.II doc generators.

9 years agoA first test program. 1/head 4/head
Wolfgang Bangerth [Thu, 10 Sep 2015 20:45:36 +0000 (15:45 -0500)]
A first test program.

9 years agoInitial commit
Wolfgang Bangerth [Tue, 8 Sep 2015 21:32:00 +0000 (16:32 -0500)]
Initial commit


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.