-
Notifications
You must be signed in to change notification settings - Fork 122
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
Fix for non-uniform Dirichlet BCs (Issue #406) #410
Open
wband
wants to merge
41
commits into
prisms-center:devel
Choose a base branch
from
wband:devel
base: devel
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.
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
bugfix and number_of_variables replacement
fixed broken link updated deal.ii version
* update fields class * update linux CI * update CI and cmake
* adding contrib.rocks * Removing old authors list
* Updating min deal.II to 9.6 * removing ifdef for old deal.II versions
…risms-center#371) now the old functions just call the new ones
…irtual (prisms-center#372) also make variableAttributeLoader attributes private (read-only through getter)
* replace vector of model constants with map note: use AssertThrow rather than Assert for release exceptions * minor refactor of inputFileReader and userInputs Mostly reorganization. Split the parameter_handler declarations into several functions rather than one 500-line function. Object-oriented some functionality. Removed get_number_of_entries. Renamed a few functions.
…rray> ` (prisms-center#383) * removing some datatypes * adding function to convert std::vector to 1st rank tensors of vectorized arrays
* unit test for nonlinear variables * changing application implementation to a derived class too * typo
…ms-center#397) * Create CHAC_anisotropyRegularized.md * Create formulation_coupledCHAC.md * Update formulation_coupledCHAC.md * Update CHAC_anisotropyRegularized.md * Delete applications/CHAC_anisotropyRegularized/CHAC_anisotropyRegularized.pdf * Delete applications/CHAC_anisotropyRegularized/tex_files directory * Create CHAC_anisotropy.md * Delete applications/CHAC_anisotropy/CHAC_anisotropy.pdf * Delete applications/CHAC_anisotropy/tex_files directory * Update formulation_coupledCHAC.md * Delete applications/CHAC_performance_test/tex_files directory * Delete applications/CHAC_performance_test/formulation_coupledCHAC.pdf * Delete applications/MgNd_precipitate_single_Bppp/tex_files directory * Delete applications/MgNd_precipitate_single_Bppp/precipitateEvolution_KKS.pdf * Added missing markdown file
* Updating cmakelists. In the future we should make more use of macros * fixing template instantations * fix gitignore
* Make Cmake files compatible with deal.ii 9.4 and above * Made compatibility deal.ii 9.5 or greater
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.
Description
Checklist
Miscellaneous items that may need to be done when making a PR: