Public Member Functions | |
| VectorBasis (int dim) | |
| int | tensorOrder () const |
| int | dim () const |
Private Attributes | |
| int | dim_ |
Definition at line 129 of file SundanceBasisFamilyBase.hpp.
| Sundance::VectorBasis::VectorBasis | ( | int | dim | ) | [inline] |
Definition at line 134 of file SundanceBasisFamilyBase.hpp.
| int Sundance::VectorBasis::dim | ( | ) | const [inline, virtual] |
Return the dimension of the members of a scalar-valued basis
Implements Sundance::TensorBasisBase.
Definition at line 139 of file SundanceBasisFamilyBase.hpp.
References dim_.
Referenced by Sundance::RaviartThomas::print().
| int Sundance::VectorBasis::tensorOrder | ( | ) | const [inline, virtual] |
Inform caller that my tensor order is one
Implements Sundance::TensorBasisBase.
Definition at line 136 of file SundanceBasisFamilyBase.hpp.
int Sundance::VectorBasis::dim_ [private] |
Definition at line 142 of file SundanceBasisFamilyBase.hpp.
Referenced by dim().