MFEM  v4.0
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::Vert4 Struct Reference

#include <pmesh.hpp>

Public Member Functions

 Vert4 ()
 
 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 50 of file pmesh.hpp.

Constructor & Destructor Documentation

mfem::ParMesh::Vert4::Vert4 ( )
inline

Definition at line 53 of file pmesh.hpp.

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

Definition at line 54 of file pmesh.hpp.

Member Function Documentation

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

Definition at line 56 of file pmesh.hpp.

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

Definition at line 58 of file pmesh.hpp.

Member Data Documentation

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

Definition at line 52 of file pmesh.hpp.


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