Geometry detector assembly example.
void assembly()
{
"Geometry using assemblies");
for (i=0; i<ntooth; i++) {
xt = xplate+xtooth;
yt = -yplate + (4*i+1)*ytooth;
xt = -xplate-xtooth;
yt = -yplate + (4*i+3)*ytooth;
}
for (i=0; i<6; i++) {
}
for (i=0; i<ncells; i++) {
}
for (i=0; i<nrows; i++) {
if ((i%2)==0) yrow = -yrow;
}
}
- Author
- Andrei Gheata
Definition in file assembly.C.