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

Modify the interpolation tasks to do it by 'n' nodes #1

Open
fabricix opened this issue Mar 24, 2021 · 0 comments
Open

Modify the interpolation tasks to do it by 'n' nodes #1

fabricix opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fabricix
Copy link
Owner

fabricix commented Mar 24, 2021

Introduction

Currently the interpolation tasks are performed over two nodes of a 1D element.

Objective

In order to expand the code to 2D or 3D, these operations must be carried out in a more general way, using a loop over all nodes in the element.

Verification

As an initial verification, the solution given by the implementation must be coincident with the current implementation, that does the loop only over two nodes.

@fabricix fabricix added the enhancement New feature or request label Mar 24, 2021
@fabricix fabricix changed the title modify the interpolation tasks to do it by 'n' nodes Modify the interpolation tasks to do it by 'n' nodes Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant