-
- Downloads
[!16] Resolve "Documentation debt"
Merge branch '18-documentation-debt' into 'master' ref:copasi/dune-copasi ### What does this MR do? Adds more information to the README, and documents all the C++ classes and its methods. ### Is there something that needs to be double checked? <!-- Is there something a reviewer should look out for _especially_? --> I don't think so ### Can this MR be accepted? - [x] Implemented - [x] Updated README - [x] C++ classes documented - [x] Pipelines passing <!-- please check for new warnings --> <!-- change all occurences of <branch> for your branch name --> - [x] [![Build Status]] - [x] [![Build Status][1]] - [x] [![Build status][2]] - [x] Delete branch option set <!-- unless there's a good reason --> - [x] Added entry to CHANGELOG.md ### Related issues Closes [#18] <!-- For automatic closing, do not forget the commas between issue numbers--> <!-- PLEASE READ THIS! A Merge Request should be associated to a certain task or issue. Its changes are supposed to be merged into the master branch. Briefly explain __how__ you achieved the proposal of the task. IMPORTANT: Make sure to set the merge request WIP if you are not finished yet. --> See merge request [!16] [Build Status]: https://gitlab.dune-project.org/copasi/dune-copasi/badges/18-documentation-debt/pipeline.svg [![Build Status]]: https://gitlab.dune-project.org/copasi/dune-copasi/pipelines [1]: https://travis-ci.org/SoilRos/dune-copasi.svg?branch=18-documentation-debt [![Build Status][1]]: https://travis-ci.org/SoilRos/dune-copasi/branches [2]: https://ci.appveyor.com/api/projects/status/6605joy2w17qvca8/branch/18-documentation-debt?svg=true [![Build status][2]]: https://ci.appveyor.com/project/SoilRos/dune-copasi/history [#18]: gitlab.dune-project.org/NoneNone/issues/18 [!16]: gitlab.dune-project.org/copasi/dune-copasi/merge_requests/16 Closes #18
No related branches found
No related tags found
Pipeline #21941 canceled
Stage: setup
Stage: build
Stage: unit_tests
Stage: system_tests
Stage: deploy
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- README.md 201 additions, 59 deletionsREADME.md
- dune/copasi/CMakeLists.txt 4 additions, 24 deletionsdune/copasi/CMakeLists.txt
- dune/copasi/common/CMakeLists.txt 6 additions, 0 deletionsdune/copasi/common/CMakeLists.txt
- dune/copasi/common/coefficient_mapper.hh 154 additions, 1 deletiondune/copasi/common/coefficient_mapper.hh
- dune/copasi/common/enum.hh 9 additions, 0 deletionsdune/copasi/common/enum.hh
- dune/copasi/common/muparser_data_handler.hh 111 additions, 0 deletionsdune/copasi/common/muparser_data_handler.hh
- dune/copasi/common/parameter_tree_check.hh 282 additions, 0 deletionsdune/copasi/common/parameter_tree_check.hh
- dune/copasi/common/pdelab_expression_adapter.hh 56 additions, 8 deletionsdune/copasi/common/pdelab_expression_adapter.hh
- dune/copasi/common/tiff_grayscale.hh 249 additions, 0 deletionsdune/copasi/common/tiff_grayscale.hh
- dune/copasi/finite_element/CMakeLists.txt 6 additions, 0 deletionsdune/copasi/finite_element/CMakeLists.txt
- dune/copasi/finite_element/dynamic_local_basis.hh 78 additions, 0 deletionsdune/copasi/finite_element/dynamic_local_basis.hh
- dune/copasi/finite_element/dynamic_local_coefficients.hh 42 additions, 0 deletionsdune/copasi/finite_element/dynamic_local_coefficients.hh
- dune/copasi/finite_element/dynamic_local_finite_element.hh 55 additions, 3 deletionsdune/copasi/finite_element/dynamic_local_finite_element.hh
- dune/copasi/finite_element/dynamic_local_interpolation.hh 36 additions, 0 deletionsdune/copasi/finite_element/dynamic_local_interpolation.hh
- dune/copasi/finite_element/multidomain_local_finite_element_map.hh 83 additions, 4 deletions...si/finite_element/multidomain_local_finite_element_map.hh
- dune/copasi/grid/CMakeLists.txt 3 additions, 0 deletionsdune/copasi/grid/CMakeLists.txt
- dune/copasi/grid/multidomain_entity_transformation.hh 24 additions, 0 deletionsdune/copasi/grid/multidomain_entity_transformation.hh
- dune/copasi/grid/multidomain_gmsh_reader.hh 39 additions, 2 deletionsdune/copasi/grid/multidomain_gmsh_reader.hh
Loading
Please register or sign in to comment