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

Otm points nodes interpolator #71

Merged
merged 18 commits into from
May 14, 2020
Merged

Conversation

lxmota
Copy link
Contributor

@lxmota lxmota commented May 12, 2020

First cut of algorithm and interface to populate fields for new nodes. If adequate, will use these to complete population of new points.

@lxmota lxmota requested review from japlews and btalami May 12, 2020 23:12
@lxmota lxmota marked this pull request as draft May 13, 2020 21:19
@lxmota lxmota marked this pull request as ready for review May 13, 2020 21:33
auto const points_to_ep_dot = s.ep_dot.begin();
auto const points_to_b = s.b.begin();
auto const index_to_NZ = NZ.begin();
auto maxent_interpolator = [=] HPC_DEVICE (point_index const point) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We really need to extract the shape function computation once and for all, but maybe another day.

@btalami btalami merged commit 1b82138 into master May 14, 2020
@btalami btalami deleted the otm-points-nodes-interpolator branch May 14, 2020 01:24
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