On Tue, Nov 4, 2014 at 9:59 AM, L.Bryce Whitson Jr.
wrote:
> OK, probably an easy question, but how do I get markers to show up on
> graphs created using fipy.viewer?
>
Hi Bryce,
If you are using Matplotlib, the viewer instance has the axis attribute so
you can add anything you like to that jus
OK, probably an easy question, but how do I get markers to show up on
graphs created using fipy.viewer?
L.Bryce Whitson Jr.
lwhits...@gmail.com
___
fipy mailing list
fipy@nist.gov
http://www.ctcms.nist.gov/fipy
[ NIST internal ONLY: https://email.nist.
On Tue, Nov 11, 2014 at 8:52 AM, Gaaß, Markus
wrote:
> Hi!
>
> I made some progress with the advection problem.
>
> However, I am pretty
>
> sure I didn't understand the formulation of boundary conditions correctly.
>
> Being new to FVM, I first had to realize that there is a distinction
> betwe
On Thu, Nov 13, 2014 at 8:30 PM, Kyle Briton Lawlor
wrote:
> Hi all,
>
> I am a graduate student beginning to work with FiPy. I am running into
> some issues with getting the program and its dependencies configured
> properly. I am not sure if this is the right place to ask these types of
> quest
FiPy only keeps one old time step in memory at a time and only if you have
the hasOld=True flag set on the variable. The only way I know to do what
you want is to create a set of files named by the time step where each one
contains one set of formatted data.
On Fri, Nov 14, 2014, 2:05 AM Kyle Brit