How to set state.u state.t in PDE Toolbox's function assmbleFEMatrixes for a generic 2D problem?
Mostrar comentarios más antiguos
I am facing a 2D diffusion equation of a two-components vectorial field u=(u1,u2) with finite elements method. I need to extract the finite element matrixes by calling the function FEM = assembleFEMatrices(___,state) but to do it I need to set state.u and state.t. In all examples I saw that you can use a previus solution but in my case I can't use it because the solver does not converge ( this is why I am extracting these matrixes, my idea is to apply a custom solver to the ode system provided by FEM) so how can I set this two parameters?
%extracting FEM matrixes
state.u = ?
state.t = ?
FEM = assembleFEMatrices(model,state)
Respuestas (1)
Ravi Kumar
el 15 de Nov. de 2023
1 voto
https://www.mathworks.com/help/pde/ug/assemblefematrices.html#mw_c59ea87b-8f13-478a-b33d-351795b1572f
2 comentarios
Giacomo Marco La Montagna
el 16 de Nov. de 2023
Giacomo Marco La Montagna
el 16 de Nov. de 2023
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!