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

Component extract_subset #403

Open
daniel-zint opened this issue Sep 28, 2023 · 0 comments · May be fixed by #426
Open

Component extract_subset #403

daniel-zint opened this issue Sep 28, 2023 · 0 comments · May be fixed by #426
Assignees

Comments

@daniel-zint
Copy link
Contributor

Extract a subset from a mesh that is represented by a tag attribute (of type long)

Possible options:

struct ExtractSubsetOptions
{
    std::string type;
    std::string input;
    std::string output;
    std::string tag_name;
    long tag_value;
    long embedding_cell_dimension;
    long subset_cell_dimension;
};
@daniel-zint daniel-zint linked a pull request Sep 28, 2023 that will close this issue
@daniel-zint daniel-zint removed a link to a pull request Oct 13, 2023
@daniel-zint daniel-zint linked a pull request Oct 13, 2023 that will close this issue
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 a pull request may close this issue.

2 participants