-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monolithic coupling WIP #10
Open
kmokstad
wants to merge
23
commits into
OPM:master
Choose a base branch
from
kmokstad:monolithic
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmokstad
force-pushed
the
monolithic
branch
2 times, most recently
from
July 11, 2016 09:22
3cf0ebf
to
e53202b
Compare
It compiles and builds, but does not work yet. Requires OPM/IFEM#36. |
kmokstad
force-pushed
the
monolithic
branch
4 times, most recently
from
July 14, 2016 10:18
67b0024
to
f5eb797
Compare
kmokstad
force-pushed
the
monolithic
branch
5 times, most recently
from
October 27, 2016 16:32
7462c86
to
aead253
Compare
kmokstad
force-pushed
the
monolithic
branch
4 times, most recently
from
November 10, 2016 16:49
45d1ff3
to
c5ee3a6
Compare
…field. Added: Option to return derivatives of the stress degradation function. Added: Parsing and printing of the stabilization parameter alpha, this is the same quantity as stabk in the CahnHilliard integrand.
Added: Penalty enforcement of crack irreversibility.
Changed: Move some common code into the new protected method getSolution.
- use self-written hermitian interpolator (GoTools is buggy) - find zeros of the derivative using a Newton loop instead of a (naive) line search
Added: Input of number of (uniform) points, or explicit point parameters, and tolerances for the line search. Added search from all grid points.
…search. Fixed: Sign of the derivative function f'(alpha). Added: Option to dump out f(alpha) and f'(alpha) to file.
Fixed: There was also an error in the calculation of f(alpha) itself (missing Gc-factor in front of the gradient term).
before checking convergence. Not sure if this will help though. Using L2-norm of the residual force vector for convergence check.
staggered solver, such that input files with initial condition setup for the monolithic version also can be used by the staggered solver without issues
kmokstad
force-pushed
the
monolithic
branch
from
September 10, 2018 04:57
5d7188e
to
b9ebafc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch contains items for the monolithic coupling. Work-in-progress, so no merge yet.