MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::ParMesh::Vert4 Struct Reference

#include <pmesh.hpp>

Public Member Functions

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

Public Attributes

int v [4]
 

Detailed Description

Definition at line 49 of file pmesh.hpp.

Constructor & Destructor Documentation

◆ Vert4() [1/2]

mfem::ParMesh::Vert4::Vert4 ( )
default

◆ Vert4() [2/2]

mfem::ParMesh::Vert4::Vert4 ( int  v0,
int  v1,
int  v2,
int  v3 
)
inline

Definition at line 53 of file pmesh.hpp.

Member Function Documentation

◆ Set() [1/2]

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

Definition at line 55 of file pmesh.hpp.

◆ Set() [2/2]

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

Definition at line 57 of file pmesh.hpp.

Member Data Documentation

◆ v

int mfem::ParMesh::Vert4::v[4]

Definition at line 51 of file pmesh.hpp.


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