pub struct DmplexSolverPreparationProfile {
pub require_coordinates: bool,
pub require_cell_types: bool,
pub require_ownership: bool,
pub require_overlap: bool,
pub synchronize_ghost_sections: bool,
pub create_serial_ownership: bool,
}Expand description
Solver-preparation prerequisite profile.
Fields§
§require_coordinates: bool§require_cell_types: bool§require_ownership: bool§require_overlap: bool§synchronize_ghost_sections: bool§create_serial_ownership: boolTrait Implementations§
Source§impl Clone for DmplexSolverPreparationProfile
impl Clone for DmplexSolverPreparationProfile
Source§fn clone(&self) -> DmplexSolverPreparationProfile
fn clone(&self) -> DmplexSolverPreparationProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DmplexSolverPreparationProfile
Source§impl<'de> Deserialize<'de> for DmplexSolverPreparationProfile
impl<'de> Deserialize<'de> for DmplexSolverPreparationProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DmplexSolverPreparationProfile
impl StructuralPartialEq for DmplexSolverPreparationProfile
Auto Trait Implementations§
impl Freeze for DmplexSolverPreparationProfile
impl RefUnwindSafe for DmplexSolverPreparationProfile
impl Send for DmplexSolverPreparationProfile
impl Sync for DmplexSolverPreparationProfile
impl Unpin for DmplexSolverPreparationProfile
impl UnsafeUnpin for DmplexSolverPreparationProfile
impl UnwindSafe for DmplexSolverPreparationProfile
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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