|
Array< Mapping< Real, 2 > > & | apply (const Array< H > &a, Mapping< Real, 2 > fnc(const H &)) |
| Application operator to each component. More...
|
|
Array< Mapping< Real, 2 > > & | apply (const Array< H > &a, Mapping< Real, 2 > fnc(const H &, const Mapping< Real, 2 > &)) |
| Application operator to each component. More...
|
|
Array< Mapping< Real, 2 > > & | apply (Mapping< Real, 2 > &fnc(Mapping< Real, 2 > &)) |
| Application operator to each component, e.g. More...
|
|
| ArrayJacobian (const QuadNd &quad, const Array< Real > &qX, const Array< Real > &qY, bool istensor=true) |
| Constructor for a QuadNd. More...
|
|
| ArrayJacobian (const QuadNd &quad, uint k, const Array< Real > &q) |
| Constructor for a QuadNd, evaluated on an edge. More...
|
|
uint | cursize () const |
| Returns the size of the allocated memory. More...
|
|
std::ostream & | info (std::ostream &os) const |
|
int | memory () const |
| Returns the memory usage in bytes. More...
|
|
| operator const Mapping< Real, 2 > * () const |
| Returns a pointer to the array. More...
|
|
| operator Mapping< Real, 2 > * () |
| Returns a pointer to the array. More...
|
|
Array< Mapping< Real, 2 > > & | operator*= (const Array< H > &a) |
| Multiplication operator. More...
|
|
Array< Mapping< Real, 2 > > & | operator*= (const G n) |
| Scaling operator. More...
|
|
Array< Mapping< Real, 2 > > & | operator+= (const Array< H > &a) |
| Addition operator. More...
|
|
Array< Mapping< Real, 2 > > & | operator+= (const Mapping< Real, 2 > n) |
| Addition operator. More...
|
|
Array< Mapping< Real, 2 > > | operator- () const |
| Negation operator. More...
|
|
Array< Mapping< Real, 2 > > & | operator-= (const Array< H > &a) |
| Subtraction operator. More...
|
|
Array< Mapping< Real, 2 > > & | operator-= (const Mapping< Real, 2 > n) |
| Subtraction operator. More...
|
|
Mapping< Real, 2 > & | operator[] (const int i) |
| Index operator. More...
|
|
const Mapping< Real, 2 > & | operator[] (const int i) const |
| Index operator. More...
|
|
void | resize (const uint sz) |
| Resizes the array. More...
|
|
void | resizePreserve (const uint sz) |
| Resizes the array. More...
|
|
Array< Mapping< Real, 2 > > & | reverse () |
| Reverse the order of the entries. More...
|
|
uint | size () const |
| Returns the requested size of the array. More...
|
|
void | zeros () |
| Fills the memory with zeros. More...
|
|
Array of jacobian matrices in 2D on 2D elements.
- Author
- Kersten Schmidt, 2009
-
Robert Gruhlke, 2014
Definition at line 213 of file arrays.hh.