/[escript]/trunk/bruce/src/BruceFactory.h
ViewVC logotype

Diff of /trunk/bruce/src/BruceFactory.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 151 by jgs, Thu Sep 22 01:55:00 2005 UTC revision 153 by jgs, Tue Oct 25 01:51:20 2005 UTC
# Line 37  namespace bruce { Line 37  namespace bruce {
37       \param n0,n1,n2 Input - number of elements in each dimension       \param n0,n1,n2 Input - number of elements in each dimension
38       \param l0,l1,l2 Input - length of each side of brick       \param l0,l1,l2 Input - length of each side of brick
39    */    */
40    escript::AbstractContinuousDomain* brick(int n0=1, int n1=1, int n2=1,    escript::AbstractContinuousDomain* brick(int n0=2, int n1=2, int n2=2,
41                                     double l0=1.0, double l1=1.0, double l2=1.0);                                     double l0=1.0, double l1=1.0, double l2=1.0);
42    
43    /**    /**
# Line 46  namespace bruce { Line 46  namespace bruce {
46       [l0,0] x [0,l1].       [l0,0] x [0,l1].
47    
48       \param n0,n1 Input - number of elements in each dimension       \param n0,n1 Input - number of elements in each dimension
49       \param l0,l1 Input - length of each side of brick       \param l0,l1 Input - length of each side of rectangle
50    */    */
51    escript::AbstractContinuousDomain* rectangle(int n0=1, int n1=1,    escript::AbstractContinuousDomain* rectangle(int n0=2, int n1=2,
52                                 double l0=1.0, double l1=1.0);                                 double l0=1.0, double l1=1.0);
53    
54  } // end of namespace  } // end of namespace

Legend:
Removed from v.151  
changed lines
  Added in v.153

  ViewVC Help
Powered by ViewVC 1.1.26