pub struct Dirichlet<'a> {
pub places: &'a [&'a [usize]],
pub values: &'a [TensorRank0],
}
Expand description
Dirichlet boundary conditions.
Fields§
§places: &'a [&'a [usize]]
§values: &'a [TensorRank0]
Auto Trait Implementations§
impl<'a> Freeze for Dirichlet<'a>
impl<'a> RefUnwindSafe for Dirichlet<'a>
impl<'a> Send for Dirichlet<'a>
impl<'a> Sync for Dirichlet<'a>
impl<'a> Unpin for Dirichlet<'a>
impl<'a> UnwindSafe for Dirichlet<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more