|
DOLFIN-X
DOLFIN-X C++ interface
|
This is the complete list of members for dolfinx::fem::DirichletBC< T >, including all inherited members.
| DirichletBC(const std::shared_ptr< const function::Function< T >> &g, const Eigen::Ref< const Eigen::Array< std::int32_t, Eigen::Dynamic, 1 >> &dofs) | dolfinx::fem::DirichletBC< T > | inline |
| DirichletBC(const std::shared_ptr< const function::Function< T >> &g, const Eigen::Ref< const Eigen::Array< std::int32_t, Eigen::Dynamic, 2 >> &V_g_dofs, std::shared_ptr< const function::FunctionSpace > V) | dolfinx::fem::DirichletBC< T > | inline |
| DirichletBC(const DirichletBC &bc)=default | dolfinx::fem::DirichletBC< T > | |
| DirichletBC(DirichletBC &&bc)=default | dolfinx::fem::DirichletBC< T > | |
| dof_values(Eigen::Ref< Eigen::Matrix< T, Eigen::Dynamic, 1 >> values) const | dolfinx::fem::DirichletBC< T > | inline |
| dofs() const | dolfinx::fem::DirichletBC< T > | inline |
| dofs_owned() const | dolfinx::fem::DirichletBC< T > | inline |
| function_space() const | dolfinx::fem::DirichletBC< T > | inline |
| mark_dofs(std::vector< bool > &markers) const | dolfinx::fem::DirichletBC< T > | inline |
| operator=(const DirichletBC &bc)=default | dolfinx::fem::DirichletBC< T > | |
| operator=(DirichletBC &&bc)=default | dolfinx::fem::DirichletBC< T > | |
| set(Eigen::Ref< Eigen::Matrix< T, Eigen::Dynamic, 1 >> x, double scale=1.0) const | dolfinx::fem::DirichletBC< T > | inline |
| set(Eigen::Ref< Eigen::Matrix< T, Eigen::Dynamic, 1 >> x, const Eigen::Ref< const Eigen::Matrix< T, Eigen::Dynamic, 1 >> &x0, double scale=1.0) const | dolfinx::fem::DirichletBC< T > | inline |
| value() const | dolfinx::fem::DirichletBC< T > | inline |
| ~DirichletBC()=default | dolfinx::fem::DirichletBC< T > |
1.8.18