Pointwise ODE solved on Q-vector #5062
-
|
Hi, Currently, I’m solving this system at each entry of the Alternatively, if I define a quadrature function to perform my ode solve and provide it to a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Any reason why you would prefer the Q vector here, or why you would like to solve something at the quadrature points? In reaction diffusion splittings using e.g. with the Lie-Trotter method with Lagrangian ansatz functions, the reaction dofs are typically not on the quadrature points but really located the nodes of your ansatz functions. If you would use a quadrature rule now to locate the variables, then you have redundant solves, as the reactions at the element boundary are solved multiple times form. Does that make sense or do you apply something more special? |
Beta Was this translation helpful? Give feedback.
Any reason why you would prefer the Q vector here, or why you would like to solve something at the quadrature points?
In reaction diffusion splittings using e.g. with the Lie-Trotter method with Lagrangian ansatz functions, the reaction dofs are typically not on the quadrature points but really located the nodes of your ansatz functions. If you would use a quadrature rule now to locate the variables, then you have redundant solves, as the reactions at the element boundary are solved multiple times form. Does that make sense or do you apply somethin…