#include "definitions.h"
#include "sedge.h"
#include "selement.h"
#include <assert.h>
#include <stdlib.h>
Functions | |
SEdge * | createSEdge (SVertex *a, SVertex *b, SElement *tc) |
void | deleteSEdge (SEdge *edge) |
References SEdgeS::m_a, SEdgeS::m_a2, SEdgeS::m_b, SEdgeS::m_b2, SEdgeS::m_t, and SEdgeS::m_t2.
void deleteSEdge | ( | SEdge * | edge | ) |
Referenced by shells::MShellFragmented::resetActiveElements().