Bookmark and Share FiPy: A Finite Volume PDE Solver Using Python
Version 2.1.3

This Page

Contact

FiPy developers
Jonathan Guyer
Daniel Wheeler
James Warren

Join our mailing list

100 Bureau Drive, M/S 6555
Gaithersburg, MD 20899

301-975-5329 Telephone
301-975-4553 Facsimile

meshes Package Documentation

This page contains the meshes Package documentation.

The cylindricalGrid1D Module

fipy.meshes.cylindricalGrid1D.CylindricalGrid1D(dr=None, nr=None, dx=1.0, nx=None)

The cylindricalGrid2D Module

fipy.meshes.cylindricalGrid2D.CylindricalGrid2D(dr=None, dz=None, nr=None, nz=None, dx=1.0, dy=1.0, nx=None, ny=None, communicator=<fipy.tools.commWrapper.CommWrapper object at 0x1068ad790>)

The grid1D Module

fipy.meshes.grid1D.Grid1D(dx=1.0, nx=None, overlap=2, communicator=<fipy.tools.commWrapper.CommWrapper object at 0x1068ad790>)

The grid2D Module

fipy.meshes.grid2D.Grid2D(dx=1.0, dy=1.0, nx=None, ny=None, overlap=2, communicator=<fipy.tools.commWrapper.CommWrapper object at 0x1068ad790>)

The grid3D Module

fipy.meshes.grid3D.Grid3D(dx=1.0, dy=1.0, dz=1.0, nx=None, ny=None, nz=None, overlap=2, communicator=<fipy.tools.commWrapper.CommWrapper object at 0x1068ad790>)

The test Module

Test implementation of the mesh