-
Notifications
You must be signed in to change notification settings - Fork 39
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
Higher-order elements: how is this supposed to work? #67
Comments
To my knowledge, this should still work. Let me look for an example and get
back to you.
…On Tue, Feb 7, 2023 at 5:20 AM Menno Deij - van Rijswijk < ***@***.***> wrote:
I'm trying to use the higher-order elements functionality but I'm getting
all kind of strange errors (floating point errors, index out-of-range,
etc.). There is no example for how to use this, can you maybe clarify which
calls should be made on the tiogaInterface for this to work? (or if this
functionality is not supported anymore, knowing that'd help me move on)
—
Reply to this email directly, view it on GitHub
<#67>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH3YMDJXBJHNW6MUQLRXKDWWJDY3ANCNFSM6AAAAAAUT6U6C4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Ok, thank you that would be very helpful 🙂 |
I think I understand what is going on. A higher-order element can be defined, as long as it has at most 8 vertices (hexa). I was not working on that assumption. |
@mennodeij In order to utilize the high order functionality, you need to do roughly the following steps:
Example for both low-order and high-order codes:
where the function inputs are five callback functions:
|
@ackirby88 Wow, thank you so much for the very detailed description. I'm going to try this 👍 |
@andrew, thank you so much for providing the info to the user community
…On Mon, Mar 6, 2023, 1:35 AM Menno Deij - van Rijswijk < ***@***.***> wrote:
@ackirby88 <https://github.com/ackirby88> Wow, thank you so much for the
very detailed description. I'm going to try this 👍
—
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH3YMGNJK4J7PZDIKPOUHDW2WVWJANCNFSM6AAAAAAUT6U6C4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@mennodeij I'm looking to modernize TIOGA in the near future and I'd like to get your opinion on the differences between TIOGA and PreCICE. Can you send me an email (akirby[at]uwyo[dot]edu)? |
I'm trying to use the higher-order elements functionality but I'm getting all kind of strange errors (floating point errors, index out-of-range, etc.). There is no example for how to use this, can you maybe clarify which calls should be made on the tiogaInterface for this to work? (or if this functionality is not supported anymore, knowing that'd help me move on)
The text was updated successfully, but these errors were encountered: