Fluid structure interaction suite
projection_operator.h File Reference
Include dependency graph for projection_operator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dealii
 

Functions

template<typename Range , typename Domain , typename Payload = internal::LinearOperatorImplementation::EmptyPayload>
LinearOperator< Range, Domain, Payload > dealii::projection_operator (const Range &range_exemplar, const std::vector< std::reference_wrapper< const Domain >> &local_basis, const Domain *domain_exemplar=nullptr, const Payload &payload=Payload())
 Construct a LinearOperator object that projects a vector onto a basis. More...