Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
Loading...
Searching...
No Matches
Classes | Enumerations
Vertex.hpp File Reference

This file defines the Vertex class which includes information of coordinate and forces exerted at a vertex. More...

#include <vector>
#include "energy_force/Force.hpp"
#include "mesh/Face.hpp"
#include "linalg/Linear_algebra.hpp"

Go to the source code of this file.

Classes

class  Vertex
 Defines a vertex in Mesh. More...
 

Enumerations

enum class  VertexType {
  Real , FixedBoundary , PeriodicBoundary , PeriodicReflectiveBoundary ,
  Ghost
}
 The type of vertex. More...
 

Detailed Description

This file defines the Vertex class which includes information of coordinate and forces exerted at a vertex.

Author
Y Ying (yying.nosp@m.7@jh.nosp@m..edu)
Date
2023-01-05

Enumeration Type Documentation

◆ VertexType

enum class VertexType
strong

The type of vertex.

Enumerator
Real 

Real vertex that is not on the boundary.

FixedBoundary 

Real vertex that is on the fixed boundary.

PeriodicBoundary 

Real vertex that is on the periodic boundary.

PeriodicReflectiveBoundary 

Real vertex that is reflective of the opposite vertex on the periodic boundary.

Ghost 

Ghost vertex that is reflective of the real or periodic boundary vertex