MFEM v2.0
Public Member Functions | Protected Attributes
ParLinearForm Class Reference

Class for parallel linear form. More...

#include <plinearform.hpp>

Inheritance diagram for ParLinearForm:
Inheritance graph
[legend]
Collaboration diagram for ParLinearForm:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ParLinearForm (ParFiniteElementSpace *pf)
void Update (ParFiniteElementSpace *pf=NULL)
HypreParVectorParallelAssemble ()
 Returns the vector assembled on the true dofs, i.e. P^t v.

Protected Attributes

ParFiniteElementSpacepfes

Detailed Description

Class for parallel linear form.

Definition at line 16 of file plinearform.hpp.


Constructor & Destructor Documentation

ParLinearForm::ParLinearForm ( ParFiniteElementSpace pf) [inline]

Definition at line 22 of file plinearform.hpp.

References pfes.


Member Function Documentation

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)

Member Data Documentation

Definition at line 19 of file plinearform.hpp.

Referenced by ParLinearForm().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines