Discussion:
[ff3d-users] Re: ff3d-users Digest, Vol 42, Issue 2
oka
2009-04-09 01:51:29 UTC
Permalink
Dear Stephane,
You cannot access this value in ff3d.
Why do you need it? There may be another way to do what you want.
I would like set initial values or boudary values to part of
irregular mesh structure for which any function can't be used and
such values should be assigned to the points one by one.
Gmsh can't make a physical group for such mesh structure.
In such case, what can I do ?

Best regards,

Hideki Oka
Send ff3d-users mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.nongnu.org/mailman/listinfo/ff3d-users
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of ff3d-users digest..."
----------------------------------------------------------------------
Message: 1
Date: Wed, 8 Apr 2009 11:03:42 +0200 (CEST)
Subject: Re: [ff3d-users] How can I get mesh point values ?
Content-Type: text/plain;charset=iso-8859-1
Dear Oka.
You cannot access this value in ff3d.
Why do you need it? There may be another way to do what you want.
Best regards,
Stephane.
------------------------------
_______________________________________________
ff3d-users mailing list
http://lists.nongnu.org/mailman/listinfo/ff3d-users
End of ff3d-users Digest, Vol 42, Issue 2
*****************************************
Stephane Del Pino
2009-04-14 09:24:51 UTC
Permalink
Dear Hideki,

If you need to specify values point by point, an easy way to do it is to
create a file that contains values for *all* points of the mesh (even for the
inner points). Then you can read it using your mesh.

If your mesh is "M" and you stored your data in a file "f.bb" using the medit
format, you can write

function f = read(medit,"f.bb",M);

I think this is what you are looking for.

Best regards,
Stéphane.

Loading...