forked from geodynamics/aspect
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple strain field names and updated distance to line function for rift.cc #3
Open
Djneu
wants to merge
1,681
commits into
anne-glerum:initial_composition_rift
Choose a base branch
from
Djneu:initial_composition_rift
base: initial_composition_rift
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
Multiple strain field names and updated distance to line function for rift.cc #3
Djneu
wants to merge
1,681
commits into
anne-glerum:initial_composition_rift
from
Djneu:initial_composition_rift
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
Parse map utility
fix order of column labels
…pect into ASPECT_Manual_TOC
…years switching output of solcx, solkz to MKS again
…t_length_for_cheap_iterations Use the parameter GMRES restart length also for cheap iterations
extend the section on cookbooks in the manual
…_performance_3 fix newton assembly performance 3
simplified AssertThrow logic in utilities for issue geodynamics#2458
…_volume_frac Set masks for compute_volume_fractions
…_performance_changelog write change log entry for the Newton solver assembly performace improvements
Make indentation of a comment more uniform.
Aspect Manual Table of Contents
Fixed typo in comment
…le_doc added clarification to simple compressible model
A couple of minimalist changes.
We should check first whether input parameters upon restart are reasonable before we start to read the rest of the simulation data. That's because the rest may not make sense to us if the parameters are non-sensical. In other words: Try to give error messages as early as possible.
Specifically, do not use tabs. Also always capitalize CMAKE commands.
This allows writing code that calls SimulatorAccess::get_world_builder() without having to worry whether the WorldBuilder is actually available. The check then simply happens at run-time.
Use post step to create test results instead of '|| true'
Clean up some cmake pieces.
Make a function unconditionally available and conditionally fail.
Allow negative scale factor for boundary velocity
…ple strain field names.
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.
Update to recent aspect version, and changes to rift.cc to work with the updated distance_to_line utility function. Also allows rift initial composition to be applied to one of plastic_strain, viscous_strain, or total_strain in the viscoplastic material model.