Tintegral of an unknown at a point? Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » Tintegral of an unknown at a point? « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Kevin Ellwood (ikevin)
Member
Username: ikevin

Post Number: 18
Registered: 06-2003
Posted on Wednesday, June 02, 2004 - 05:30 pm:   

Hello

I would like to be able to perform the following calculation:

tintegral(u) at (1,1)

where "u" is a "variable" unkown that is a solution to a pde. Is there a way to do this with flexpde 4.0?

Thanks
Top of pagePrevious messageNext messageBottom of page Link to this message

Robert G. Nelson (rgnelson)
Moderator
Username: rgnelson

Post Number: 154
Registered: 06-2003
Posted on Thursday, June 03, 2004 - 12:59 am:   

The function VAL(<expression>,<x>,<y>) will return the value of <expression> at the stated coordinates (which must be constants).

Tintegral(VAL(u,1,1))
should give you what you want.

The function EVAL() is syntactically the same as VAL(), but the coordinates themselves can be the result of expression evaluation.

See VAL and EVAL in the Help Index.
Top of pagePrevious messageNext messageBottom of page Link to this message

Kevin Ellwood (ikevin)
Member
Username: ikevin

Post Number: 19
Registered: 06-2003
Posted on Thursday, June 03, 2004 - 10:42 am:   

Worked perfectly. Thanks

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration