#include <pmesh.hpp>
|  | 
|  | 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) | 
|  | 
Definition at line 57 of file pmesh.hpp.
 
◆ Vert4() [1/2]
  
  | 
        
          | mfem::ParMesh::Vert4::Vert4 | ( |  | ) |  |  | default | 
 
 
◆ Vert4() [2/2]
  
  | 
        
          | mfem::ParMesh::Vert4::Vert4 | ( | int | v0, |  
          |  |  | int | v1, |  
          |  |  | int | v2, |  
          |  |  | int | v3 ) |  | inline | 
 
 
◆ Set() [1/2]
  
  | 
        
          | void mfem::ParMesh::Vert4::Set | ( | const int * | w | ) |  |  | inline | 
 
 
◆ Set() [2/2]
  
  | 
        
          | void mfem::ParMesh::Vert4::Set | ( | int | v0, |  
          |  |  | int | v1, |  
          |  |  | int | v2, |  
          |  |  | int | v3 ) |  | inline | 
 
 
      
        
          | int mfem::ParMesh::Vert4::v[4] | 
      
 
 
The documentation for this struct was generated from the following file: