~fluidity-core/fluidity/embedded_models

« back to all changes in this revision

Viewing changes to libadaptivity/load_balance/doc/images/element_class.fig

  • Committer: Timothy Bond
  • Date: 2011-04-14 15:40:24 UTC
  • Revision ID: timothy.bond@imperial.ac.uk-20110414154024-116ci9gq6mwigmaw
Following the move from svn to bzr we change the nature of inclusion of these
four software libraries. Previously, they were included as svn externals and
pulled at latest version for trunk, pinned to specific versions for release
and stable trunk. Since bzr is less elegant at dealing with externals we have
made the decision to include the packages directly into the trunk instead.

At this import the versions are:

libadaptivity: r163
libvtkfortran: r67
libspud: r545
libmba2d: r28

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#FIG 3.2
 
2
Landscape
 
3
Center
 
4
Metric
 
5
A4      
 
6
100.00
 
7
Single
 
8
-2
 
9
1200 2
 
10
4 0 0 50 0 0 12 0.0000 4 180 1290 2475 3825 class element_t{\001
 
11
4 0 0 50 0 0 12 0.0000 4 180 540 2475 4050  public:\001
 
12
4 0 0 50 0 0 12 0.0000 4 180 1170 2475 4275   element_t(){}\001
 
13
4 0 0 50 0 0 12 0.0000 4 180 1275 2475 4500   ~element_t(){}\001
 
14
4 0 0 50 0 0 12 0.0000 4 180 3465 2475 4725   element_t &operator=(const element_t &e);\001
 
15
4 0 0 50 0 0 12 0.0000 4 180 4110 2475 5625   std::vector<unn_t> nodes;    // the element-node list. \001
 
16
4 0 0 50 0 0 12 0.0000 4 15 90 2475 5850   \001
 
17
4 0 0 50 0 0 12 0.0000 4 135 3435 2475 6075   // Other element characterics. This includes:\001
 
18
4 0 0 50 0 0 12 0.0000 4 165 3045 2475 6300   // EVENT - ITYP, IAVR, IMAT, ISOR\001
 
19
4 0 0 50 0 0 12 0.0000 4 135 2025 2475 6525   // FLUIDITY - ELMREG\001
 
20
4 0 0 50 0 0 12 0.0000 4 180 2880 2475 6750   std::vector<unsigned char> property;\001
 
21
4 0 0 50 0 0 12 0.0000 4 15 90 2475 6975   \001
 
22
4 0 0 50 0 0 12 0.0000 4 165 3660 2475 7200   // NOTE: in the case of discontinious methods, \001
 
23
4 0 0 50 0 0 12 0.0000 4 180 3465 2475 7425   // information regarding field values would be\001
 
24
4 0 0 50 0 0 12 0.0000 4 135 1320 2475 7650   // included here. \001
 
25
4 0 0 50 0 0 12 0.0000 4 180 2100 2475 7875   std::vector<field_t> fields;\001
 
26
4 0 0 50 0 0 12 0.0000 4 180 135 2475 8100 };\001
 
27
4 0 0 50 0 0 12 0.0000 4 180 3810 2475 5175   unsigned long eid;                  // element id number.\001
 
28
4 0 0 50 0 0 12 0.0000 4 180 7095 2475 5400   unsigned char flags;              // states: {ELM_DEFAULT, ELM_CHECK, ELM_DELETE} */\001