Unix and Linux Discussions Tagged with class |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
9,443 |
Shell Programming and Scripting |
|
|
|
2 |
13,671 |
Programming |
|
|
|
2 |
3,442 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,339 |
Programming |
|
|
|
1 |
3,324 |
BSD |
|
|
|
0 |
1,077 |
Software Releases - RSS News |
|
|
|
0 |
2,447 |
HP Server News and Podcasts RSS |
|
|
|
0 |
1,851 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,542 |
Programming |
|
|
|
0 |
1,620 |
Complex Event Processing RSS News |
|
|
|
0 |
1,431 |
UNIX and Linux RSS News |
|
|
|
0 |
1,057 |
UNIX and Linux RSS News |
|
|
|
0 |
1,122 |
Software Releases - RSS News |
|
|
|
3 |
3,929 |
Shell Programming and Scripting |
|
|
|
0 |
1,451 |
Software Releases - RSS News |
|
|
|
0 |
1,984 |
Programming |
|
|
|
3 |
4,795 |
HP-UX |
|
|
|
0 |
1,155 |
Software Releases - RSS News |
|
|
|
0 |
1,162 |
Software Releases - RSS News |
|
|
|
0 |
1,318 |
Software Releases - RSS News |
|
|
|
0 |
1,258 |
Software Releases - RSS News |
|
|
|
0 |
1,162 |
Software Releases - RSS News |
|
|
|
0 |
1,219 |
Software Releases - RSS News |
|
|
|
0 |
1,347 |
Software Releases - RSS News |
|
|
|
1 |
4,242 |
Programming |
|
|
|
2 |
40,714 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
10,042 |
Shell Programming and Scripting |
|
|
|
3 |
5,712 |
IP Networking |
|
|
|
1 |
3,634 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,302 |
Programming |
|
|
|
2 |
3,198 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,924 |
IP Networking |
|
|
|
3 |
4,602 |
Programming |
|
|
|
4 |
4,941 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,765 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,043 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,633 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,273 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,734 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,914 |
UNIX for Dummies Questions & Answers |
geo_domain_indirect(7rheolef) rheolef-6.1 geo_domain_indirect(7rheolef)
NAME
geo_domain_indirect_rep - a named part of a finite element mesh
DESCRIPTION
The geo_domain_indirect_rep class defines a container for a part of a finite element mesh. This describes the connectivity of edges or
faces. This class is usefull for boundary condition setting.
IMPLEMENTATION NOTE
The geo_domain_indirect_rep class is splitted into two parts. The first one is the domain_indirect class, that contains the main renumber-
ing features: it acts as an indirection on a geo class(see geo(2)). The second one is the geo class itself, named here the background geo.
Thus, the geo_domain_indirect class develops a complete geo-like interface, via the geo_abstract_rep pure virtual class derivation, and can
be used by the space class (see space(2)).
The split between domain_indirect and geo_domain_indirect is necessary, because the geo class contains a list of domain_indirect. The geo
class cannot contains a list of geo_domain_indirect classes, that refers to the geo class itself: a loop in reference counting leads to a
blocking situation in the automatic deallocation.
SEE ALSO
geo(2), space(2)
rheolef-6.1 rheolef-6.1 geo_domain_indirect(7rheolef)