

Go to the source code of this file.
Namespaces | |
| namespace | DELPHIN |
Classes | |
| class | DELPHIN::ReadNotification |
| Used to provide feedback from the output file read function to any user. More... | |
| class | DELPHIN::MaterialDef |
| Contains the data entries in the material table of the geometry section. More... | |
| class | DELPHIN::Grid |
| Contains the grid data of the geometry section. More... | |
| class | DELPHIN::ElementGeometry |
| Contains the element data in the elements table of the geometry section. More... | |
| class | DELPHIN::SidesGeometry |
| Contains the sides data in the sides table of the geometry sectin. More... | |
| struct | DELPHIN::SideIdentification |
| Used to look up sides around an element by index and orientation. More... | |
| class | DELPHIN::rectangle< T > |
| A type that represents a rectangle. More... | |
| struct | DELPHIN::ElementData |
| Used to obtain relationships between elements and neighboring sides. More... | |
| struct | DELPHIN::LineData |
| Data used for geometry and boundary line files. More... | |
| struct | DELPHIN::QuadElementData |
| Node connectivity data for FE Quadrilateral mesh. More... | |
Functions | |
| bool | DELPHIN::operator== (const MaterialDef &lhs, const MaterialDef &rhs) |
| bool | DELPHIN::operator== (const ElementGeometry &lhs, const std::pair< unsigned int, unsigned int > &rhs) |
| Comparison operator to find an element by its coordinates. | |
| bool | DELPHIN::operator!= (const ElementGeometry &lhs, const std::pair< unsigned int, unsigned int > &rhs) |
| bool | DELPHIN::operator== (const SidesGeometry &lhs, const SideIdentification &rhs) |
| Comparison operator to look up a side entry in the sides geometry vector around by index and orientation. | |
| bool | DELPHIN::operator!= (const SidesGeometry &lhs, const SideIdentification &rhs) |
1.5.5