DOLFIN-X
DOLFIN-X C++ interface
|
This is the complete list of members for dolfinx::fem::CoordinateElement, including all inherited members.
cell_shape() const | dolfinx::fem::CoordinateElement | |
compute_reference_geometry(Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > &X, Eigen::Tensor< double, 3, Eigen::RowMajor > &J, Eigen::Ref< Eigen::Array< double, Eigen::Dynamic, 1 >> detJ, Eigen::Tensor< double, 3, Eigen::RowMajor > &K, const Eigen::Ref< const Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >> &x, const Eigen::Ref< const Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >> &cell_geometry) const | dolfinx::fem::CoordinateElement | |
CoordinateElement(mesh::CellType cell_type, int topological_dimension, int geometric_dimension, const std::string &signature, const ElementDofLayout &dof_layout, std::function< void(double *, int, const double *, const double *)> compute_physical_coordinates, std::function< void(double *, double *, double *, double *, int, const double *, const double *)> compute_reference_geometry) | dolfinx::fem::CoordinateElement | |
dof_layout() const | dolfinx::fem::CoordinateElement | |
geometric_dimension() const | dolfinx::fem::CoordinateElement | |
push_forward(Eigen::Ref< Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >> x, const Eigen::Ref< const Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >> &X, const Eigen::Ref< const Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >> &cell_geometry) const | dolfinx::fem::CoordinateElement | |
signature() const | dolfinx::fem::CoordinateElement | |
topological_dimension() const | dolfinx::fem::CoordinateElement | |
~CoordinateElement()=default | dolfinx::fem::CoordinateElement | virtual |