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