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