Skip to content
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

Enabling the Tioga adaptive hole map option for the hybrid solver #64

Merged
merged 4 commits into from
Feb 29, 2024

Conversation

itopcuoglu
Copy link
Contributor

No description provided.

@marchdf marchdf requested a review from ashesh2512 January 18, 2024 20:11
app/exawind/exawind.cpp Outdated Show resolved Hide resolved
src/OversetSimulation.h Outdated Show resolved Hide resolved
src/OversetSimulation.h Outdated Show resolved Hide resolved
@itopcuoglu itopcuoglu force-pushed the ahm_dev branch 2 times, most recently from aed2ef0 to 233f537 Compare February 16, 2024 19:13
src/OversetSimulation.cpp Outdated Show resolved Hide resolved
@@ -204,6 +204,10 @@ int main(int argc, char** argv)
const int nonlinear_its = node["nonlinear_iterations"]
? node["nonlinear_iterations"].as<int>()
: 1;
const bool holemap_alg = node["use_adaptive_holemap"]
Copy link
Contributor

@marchdf marchdf Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holemap_alg can we rename to is_adaptive_holemap_alg


void set_holemap_alg(bool alg)
{
m_holemap_alg = alg;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m_holemap_alg to m_is_adaptive_holemap_alg

@marchdf marchdf merged commit 81ae1e5 into Exawind:main Feb 29, 2024
1 of 2 checks passed
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