Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This class provides a wrapper for a pointer to an array. It never owns the data, and will not be valid if the underlying data goes out-of-scope.
Constructor
Construct array from a pointer. Array does not take ownership.
Construct array from a container with the the data() and size() functions
Copy constructor
Update object to point to new data
Update object to point to new container
Return size of array
Test if array view is empty
Access value of given entry (const version)
Access value of given entry (non-const version)
Return pointer to data (const version)
Return pointer to data (non-const version)