Skip to content

Extending te_variable functions#126

Open
loumalouomega wants to merge 1 commit intocodeplea:masterfrom
loumalouomega:master
Open

Extending te_variable functions#126
loumalouomega wants to merge 1 commit intocodeplea:masterfrom
loumalouomega:master

Conversation

@loumalouomega
Copy link
Copy Markdown

@loumalouomega loumalouomega commented Jun 4, 2025

Adding:

    {"zIsEqual", IsEqual,               TE_FUNCTION2 | TE_FLAG_PURE, 0},
    {"zIsGreater", IsGreater,           TE_FUNCTION2 | TE_FLAG_PURE, 0},
    {"zIsGreaterEqual", IsGreaterEqual, TE_FUNCTION2 | TE_FLAG_PURE, 0},
    {"zIsLess", IsLess,                 TE_FUNCTION2 | TE_FLAG_PURE, 0},
    {"zIsLessEqual", IsLessEqual,       TE_FUNCTION2 | TE_FLAG_PURE, 0},

This bring the changes we have added to our project https://github.com/KratosMultiphysics/Kratos/

@loumalouomega
Copy link
Copy Markdown
Author

Hello

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.

1 participant