#include <vectorial.hh>
|
| Space (const uint vdim, const uint arrayWidth=0) |
|
virtual uint | dim () const |
|
virtual uint | nelm () const |
|
virtual Scanner * | scan () const |
|
virtual void | put (concepts::Space< F > &spc, const int i=0, const int j=0) |
|
void | rebuild () |
| Rebuilds the vectorial space from the scalar spaces.
|
|
virtual uint | getOutputDimension () const |
| Returns the default output dimension, when we consider plotting a real-valued operator on this space.
|
|
virtual void | insert (F &vdata, const int a=0, const int b=0) |
| Add a component.
|
|
virtual const F * | get (const int a, const int b=0) const |
| Get a component.
|
|
uint | vdim () const |
| Returns number of components.
|
|
|
virtual std::ostream & | info (std::ostream &os) const |
|
template<class F>
class vectorial::Space< F >
Vector valued space
- Author
- Kersten Schmidt, 2002
- Examples
- elasticity2D_tutorial.cc, and hpFEM3d-EV.cc.
Definition at line 478 of file vectorial.hh.
◆ ElementType
◆ Scanner
◆ type
◆ Space()
◆ dim()
◆ get()
◆ getOutputDimension()
◆ info()
|
protectedvirtualinherited |
◆ insert()
◆ nelm()
◆ put()
Insert a Space spc of one vectorial dimension to the next v-dimensional space (arguments i
and j
are ignored)
- Examples
- hpFEM3d-EV.cc.
◆ scan()
◆ vdim()
Returns number of components.
Definition at line 77 of file vectorial.hh.
◆ idx_
Index of the last added component.
Definition at line 82 of file vectorial.hh.
◆ vdata_
template<class F >
|
mutableprotectedinherited |
◆ vdim_
The documentation for this class was generated from the following files: