SyFi  0.3
test_sfc.test_ufl2swiginac.MockFormRep Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 rank
 nsd
 cell

Detailed Description

Definition at line 21 of file test_ufl2swiginac.py.


Constructor & Destructor Documentation

Definition at line 22 of file test_ufl2swiginac.py.

00022 
00023     def __init__(self, nsd):
00024         self.rank = 0
00025         self.nsd = nsd
00026         self.cell = MockCell(nsd)


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines