Go to the source code of this file.
|
double | mfem::InnerProduct (HypreParVector &x, HypreParVector &y) |
| Returns the inner product of x and y. More...
|
|
double | mfem::InnerProduct (HypreParVector *x, HypreParVector *y) |
|
HypreParMatrix * | mfem::ParMult (HypreParMatrix *A, HypreParMatrix *B) |
| Returns the matrix A * B. More...
|
|
HypreParMatrix * | mfem::RAP (HypreParMatrix *A, HypreParMatrix *P) |
| Returns the matrix P^t * A * P. More...
|
|
HypreParMatrix * | mfem::RAP (HypreParMatrix *Rt, HypreParMatrix *A, HypreParMatrix *P) |
| Returns the matrix Rt^t * A * P. More...
|
|
void | mfem::EliminateBC (HypreParMatrix &A, HypreParMatrix &Ae, Array< int > &ess_dof_list, HypreParVector &x, HypreParVector &b) |
|
HypreParMatrix * | mfem::DiscreteGrad (ParFiniteElementSpace *edge_fespace, ParFiniteElementSpace *vert_fespace) |
| Compute the discrete gradient matrix between the nodal linear and ND1 spaces. More...
|
|
HypreParMatrix * | mfem::DiscreteCurl (ParFiniteElementSpace *face_fespace, ParFiniteElementSpace *edge_fespace) |
| Compute the discrete curl matrix between the ND1 and RT0 spaces. More...
|
|