MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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 48 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 52 of file pmesh.hpp.

Member Function Documentation

◆ Set() [1/2]

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

Definition at line 54 of file pmesh.hpp.

◆ Set() [2/2]

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

Definition at line 53 of file pmesh.hpp.

Member Data Documentation

◆ v

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

Definition at line 50 of file pmesh.hpp.


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