58 std::ostream &
print(std::ostream &os)
const
60 os <<
"Patch-wise function.\n";
Interface for the set of functions defined on a domain (the total number of functions in the set equa...
Definition gsFunctionSet.h:219
uPtr clone()
Clone methode. Produceds a deep copy inside a uPtr.
A function from a n-dimensional domain to an m-dimensional image.
Definition gsFunction.h:60
A function depending on an index i, typically referring to a patch/sub-domain.
Definition gsPatchwiseFunction.h:33
virtual index_t size() const =0
size
virtual const gsFunction< T > & piece(const index_t i) const =0
Returns the piece(s) of the function(s) at subdomain k.
std::ostream & print(std::ostream &os) const
Prints the object as a string.
Definition gsPatchwiseFunction.h:58
#define index_t
Definition gsConfig.h:32
Provides declaration of Function abstract interface.
The G+Smo namespace, containing all definitions for the library.