Side.h File Reference
Detailed Description
Definition file for class Side.
#include <stdlib.h>
#include <valarray>
#include <string>
#include "OFELI_Config.h"
#include "Node.h"
#include "output.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Classes | |
| class | Side |
| To store and treat finite element sides (edges in2-D or faces in 3-D). More... | |
Enumerations | |
| enum | BCType { PERIODIC_A = 9999, PERIODIC_B = -9999, CONTACT = 9998 , SLIP = 9996 } |
Functions | |
| ostream & | operator<< (ostream &s, const Side &sd) |
| Output side data. | |