Public Member Functions |
| Array< Mapping< Real, 2 > > & | apply (Mapping< Real, 2 > &fnc(Mapping< Real, 2 > &)) |
| | Application operator to each component, e.g.
|
| Array< Mapping< Real, 2 > > & | apply (const Array< H > &a, Mapping< Real, 2 >fnc(const H &)) |
| | Application operator to each component.
|
| Array< Mapping< Real, 2 > > & | apply (const Array< H > &a, Mapping< Real, 2 >fnc(const H &, const Mapping< Real, 2 > &)) |
| | Application operator to each component.
|
| | ArrayJacobian (const Quad2d &quad, const Array< Real > &qX, const Array< Real > &qY) |
| | Constructor for a Quad2d.
|
| | ArrayJacobian (const Quad2d &quad, uint k, const Array< Real > &q) |
| | Constructor for a Quad2d, evaluated on an edge.
|
| uint | cursize () const |
| | Returns the size of the allocated memory.
|
| std::ostream & | info (std::ostream &os) const |
| int | memory () const |
| | Returns the memory usage in bytes.
|
| | operator const Mapping< Real, 2 > * () const |
| | Returns a pointer to the array.
|
| | operator Mapping< Real, 2 > * () |
| | Returns a pointer to the array.
|
| Array< Mapping< Real, 2 > > & | operator*= (const Array< H > &a) |
| | Multiplication operator.
|
| Array< Mapping< Real, 2 > > & | operator*= (const G n) |
| | Scaling operator.
|
| Array< Mapping< Real, 2 > > & | operator+= (const Mapping< Real, 2 >n) |
| | Addition operator.
|
| Array< Mapping< Real, 2 > > & | operator+= (const Array< H > &a) |
| | Addition operator.
|
| Array< Mapping< Real, 2 > > | operator- () const |
| | Negation operator.
|
| Array< Mapping< Real, 2 > > & | operator-= (const Array< H > &a) |
| | Subtraction operator.
|
| Array< Mapping< Real, 2 > > & | operator-= (const Mapping< Real, 2 >n) |
| | Subtraction operator.
|
| const Mapping< Real, 2 > & | operator[] (const int i) const |
| | Index operator.
|
| Mapping< Real, 2 > & | operator[] (const int i) |
| | Index operator.
|
| void | resize (const uint sz) |
| | Resizes the array.
|
| void | resizePreserve (const uint sz) |
| | Resizes the array.
|
| Array< Mapping< Real, 2 > > & | reverse () |
| | Reverse the order of the entries.
|
| uint | size () const |
| | Returns the requested size of the array.
|
| void | zeros () |
| | Fills the memory with zeros.
|
Protected Attributes |
| Mapping< Real, 2 > * | data_ |
| | Data.
|
| uint | n_ |
| | Requested size of the array.
|
| uint | size_ |
| | Current real size of the array.
|
template<>
class concepts::ArrayJacobian< 2, 2 >
Array of jacobian matrices in 2D on 2D elements.
- Author:
- Kersten Schmidt, 2009
Definition at line 158 of file arrays.hh.