-
Notifications
You must be signed in to change notification settings - Fork 284
[Core] Add PMultigridBuilderAndSolver
#13276
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
Merged
Merged
Changes from 100 commits
Commits
Show all changes
151 commits
Select commit
Hold shift + click to select a range
eee0b78
add constraint assembler interface
matekelemen fb5fac0
add interface for multifreedom constraints
matekelemen a14f613
add linear multifreedom constraint
matekelemen a198982
add dummy constraint assembler
matekelemen 7aa8eda
add master-slave constraint assembler
matekelemen 2819cbc
add augmented lagrange constraint assembler
matekelemen 9d36f12
add utilities for ublas sparse matrices
matekelemen ee5d873
add utility functions for system scaling
matekelemen 12cbe77
add factory for constraint assemblers
matekelemen c48afcb
add utilities for p-coarsening
matekelemen bce87b8
add coarse grids
matekelemen 47c6707
add b&s for p-multigrid
matekelemen c2cedc3
Merge branch 'core/register-float-solvers' into core/p-multigrid
matekelemen 92fb9bc
expose linear multifreedom constraint to python
matekelemen 2938413
expose PMultigridBuilderAndSolver to python
matekelemen ed9e1e9
Merge branch 'core/initialize-constraints' into core/p-multigrid
matekelemen c6d2466
expose linear multifreedom constraint to the serializer
matekelemen ecce8b7
Merge branch 'structural/builder-and-solver-settings' into core/p-mul…
matekelemen 37eca59
extend builder and solver options in structural mechanics solver
matekelemen f24354b
Merge branch 'structural/builder-and-solver-settings' into core/p-mul…
matekelemen 5f97354
suppress unused capture warning
matekelemen f4a100a
remove unnecessary checks
matekelemen d8aadfa
'not' => '!' because MSVC refuses to conform to standards
matekelemen 4dc9019
Merge branch 'core/initialize-constraints' into core/p-multigrid
matekelemen 2e910ec
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen 64e3c35
fix residual formatting
matekelemen 7db0ce4
gcc hates doxygen ...
matekelemen a6a0725
msvc and logical operators ...
matekelemen 49d18af
Merge branch 'structural/builder-and-solver-settings' into core/p-mul…
matekelemen d688e8c
remove unused lambda capture
matekelemen a212885
handholding for poor old, senile MSVC
matekelemen a1289d7
export symbols for PMultigridBuilderAndSolver
matekelemen bc814a5
I guess I have to work around decade-old compiler bugs if I want my s…
matekelemen 60195d2
attempt to appease rocky linux' ancient gcc
matekelemen d353b03
msvc and logical operators ...
matekelemen 81913aa
attempt to appease rocky linux' ancient gcc. round 2
matekelemen 0962e30
msvc and logical operators ...
matekelemen 4ea9661
has gcc 8.5 never heard of move semantics?
matekelemen ff261cd
fix PointerVectorSet::count
matekelemen 3ab7c25
shove operations on system vectors into one loop
matekelemen 080550c
maybe explicitly noexcept defaulted constructors/assignment operators…
matekelemen 8aa9305
remove obsolete container
matekelemen bd5ad29
attempt to appease rocky linux' ancient gcc. vol3
matekelemen fa35892
explicitly export symbols from BuilderAndSolver
matekelemen fcc9d8f
Revert "explicitly export symbols from BuilderAndSolver"
matekelemen 712d64e
don't expose any symbols then?
matekelemen 2b7b515
Revert "don't expose any symbols then?"
matekelemen 7d16e25
Reapply "explicitly export symbols from BuilderAndSolver"
matekelemen f3d4584
ばんさくつきた
matekelemen 49aa389
Merge branch 'geo/avoid-derived-template-param' into core/p-multigrid
matekelemen a267d40
add missing copy constructor definition for NodalData
matekelemen d8f1237
pull index set into a type alias
matekelemen 4fbb6a3
pull node index locator into free-float function
matekelemen 2301dab
lock mutexes for every DoF separately (massive performance improvement)
matekelemen 94c2554
include all heap containers in thread-local vars
matekelemen df96c56
Merge branch 'hdf5/traceback' into core/p-multigrid
matekelemen e39a390
improve status reports
matekelemen 1c0fcac
move constraint utilities
matekelemen 224d5a2
dynamic penalty factors and diagonal scales
matekelemen 6ad494f
replace pair with struct to help rocky?
matekelemen 9be5cbb
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen 837d39a
remove unused include
matekelemen 479191f
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen dd4768a
minor optimizations in sparse utilities
matekelemen c9c304a
remove junk from AugmentedLagrangeConstraintAssembler
matekelemen 37d8c2b
Merge branch 'core/p-multigrid' of https://github.com/kratosmultiphys…
matekelemen 8fdebe9
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen 8c310e4
pimpl master slave constraint assembler
matekelemen f822f7c
fix integer mismatch in BalancedProduct
matekelemen ecb578b
write constraint equations if requested
matekelemen b313b6c
forbid ConstraintAssembler from being moved
matekelemen b494ecd
pass the parent's constraint assembler during coarsening
matekelemen 67b9f8c
source bashrc on rocky (should probably be /etc/profile)
matekelemen e4e8fb5
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen a130137
Merge branch 'core/p-multigrid' of https://github.com/kratosmultiphys…
matekelemen 12828bd
explicitly source the gcc-11 toolchain
matekelemen 6102498
update ci rocky image reference
matekelemen 38c8956
Revert "explicitly source the gcc-11 toolchain"
matekelemen b45091c
Revert "source bashrc on rocky (should probably be /etc/profile)"
matekelemen 3fe4f7c
Reapply "source bashrc on rocky (should probably be /etc/profile)"
matekelemen 7f8007d
source /etc/bashrc in the rocky CI
matekelemen ac60143
add docs for PMultigridBuilderAndSolver and PGrid
matekelemen 0f5dc94
add docs for utilities
matekelemen 4cba87a
add docs for constraints
matekelemen 4fe757d
add docs for constraint assemblers
matekelemen 3321333
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen 37d151c
extend docs for ConstraintAssemblerFactory
matekelemen 9271289
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen 9581c01
fix status stream header
matekelemen 44f8eb8
consistent index types
matekelemen 1635f17
remove the linear solver type from PMultigridBuilderAndSolver's templ…
matekelemen faf8660
add infrastructure for constraints' hessians
matekelemen 3bbcd45
add link constraint
matekelemen 68c27db
expose LinkConstraint to python
matekelemen 7460d2b
remove the linear solver type from PMultigridBuilderAndSolver's templ…
matekelemen d34079b
Merge branch 'core/pmg-hessian' into structural/link-constraint-pr
matekelemen 55a304a
add python process for constructing LinkConstraints
matekelemen 6482876
add tests for LinkConstraint
matekelemen 3ef0667
update docs
matekelemen 8165fab
explicitly delete copy/move constructor and assignment operator
matekelemen a8933e3
fix linear solver config
matekelemen 661b465
add support for intermediate solution/residual outputs
matekelemen 5570366
resolve merge conflicts
matekelemen 75dccc3
Merge branch 'core/pmg-hessian' into structural/link-constraint-pr
matekelemen d0742f0
fix delegating constructor
matekelemen 4dbda6a
My bad. I guess it's too much to ask of MSVC to support C++17 in 2025.
matekelemen 3e8796d
extend docs
matekelemen 46e469d
try working around yet another MSVC ICE
matekelemen f5e343e
try working around yet another MSVC ICE; round 2
matekelemen 33198c7
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen e8777cc
improve status logs
matekelemen 0b38806
resolve merge conflicts
matekelemen d0d97ce
Merge branch 'core/pmg-hessian' into structural/link-constraint-pr
matekelemen e741e60
remove godbolt link
matekelemen 21e9726
change annotation blocks from C++ style to old C style
matekelemen 0a5a095
extend docs about verbosity level 5
matekelemen 5cf6e48
include whitespace in JSON strings
matekelemen ae314ec
Merge pull request #13348 from KratosMultiphysics/structural/link-con…
matekelemen a50b928
Merge pull request #13345 from KratosMultiphysics/core/pmg-hessian
matekelemen 2050106
initialize the LinkConstraint's DataValueContainer at construction
matekelemen 8e780c6
fix indexing bug
matekelemen d13f992
CI trigger
matekelemen 9871049
fix operator checks
matekelemen ceae677
fix compound variables
matekelemen b708dc4
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen 7f567ad
extend binding docs
matekelemen 1b77f80
add sanity checks
matekelemen c69adba
remove support for nonzero initial lagrange multipliers
matekelemen d22a90c
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen ad4ca25
add utility classes for equality comparison and ordering
matekelemen 4894b71
add tests for equality comparisons and orderings
matekelemen 0fb562d
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen 638f752
resolve merge conflicts
matekelemen 99c6e29
implicitly assume that norm always refers to the 2-norm
matekelemen be285e7
pass preserve = false to ublas resizing functions
matekelemen 6c708b3
add MPI support for finding an available ID
matekelemen b3fd289
apply suggestion
matekelemen 3d365a7
replace CaseWorkingDirectory with WorkFolderScope
matekelemen b26d015
compute node distances in 3D even if the analysis is in 2D
matekelemen b7c0208
update docs
matekelemen 8e1a5da
add docs for ProcessMasterSlaveConstraint and ProcessMultifreedomCons…
matekelemen 8e8a3cc
add docs for NoOpConstraintAssembler
matekelemen af17a0c
remove leftover comments
matekelemen a407fe6
fix docs
matekelemen 040b6fc
fix docs
matekelemen 0d7d15e
remove unused include
matekelemen c071bce
Merge branch 'master' of https://github.com/KratosMultiphysics/Kratos…
matekelemen 89d4bea
replace explicit fills with ZeroMatrix and ZeroVector
matekelemen 27a4014
Merge branch 'master' of https://github.com/kratosmultiphysics/kratos…
matekelemen 94266e0
resolve merge conflicts
matekelemen 76ebd40
oopsies
matekelemen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.