MFEM v2.0
|
Class for parallel linear form. More...
#include <plinearform.hpp>
Public Member Functions | |
ParLinearForm (ParFiniteElementSpace *pf) | |
void | Update (ParFiniteElementSpace *pf=NULL) |
HypreParVector * | ParallelAssemble () |
Returns the vector assembled on the true dofs, i.e. P^t v. | |
Protected Attributes | |
ParFiniteElementSpace * | pfes |
Class for parallel linear form.
Definition at line 16 of file plinearform.hpp.
ParLinearForm::ParLinearForm | ( | ParFiniteElementSpace * | pf | ) | [inline] |
Definition at line 22 of file plinearform.hpp.
References pfes.
HypreParVector* ParLinearForm::ParallelAssemble | ( | ) |
Returns the vector assembled on the true dofs, i.e. P^t v.
Referenced by main().
void ParLinearForm::Update | ( | ParFiniteElementSpace * | pf = NULL | ) |
ParFiniteElementSpace* ParLinearForm::pfes [protected] |
Definition at line 19 of file plinearform.hpp.
Referenced by ParLinearForm().