Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • bugfix/fix_rigidbodymotion_difference
  • decasteljau
  • feature/ARRN-mod
  • feature/HM-numericalBenchmark
  • feature/HarmonicmapsBenchmark
  • feature/SimoFoxWithLocalFEfunctions
  • feature/bendingIsometries
  • feature/bendingIsometries-PBFE-Stiefel
  • feature/harmonicmapsAddons
  • feature/introduceRetractionNotion
  • feature/riemannianTRaddons
  • feature/simofoxBook
  • fix-fd-gradient-scaling
  • fix_localrodassembler_compiler_error
  • issue/vtk-namespace
  • make_rod-eoc_run
  • master default
  • releases/2.0-1
  • releases/2.1-1
  • releases/2.10
20 results
Created with Raphaël 2.2.09Mar8726Feb191817161513121110965421Jan191323Oct2221191513824Sep19Aug526May17126530Apr2928272322212019181716865Feb211Jan30Dec282529Oct24Jul232111Jun96519May1218Apr9Mar87643Jan31Dec20Nov1523Oct22171612428Sep5429Aug282724222120171514138321Feb58Jan54221Dec1413630Nov151324Aug2321Jun20151429May21Mar28Feb85Jan30Nov28155Sep23Aug18Julreplace RodAssembler<GridView> by RodAssembler<GridView,3>class RodAssembler has a template parameter 'spaceDim' now. The old implementation becomes the 'spaceDim==3' specializationdecrease tolerance againbugfix: the factor -2 is included in the derivative of arccosraise an exception if NaN is encounteredadd tests for the derivativebugfix: the second derivative is _twice_ the identitylots of bugfixes in the derivative evaluationadd method globalCoordinates()tweak some solver parametersget rid of method getNeighborsPerVertex. It already exists in the base classtemplate parameter of PlanarRodAssembler is a GridView now instead of a GridTypeget rid of the polOrd template parameter of PlanarRodAssemblerdon't keep a grid view -- there is already one in the base classThe grid view needs to be protected, not privateMake the PlanarRodAssembler formally inherit from GeodesicFEAssembler2d rotation gets methods exp and multremove Neumann boundary data code. Neumann problems are not always conservative --> I need to do some more thinkingbugfix: honour the minLevel parametercreate an unstretched initial configurationbugfix: reset the smoother when the grid hierarchy has changedprint energy and trust-region radius at each iterationbugfix: only the set of leaf Dirichlet nodes is needed nowadaysmore dune-disc stuff removeduse the shape functions from dune-localfunctions instead of the ones from dune-discthe 2d rod assembler code is now in rodassembler.hhfactor out second derivative of arccos squared into a separate methoduse new method derivativeofArcCosSquared in second derivative of distancefactor out derivative of arccos squared into a separate methodcomplete first implementation of secondDerivativeOfDistanceSquaredWRTSecondArgumentnew test averagedistanceassemblertestadd method secondDerivativeOfDistanceSquaredWRTSecondArgumentavoid signed/unsigned warningremove old code that uses the derivative of the distance functions (instead of the derivative of the squared distance function)add harmonicenergytest.ccrename method assembleMatrix to assembleHessianApproximationget rid of the BoundaryConditions type from dune-discget rid of the old dune-disc shapefunctionsbugfix: use FieldVector<double,1> instead of 'double'merge PlanarRodAssembler into RodAssembler
Loading