|
| std::size_t | size (std::size_t dim) const |
| | Return size of given dimension.
|
| void | mult (const GenericVector &x, GenericVector &y) const |
| | Compute matrix-vector product y = Ax.
|
| MPI_Comm | mpi_comm () const |
| | Return MPI communicator.
|
| std::string | str (bool verbose) const |
| | Return informal string representation (pretty-print).
|
| virtual const LinearAlgebraObject * | instance () const |
| | Return concrete instance / unwrap (const version).
|
| virtual LinearAlgebraObject * | instance () |
| | Return concrete instance / unwrap (non-const version).
|
| virtual std::shared_ptr< const LinearAlgebraObject > | shared_instance () const |
| | Return concrete shared ptr instance / unwrap (const version).
|
| virtual std::shared_ptr< LinearAlgebraObject > | shared_instance () |
| | Return concrete shared ptr instance / unwrap (non-const version).
|
|
| Variable () |
| | Create unnamed variable.
|
|
| Variable (const std::string name, const std::string label) |
| | Create variable with given name and label.
|
|
| Variable (const Variable &variable) |
| | Copy constructor.
|
|
virtual | ~Variable () |
| | Destructor.
|
|
const Variable & | operator= (const Variable &variable) |
| | Assignment operator.
|
|
void | rename (const std::string name, const std::string label) |
| | Rename variable.
|
|
std::string | name () const |
| | Return name.
|
|
std::string | label () const |
| | Return label (description).
|
| std::size_t | id () const |
◆ mpi_comm()
| MPI_Comm dolfin::GenericLinearAlgebraFactory::NotImplementedLinearOperator::mpi_comm |
( |
| ) |
const |
|
inlinevirtual |
◆ mult()
◆ size()
| std::size_t dolfin::GenericLinearAlgebraFactory::NotImplementedLinearOperator::size |
( |
std::size_t | dim | ) |
const |
|
inlinevirtual |
◆ str()
| std::string dolfin::GenericLinearAlgebraFactory::NotImplementedLinearOperator::str |
( |
bool | verbose | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: