class TopoClass

class with the topological objects found in an optimazation Finite Element Method More...

Contains pure virtuals
Definition#include <k2dgrflow/topology.h>
Inherited byTopoEdge2d, TopoElement2d, TopoLineEdge2d, TopoNode2d, TopoNodeDir2d, TopoNodeInner2d, TopoNodeNeu2d, TopoNodeRobin2d, TopoTriangle2d
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods


Detailed Description

class with the topological objects found in an optimazation Finite Element Method

enum Topology {Element2d, Edge2d, Node2d}

Topology

a topology object can be an element, an edge or a node

 TopoClass ()

TopoClass

 ~TopoClass ()

~TopoClass

[virtual]

void  draw (QPainter *p)

draw

[pure virtual]

Topology  type ()

type

[pure virtual]