MFEM  v4.6.0
Finite element discretization library
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

◆ Vert3() [1/2]

mfem::ParMesh::Vert3::Vert3 ( )
default

◆ Vert3() [2/2]

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

Definition at line 44 of file pmesh.hpp.

Member Function Documentation

◆ Set() [1/2]

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

Definition at line 45 of file pmesh.hpp.

◆ Set() [2/2]

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

Definition at line 46 of file pmesh.hpp.

Member Data Documentation

◆ v

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: