Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SemiSmoothNewton.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan Hilb
SemiSmoothNewton.jl
Commits
d3cc79d1
Commit
d3cc79d1
authored
3 months ago
by
Stephan Hilb
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
30e85623
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-4
17 additions, 4 deletions
README.md
with
17 additions
and
4 deletions
README.md
+
17
−
4
View file @
d3cc79d1
# SemiSmoothNewton
Research code to produce numerical results for [1].
Research code to produce numerical results for [1
, 2
].
Read and use at your own risk.
[1] Martin Alkämper, Stephan Hilb and Andreas Langer. 'A primal-dual adaptive
finite element method for scalar and vectorial total variation minimization'.
In preparation. 2022
## Getting started
Adjust data paths and experiments in
`run.jl`
, install dependencies and run:
```
julia
using
Pkg
;
Pkg
.
instantiate
()
include
(
"run.jl"
)
```
## References
[1] Hilb S., Langer A, Alkämper M.: A primal-dual finite element method for
scalar and vectorial total variation minimization. Journal of Scientific
Computing 96, 24 (2023).
https://doi.org/10.1007/s10915-023-02209-2
[2] Hilb S., Langer A, Alkämper M.: A primal-dual adaptive finite element
method for total variation minimization. (2024).
\[
Submitted
\]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment