MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::ParMesh::Vert3 Struct Reference

#include <pmesh.hpp>

Public Member Functions

 Vert3 ()=default
 
 Vert3 (int v0, int v1, int v2)
 
void Set (int v0, int v1, int v2)
 
void Set (const int *w)
 

Public Attributes

int v [3]
 

Detailed Description

Definition at line 40 of file pmesh.hpp.

Constructor & Destructor Documentation

mfem::ParMesh::Vert3::Vert3 ( )
default
mfem::ParMesh::Vert3::Vert3 ( int  v0,
int  v1,
int  v2 
)
inline

Definition at line 44 of file pmesh.hpp.

Member Function Documentation

void mfem::ParMesh::Vert3::Set ( int  v0,
int  v1,
int  v2 
)
inline

Definition at line 45 of file pmesh.hpp.

void mfem::ParMesh::Vert3::Set ( const int *  w)
inline

Definition at line 46 of file pmesh.hpp.

Member Data Documentation

int mfem::ParMesh::Vert3::v[3]

Definition at line 42 of file pmesh.hpp.


The documentation for this struct was generated from the following file: