On Feb 2, 2011, at 1:00 PM, Daniel Wheeler wrote:
>
> Hi Julien, I believe it is set up to work in this manner. What's the
> error exactly?
The problem is that Julien is quoting too much.
This is Python code:
'''cellSize = %(cellSize)g; radius = %(radius)g; rbis =
%(rbis)g; Point(1) = {0, 0,
Hi Julien, I believe it is set up to work in this manner. What's the
error exactly?
On Wed, Feb 2, 2011 at 11:40 AM, Julien Derr wrote:
> hi again,
>
> the other thing I am wondering is if it is possible to automatize the
> commandline to get the mesh
>
> something like
>
> cmdbase=" \'\'\' cell
Thanks a lot
On Wed, Feb 2, 2011 at 5:23 PM, Jonathan Guyer wrote:
>
>
> On Feb 2, 2011, at 10:17 AM, Julien Derr wrote:
>
> > fipy looks absolutely amazing. but so far, I didn't understand how to
> extract the coordinates of a face.
> > do you know how it could be done ?
>
> The coordinate
hi again,
the other thing I am wondering is if it is possible to automatize the
commandline to get the mesh
something like
cmdbase=" \'\'\' cellSize = %(cellSize)g; radius = %(radius)g; rbis =
%(rbis)g; Point(1) = {0, 0, 0, cellSize}; Point(2) = {-radius, 0, 0,
cellSize}; Point(3) = {0, radius,
On Feb 2, 2011, at 10:17 AM, Julien Derr wrote:
> fipy looks absolutely amazing. but so far, I didn't understand how to extract
> the coordinates of a face.
> do you know how it could be done ?
The coordinates of the face centers (which is usually all you care about for
working within FiPy)
Hi all,
fipy looks absolutely amazing. but so far, I didn't understand how to
extract the coordinates of a face.
do you know how it could be done ?
thanks a lot,
Julien