lp:~libadjoint/dolfin-adjoint/applications
- Get this branch:
- bzr branch lp:~libadjoint/dolfin-adjoint/applications
Branch merges
Branch information
Recent revisions
- 585. By Patrick Farrell
-
Try to implement Bendsoe's description of the PBM method. Failing miserably.
- 583. By Simon Funke
-
Remove the (t - 1)**2 * dx term from the Laplacian. It is not needed for non-zero initial guesses.
- 582. By Simon Funke
-
Some improvements to the Stokes topology solver:
1) (Re-)activate the Strong-Wolfe line search. Apart from being more rebust, this has the main advantage that it detects if the Newton step is not a descent direction in which case it immediately aborts. This avoids doing many Newton iterations on subproblem which diverge, something that happened regularly before.
2) Check if a Newton step produces an infeasible solution (i.e. not 0 < rho < 1). If this test fails we discard the Newton step and increase mu. This is mainly a safeguard check.
- 580. By Patrick Farrell
-
Attempt continuation in mu to solve the Laplace topology optimisation problem. Haven't ran it for long enough to see if it works.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:dolfin-adjoint