Skip to content

Conversation

@victorapm
Copy link
Contributor

Extended from #932

@victorapm victorapm mentioned this pull request Jun 22, 2023
@lindsayad
Copy link
Contributor

thanks @victorapm for continuing this

double final_res_norm;
int interp_type = 100; /* 1-pt Interp */
int ns_coarse = 1, ns_down = 0, ns_up = 1;
int **grid_relax_points = NULL;
Copy link
Contributor

@lindsayad lindsayad Jun 26, 2023

Choose a reason for hiding this comment

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

Can't int and HYPRE_Int differ?

Copy link
Contributor Author

@victorapm victorapm Jun 26, 2023

Choose a reason for hiding this comment

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

They can and I see your point (the APIs expect HYPRE_Int, so it's more correct to use it). But for the examples, the idea is to make them as simple as possible and use standard C types. The team might re-evaluate that...

@lindsayad
Copy link
Contributor

@victorapm i stumbled across this today. I think it would be good to get this example in some point

@victorapm
Copy link
Contributor Author

Hi Alex, yes I agree, sorry for dropping the ball on this one!

I'll put this back on my TODO list

@lindsayad
Copy link
Contributor

No worries!

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.

3 participants