Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
#include <deal.II/lac/affine_constraints.h>
#include <deal.II/lac/linear_operator.h>
#include <deal.II/lac/packaged_operation.h>
Go to the source code of this file.
Functions | |
Indirectly applying constraints to LinearOperator | |
template<typename Range , typename Domain , typename Payload > | |
LinearOperator< Range, Domain, Payload > | distribute_constraints_linear_operator (const AffineConstraints< typename Range::value_type > &constraints, const LinearOperator< Range, Domain, Payload > &exemplar) |
template<typename Range , typename Domain , typename Payload > | |
LinearOperator< Range, Domain, Payload > | project_to_constrained_linear_operator (const AffineConstraints< typename Range::value_type > &constraints, const LinearOperator< Range, Domain, Payload > &exemplar) |
template<typename Range , typename Domain , typename Payload > | |
LinearOperator< Range, Domain, Payload > | constrained_linear_operator (const AffineConstraints< typename Range::value_type > &constraints, const LinearOperator< Range, Domain, Payload > &linop) |
template<typename Range , typename Domain , typename Payload > | |
PackagedOperation< Range > | constrained_right_hand_side (const AffineConstraints< typename Range::value_type > &constraints, const LinearOperator< Range, Domain, Payload > &linop, const Range &right_hand_side) |