Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/d5/d91/classdolfinx_1_1fem_1_1DirichletBC-members.html
DOLFINx  0.5.1
DOLFINx C++ interface
DirichletBC< T > Member List

This is the complete list of members for DirichletBC< T >, including all inherited members.

DirichletBC(const S &g, U &&dofs, const std::shared_ptr< const FunctionSpace > &V)DirichletBC< T >inline
DirichletBC(const std::shared_ptr< const Constant< T >> &g, U &&dofs, const std::shared_ptr< const FunctionSpace > &V)DirichletBC< T >inline
DirichletBC(const std::shared_ptr< const Function< T >> &g, U &&dofs)DirichletBC< T >inline
DirichletBC(const std::shared_ptr< const Function< T >> &g, U &&V_g_dofs, const std::shared_ptr< const FunctionSpace > &V)DirichletBC< T >inline
DirichletBC(const DirichletBC &bc)=defaultDirichletBC< T >
DirichletBC(DirichletBC &&bc)=defaultDirichletBC< T >
dof_indices() constDirichletBC< T >inline
dof_values(std::span< T > values) constDirichletBC< T >inline
function_space() constDirichletBC< T >inline
mark_dofs(const std::span< std::int8_t > &markers) constDirichletBC< T >inline
operator=(const DirichletBC &bc)=defaultDirichletBC< T >
operator=(DirichletBC &&bc)=defaultDirichletBC< T >
set(std::span< T > x, double scale=1.0) constDirichletBC< T >inline
set(std::span< T > x, const std::span< const T > &x0, double scale=1.0) constDirichletBC< T >inline
value() constDirichletBC< T >inline
~DirichletBC()=defaultDirichletBC< T >