MFEM  v3.0
 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 mfem::idxtype
 
typedef int mfem::idx_t
 
typedef float mfem::real_t
 

Functions

void mfem::skip_comment_lines (std::istream &is, const char comment_char)
 
void mfem::XYZ_VectorFunction (const Vector &p, Vector &v)
 
void mfem::METIS_PartGraphRecursive (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
void mfem::METIS_PartGraphKway (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
void mfem::METIS_PartGraphVKway (int *, idxtype *, idxtype *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *)
 
int mfem::METIS_PartGraphRecursive (idx_t *nvtxs, idx_t *ncon, idx_t *xadj, idx_t *adjncy, idx_t *vwgt, idx_t *vsize, idx_t *adjwgt, idx_t *nparts, real_t *tpwgts, real_t *ubvec, idx_t *options, idx_t *edgecut, idx_t *part)
 
int mfem::METIS_PartGraphKway (idx_t *nvtxs, idx_t *ncon, idx_t *xadj, idx_t *adjncy, idx_t *vwgt, idx_t *vsize, idx_t *adjwgt, idx_t *nparts, real_t *tpwgts, real_t *ubvec, idx_t *options, idx_t *edgecut, idx_t *part)
 
int mfem::METIS_SetDefaultOptions (idx_t *options)
 
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 &out, const Mesh &mesh)
 
Mesh * mfem::Extrude1D (Mesh *mesh, const int ny, const double sy, const bool closed=false)
 Extrude a 1D mesh. More...