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

Tupek/additional profiling #1197

Merged
merged 22 commits into from
Aug 27, 2024
Merged

Tupek/additional profiling #1197

merged 22 commits into from
Aug 27, 2024

Conversation

tupek2
Copy link
Collaborator

@tupek2 tupek2 commented Aug 5, 2024

Add caliper instrumentation, change some names to match convention, work on expanding nonlinear test.

{
}
#endif

/// finds tau s.t. (z + tau*d)^2 = trSize^2
void project_to_boundary_with_coefs(mfem::Vector& z, const mfem::Vector& d, double trSize, double zz, double zd,
void projectToBoundaryWithCoefs(mfem::Vector& z, const mfem::Vector& d, double trSize, double zz, double zd,
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the correction in capitalization!

@tupek2 tupek2 added the WIP Work in progress label Aug 6, 2024
@tupek2 tupek2 force-pushed the tupek/additional_profiling branch from 563e87f to 765219e Compare August 8, 2024 15:15
@tupek2 tupek2 added ready for review Ready for active inspection by reviewers and removed WIP Work in progress labels Aug 16, 2024
@tupek2 tupek2 requested a review from btalamini August 19, 2024 17:57
/// max cumulative iterations
size_t maxCumulativeIteration = 1;
size_t max_cumulative_iteration = 1;
Copy link
Member

Choose a reason for hiding this comment

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

Is this setting the number of cumulative CG iterations before the precondtioner is updated? If so, I suggest the name be more descriptive, even if it ends up long.

@tupek2
Copy link
Collaborator Author

tupek2 commented Aug 20, 2024

/style

@tupek2 tupek2 requested review from chapman39 and white238 August 20, 2024 17:57
@tupek2
Copy link
Collaborator Author

tupek2 commented Aug 21, 2024

/style

@tupek2 tupek2 requested review from white238 and btalamini August 22, 2024 15:16
@tupek2 tupek2 merged commit 0a6a464 into develop Aug 27, 2024
2 checks passed
@tupek2 tupek2 deleted the tupek/additional_profiling branch August 27, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Ready for active inspection by reviewers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants