MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mesh.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  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.
 
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, real_t &tmax, const real_t factor, const int Dim)
 
std::ostream & mfem::operator<< (std::ostream &os, const Mesh &mesh)
 
Meshmfem::Extrude1D (Mesh *mesh, const int ny, const real_t sy, const bool closed=false)
 Extrude a 1D mesh.
 
Meshmfem::Extrude2D (Mesh *mesh, const int nz, const real_t sz)
 Extrude a 2D mesh.
 

Typedef Documentation

◆ idx_t

typedef int idx_t

Definition at line 45 of file mesh.cpp.

◆ idxtype

typedef int idxtype

Definition at line 46 of file mesh.cpp.

Function Documentation

◆ METIS_PartGraphKway()

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

◆ METIS_PartGraphRecursive()

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

◆ METIS_PartGraphVKway()

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