|
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...
|
|