|
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) |
|
Mesh * | mfem::Extrude1D (Mesh *mesh, const int ny, const real_t sy, const bool closed=false) |
| Extrude a 1D mesh.
|
|
Mesh * | mfem::Extrude2D (Mesh *mesh, const int nz, const real_t sz) |
| Extrude a 2D mesh.
|
|