Derive Macro SubDomain
#[derive(SubDomain)]
{
// Attributes available to this derive:
#[Base]
#[SortCells]
#[Mechanics]
#[Force]
#[Reactions]
}
Available on crate feature
elli
only.#[derive(SubDomain)]
{
// Attributes available to this derive:
#[Base]
#[SortCells]
#[Mechanics]
#[Force]
#[Reactions]
}
elli
only.