code-gallery icon indicating copy to clipboard operation
code-gallery copied to clipboard

A collection of codes based on deal.II contributed by deal.II users

Results 13 code-gallery issues
Sort by recently updated
recently updated
newest added

Linear elastoplasticity with linear isotropic hardening. Geometries include a notched cylindrical specimen and a tensile specimen.

WIP
Do not merge :skull_and_crossbones:

The following files: - https://github.com/dealii/code-gallery/blob/master/CeresFE/support_code/config_in.h - https://github.com/dealii/code-gallery/blob/master/CeresFE/support_code/ellipsoid_fit.h have the following headers: ``` /* * config_in.h * * Created on: Aug 17, 2015 * Author: antonermakov */ ``` ``` /* *...

License Issue

This program uses the following virtual function: ``` template class ComputeMultiplier : public DataPostprocessor { private: double p; public: ComputeMultiplier (double pe); virtual void compute_derived_quantities_scalar ( const std::vector< double >...

Blunt LaTeX syntax will be displayed correctly in both GitHub Readme and Doxygen. `@f` is only displayed nicely in Doxygen. We should choose the format which works nicely in both....

This might need @tamiko 's input: I've gotten tired of configuring and compiling each code gallery program individually, so I tried to set up this `CMakeLists.txt` file in the top...

This program still uses the old way to select which cells to produce output on: ``` template class FilteredDataOut : public DataOut { public: FilteredDataOut (const unsigned int subdomain_id) :...

Some of the codes mention the version requirement for deal.II. This is no longer necessary, and should be removed.

`code-gallery/goal_oriented_elastoplasticity/readme.md ` seems to imply that the directory is its-self a git repository when it says: ```markdown The code contains several examples consisting of the three examples presented in the...