Studying temperature contour in an annulus geometry: help me please #3349
Unanswered
amnchacon
asked this question in
Firedrake support
Replies: 2 comments 3 replies
-
You're writing a non-linear variational problem, so there shouldn't be a T = TrialFunction(V) with T = Function(V) By the way please don't post screenshots of text. |
Beta Was this translation helpful? Give feedback.
3 replies
-
(I think you meant that there shouldn't be a TrialFunction.)
…________________________________________
From: David A. Ham ***@***.***>
Sent: 24 January 2024 14:48
To: firedrakeproject/firedrake
Cc: Subscribed
Subject: Re: [firedrakeproject/firedrake] Studying temperature contour in an annulus geometry: help me please (Discussion #3349)
You're writing a non-linear variational problem, so there shouldn't be a TestFunction. Those are only used for linear problems. Replace:
T = TestFunction(V)
with
T = Function(V)
By the way please don't post screenshots of text.<https://object-oriented-python.github.io/a1_help.html#avoid-screenshots-of-text>
—
Reply to this email directly, view it on GitHub<#3349 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOSV4TQS5BAUYKGIVWSZYLYQENLDAVCNFSM6AAAAABCI27K4GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DEMZTGY2TI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning.
I want to study what the title of this discussion says, but I'm having a problem that I'm not getting find the solution. After runing appears "Provided solution is a 'Argument', not a Function". How can I solve this issue? Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions