- Jul 10, 2019
-
-
Ansgar Burchardt authored
Merge branch 'build-tetrahedron-refrules-into-library' into 'master' ref:staging/dune-uggrid The TET_RULESET compile-time option could be used to load tetrahedron refinement rules from RefRules.data, however this requires to locate the file at run-time. This was too inconvenient. Instead generate RefRules.cc from RefRules.data including the refinement rules and use that. See merge request [staging/dune-uggrid!134] [staging/dune-uggrid!134]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/134
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Jul 09, 2019
-
-
Ansgar Burchardt authored
-
The `TET_RULESET` compile-time option could be used to load tetrahedron refinement rules from `RefRules.data`, however this requires to locate the file at run-time. This was too inconvenient. Instead generate `RefRules.cc` from `RefRules.data` including the refinement rules and use that.
-
Ansgar Burchardt authored
-
- Jun 29, 2019
-
-
Ansgar Burchardt authored
Merge branch 'use-std-abs' into 'master' See merge request [staging/dune-uggrid!133] [staging/dune-uggrid!133]: Nonestaging/dune-uggrid/merge_requests/133
-
Ansgar Burchardt authored
-
- Jun 19, 2019
-
-
Ansgar Burchardt authored
Merge branch 'use-standard-deprecated-attribute' into 'master' See merge request [staging/dune-uggrid!132] [staging/dune-uggrid!132]: Nonestaging/dune-uggrid/merge_requests/132
-
Ansgar Burchardt authored
-
- Jun 18, 2019
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Merge branch 'cleanup-33' into 'master' See merge request [!131] [!131]: Nonestaging/dune-uggrid/merge_requests/131
-
Ansgar Burchardt authored
This addresses the following compiler warning from GCC 9: gm/ugm.cc:1247:12: warning: unused variable ‘f’ [-Wunused-variable]
-
Ansgar Burchardt authored
This addresses the following warning from GCC 9: parallel/ddd/xfer/unpack.cc:410:11: warning: ‘curr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
-
Ansgar Burchardt authored
The variable is currently not used; just remove it as the include for `DUNE_UNUSED` is sometimes missing.
-
Ansgar Burchardt authored
Merge branch 'fix_warning_set_but_unused_nSendMsgs' into 'master' ref:staging/dune-uggrid Added the attribute "DUNE_UNUSED" to the variable "nSendMsgs" to avoid the warning:"variable 'nSendMsgs' set but not used". See merge request [!125] [!125]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/125
-
Ansgar Burchardt authored
Merge branch 'change_function_structure_gm_rm' into 'master' ref:staging/dune-uggrid Changed the structure of three functions in "gm/rm.cc" that threw a warning. Deleted the variable TBFR which is now unused in each of the functions. Moved the declaration of variables to their initialization and added a new "switch case" to avoid an if condition in each function. See merge request [!128] [!128]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/128
-
Moved declarations of variables to their initialization and restricted their scope. Added a new case for "imin" to get rid of the if condition and deleted the now unused variable "TBFR".
-
- Jun 13, 2019
-
-
Ansgar Burchardt authored
Merge branch 'ci-build-with-debug' into 'master' See merge request [!129] [!129]: Nonestaging/dune-uggrid/merge_requests/129
-
- May 27, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix/remove-include-no-longer-around' into 'master' See merge request [staging/dune-uggrid!130] [staging/dune-uggrid!130]: Nonestaging/dune-uggrid/merge_requests/130
-
Christoph Grüninger authored
-
- May 16, 2019
-
-
Ansgar Burchardt authored
-
- May 07, 2019
-
-
Ansgar Burchardt authored
-
- Apr 30, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix_warnings_set_but_unused' into 'master' ref:staging/dune-uggrid I fixed all warnings "-Wunused-but-set-variable" by gcc. I added the attribute "DUNE_UNUSED" to the variables to avoid the warnings. See merge request [!126] [!126]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/126
-
```` I added the attribute "DUNE_UNUSED" to the variable "count" to avoid the warning: "variable set but unused". This warning was only occuring in the compiler-test "gcc-8-noassert-17" ````
-
- Apr 17, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix_warning_set_but_unused_errorflag' into 'master' ref:staging/dune-uggrid I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the warning: "variable 'errorflag' set but not used". See merge request [!124] [!124]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/124
-
- Apr 10, 2019
-
-
Henrik Stolzmann authored
```` Added the attribute "DUNE_UNUSED" to the variable "nSendMsgs" to avoid a warning. ````
-
Henrik Stolzmann authored
```` I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the warning: "variable 'errorflag' set but not used". ````
-
- Apr 03, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix_special_green_rule_17_22' into 'master' ref:staging/dune-uggrid As written the condition read (TAG(theElement) == PYRAMID && NSONS(theFather)==9) || other_condition that is `ECLASS(theElement) == GREEN_CLASS` was not always checked. We assume this was not intentional. See merge request [!122] [!122]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/122
-
Henrik Stolzmann authored
As written the condition read ``` (TAG(theElement) == PYRAMID && NSONS(theFather)==9) || other_condition ``` that is `ECLASS(theElement) == GREEN_CLASS` was not always checked. We assume this was not intentional.
-
- Apr 02, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix/unused-variables' into 'master' See merge request [!121] [!121]: Nonestaging/dune-uggrid/merge_requests/121
-
- Mar 19, 2019
-
-
Christoph Grüninger authored
-
- Mar 14, 2019
-
-
Ansgar Burchardt authored
Merge branch 'install-missing-headers' into 'master' See merge request [staging/dune-uggrid!120] [staging/dune-uggrid!120]: Nonestaging/dune-uggrid/merge_requests/120
-
Ansgar Burchardt authored
-
- Jan 31, 2019
-
-
Ansgar Burchardt authored
Merge branch 'ci/centralize-config' into 'master' ref:staging/dune-uggrid This MR switches the CI configuration to use the common job templates defined in core/ci-config. See merge request [staging/dune-uggrid!119] [staging/dune-uggrid!119]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/119
-
- Dec 06, 2018
-
-
Steffen Müthing authored
-
- Nov 13, 2018
-
-
Ansgar Burchardt authored
Merge branch 'cleanup/move-COMPARE_RECORD-into-UGDIM-namespace' into 'master' ref:staging/dune-uggrid This silences a compiler warning from GCC when building programs with LTO where GCC sees two definitions of COMPARE_RECORD (for 2d and for 3d): ../gm/refine.cc:3450:8: warning: type ‘struct compare_record’ violates the C++ One Definition Rule [-Wodr] ../gm/refine.cc:3450:8: note: a different type is defined in another translation unit ../gm/refine.cc:3453:12: note: the first difference of corresponding definitions is field ‘elem’ ../gm/refine.cc:3453:12: note: a field of same name but different type is defined in another translation unit ../ug/gm.h:1644:24: note: type ‘union ELEMENT’ should match type ‘union ELEMENT’ See merge request [!118] [!118]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/118
-
- Oct 29, 2018
-
-
Ansgar Burchardt authored
This silences a compiler warning from GCC when building programs with LTO where GCC sees two definitions of `COMPARE_RECORD` (for 2d and for 3d): ``` ../gm/refine.cc:3450:8: warning: type ‘struct compare_record’ violates the C++ One Definition Rule [-Wodr] ../gm/refine.cc:3450:8: note: a different type is defined in another translation unit ../gm/refine.cc:3453:12: note: the first difference of corresponding definitions is field ‘elem’ ../gm/refine.cc:3453:12: note: a field of same name but different type is defined in another translation unit ../ug/gm.h:1644:24: note: type ‘union ELEMENT’ should match type ‘union ELEMENT’ ```
-
- Jun 29, 2018
-
-
Ansgar Burchardt authored
Update CI config for master See merge request staging/dune-uggrid!117
-