Caribou
|
Public Types | |
using | Base = internal::BaseUnidimensionalGrid< Grid< Dimension > > |
using | Element = geometry::Segment< 1, Linear > |
using | ElementIndices = std::array< NodeIndex, caribou::geometry::traits< Element >::NumberOfNodesAtCompileTime > |
Public Member Functions | |
auto | cell_at (const GridCoordinates &coordinates) const -> Element |
auto | cell_at (const CellIndex &index) const -> Element |
auto | node_indices_of (const GridCoordinates &coordinates) const -> ElementIndices |
auto | node_indices_of (const CellIndex &index) const -> ElementIndices |
Static Public Attributes | |
static constexpr size_t | Dimension = 1 |