DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for DirichletBC< T, U >, including all inherited members.
DirichletBC(const S &g, X &&dofs, std::shared_ptr< const FunctionSpace< U > > V) | DirichletBC< T, U > | inline |
DirichletBC(std::shared_ptr< const Constant< T > > g, X &&dofs, std::shared_ptr< const FunctionSpace< U > > V) | DirichletBC< T, U > | inline |
DirichletBC(std::shared_ptr< const Function< T, U > > g, X &&dofs) | DirichletBC< T, U > | inline |
DirichletBC(std::shared_ptr< const Function< T, U > > g, X &&V_g_dofs, std::shared_ptr< const FunctionSpace< U > > V) | DirichletBC< T, U > | inline |
DirichletBC(const DirichletBC &bc)=default | DirichletBC< T, U > | |
DirichletBC(DirichletBC &&bc)=default | DirichletBC< T, U > | |
dof_indices() const | DirichletBC< T, U > | inline |
dof_values(std::span< T > values) const | DirichletBC< T, U > | inline |
function_space() const | DirichletBC< T, U > | inline |
mark_dofs(std::span< std::int8_t > markers) const | DirichletBC< T, U > | inline |
operator=(const DirichletBC &bc)=default | DirichletBC< T, U > | |
operator=(DirichletBC &&bc)=default | DirichletBC< T, U > | |
set(std::span< T > x, T scale=1) const | DirichletBC< T, U > | inline |
set(std::span< T > x, std::span< const T > x0, T scale=1) const | DirichletBC< T, U > | inline |
value() const | DirichletBC< T, U > | inline |
~DirichletBC()=default | DirichletBC< T, U > |