MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Typedefs | Functions
mesh.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Typedefs

typedef int idx_t
 
typedef int idxtype
 

Functions

void METIS_PartGraphRecursive (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
void METIS_PartGraphKway (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
void METIS_PartGraphVKway (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
std::ostream & mfem::operator<< (std::ostream &os, const Mesh::FaceInformation &info)
 Print function for Mesh::FaceInformation. More...
 
void mfem::XYZ_VectorFunction (const Vector &p, Vector &v)
 
void mfem::FindPartitioningComponents (Table &elem_elem, const Array< int > &partitioning, Array< int > &component, Array< int > &num_comp)
 
void mfem::DetOfLinComb (const DenseMatrix &A, const DenseMatrix &B, Vector &c)
 
int mfem::FindRoots (const Vector &z, Vector &x)
 
void mfem::FindTMax (Vector &c, Vector &x, double &tmax, const double factor, const int Dim)
 
std::ostream & mfem::operator<< (std::ostream &os, const Mesh &mesh)
 
Mesh * mfem::Extrude1D (Mesh *mesh, const int ny, const double sy, const bool closed=false)
 Extrude a 1D mesh. More...
 
Mesh * mfem::Extrude2D (Mesh *mesh, const int nz, const double sz)
 Extrude a 2D mesh. More...
 

Typedef Documentation

typedef int idx_t

Definition at line 43 of file mesh.cpp.

typedef int idxtype

Definition at line 44 of file mesh.cpp.

Function Documentation

void METIS_PartGraphKway ( int *  ,
idxtype ,
idxtype ,
idxtype ,
idxtype ,
int *  ,
int *  ,
int *  ,
int *  ,
int *  ,
idxtype  
)
void METIS_PartGraphRecursive ( int *  ,
idxtype ,
idxtype ,
idxtype ,
idxtype ,
int *  ,
int *  ,
int *  ,
int *  ,
int *  ,
idxtype  
)
void METIS_PartGraphVKway ( int *  ,
idxtype ,
idxtype ,
idxtype ,
idxtype ,
int *  ,
int *  ,
int *  ,
int *  ,
int *  ,
idxtype  
)