Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ver1.1.2: fix near zero value in domain decomposed kernel#63

Merged
JingChen-Thu merged 11 commits intomainfrom
devel
Dec 11, 2025
Merged

ver1.1.2: fix near zero value in domain decomposed kernel#63
JingChen-Thu merged 11 commits intomainfrom
devel

Conversation

@JingChen-Thu
Copy link
Contributor

This is a serious bug. At least two users have reported encountering it

In the previous version, when using multiple subdomains, the maximum value of kernel is computed within each subdomain. However, the correct value should be computed across all subdomains.

As a result, if the kernel in one subdomain is near zero, the code will incorrectly terminate.

This update fix this bug.

@JingChen-Thu JingChen-Thu merged commit fc3adda into main Dec 11, 2025
14 checks passed
@xumi1993 xumi1993 changed the title Devel ver1.1.2: fix near zero value in domain decomposed kernel Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments