Commits on Source (8)
-
Sander, Oliver authored
Do this by making RodAssembler more similar to the generic GeodesicFEAssembler: the constructor argument is now a general LocalGeodesicFEStiffness, and not something particular to rod problems.
-
Sander, Oliver authored
Scalar bases used to work for that, but that feature got removed a long time ago.
-
Sander, Oliver authored
The svd code contains some index trickery, because the original code was written in fortran, which numbers arrays starting from '1' rather than from '0'. This trickery included having a pointer point 1 int in front of an allocated array, implicitly relying on the fact that pointer[0] would never be called. The llvm sanitizer complains nevertheless, so this patch improves the trickery a little to avoid the objected pointer.
-
Sander, Oliver authored
Fix a few issues that I found using the clang sanitizer See merge request !28
-
Sander, Oliver authored
Up until dune-common 2.7, the Dune namespace contained shared_ptr: First as an actual implementation, later simply as a namespace import. Dune-common post-2.7 has removed that import, and users of shared_ptr really have to explicitly specify the std:: namespace prefix.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Add missing std prefixes See merge request !30
Showing
- dune/gfe/mixedriemanniantrsolver.cc 1 addition, 1 deletiondune/gfe/mixedriemanniantrsolver.cc
- dune/gfe/riemanniantrsolver.hh 1 addition, 1 deletiondune/gfe/riemanniantrsolver.hh
- dune/gfe/rodassembler.hh 11 additions, 9 deletionsdune/gfe/rodassembler.hh
- dune/gfe/svd.hh 2 additions, 3 deletionsdune/gfe/svd.hh
- src/compute-disc-error.cc 3 additions, 3 deletionssrc/compute-disc-error.cc
- src/cosserat-continuum.cc 8 additions, 10 deletionssrc/cosserat-continuum.cc
- src/film-on-substrate.cc 1 addition, 1 deletionsrc/film-on-substrate.cc
- src/gradient-flow.cc 1 addition, 2 deletionssrc/gradient-flow.cc
- src/harmonicmaps.cc 2 additions, 4 deletionssrc/harmonicmaps.cc
- src/rod3d.cc 3 additions, 1 deletionsrc/rod3d.cc
- test/adolctest.cc 10 additions, 2 deletionstest/adolctest.cc
- test/frameinvariancetest.cc 5 additions, 3 deletionstest/frameinvariancetest.cc
- test/localgeodesicfefunctiontest.cc 1 addition, 2 deletionstest/localgeodesicfefunctiontest.cc
- test/localprojectedfefunctiontest.cc 1 addition, 2 deletionstest/localprojectedfefunctiontest.cc
- test/rodassemblertest.cc 2 additions, 1 deletiontest/rodassemblertest.cc