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

dynamic Node to support List-pop-like method and support Vector with ti.append() function #3270

Open
MierDa007 opened this issue Oct 26, 2021 · 2 comments
Labels
feature request Suggest an idea on this project hard Hard task, be ready to learn and code a lot! ir IR related issues welcome contribution

Comments

@MierDa007
Copy link

MierDa007 commented Oct 26, 2021

Concisely describe the proposed feature

I would like to

  • delete the data of certain rows in the dynamic node
  • add Vector data in the dynamic node with ti.append() function.

Describe the solution you'd like (if any)

ti.deactivate(dynamicNode, certainRows)
ti.append(dynamicNode,VectorData)

Additional comments
Example

@MierDa007 MierDa007 added the feature request Suggest an idea on this project label Oct 26, 2021
@k-ye k-ye added welcome contribution hard Hard task, be ready to learn and code a lot! ir IR related issues labels Oct 26, 2021
@JayLZhou
Copy link

I am a beginner, and would like to ask if this project is suitable for novices to participate in.

@abhijeet-pandey
Copy link

abhijeet-pandey commented Dec 28, 2024

Is there any plan to address this request? This will be quite useful for simulation of dynamic open particle systems where particles enter and exit the simulation domain. One idea I had was to provide a new list container based on dynamic SNode with chunk_size=1. The pointers to the two neighboring elements to the one deleted can be re-directed just like a traditional linked list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea on this project hard Hard task, be ready to learn and code a lot! ir IR related issues welcome contribution
Projects
None yet
Development

No branches or pull requests

4 participants