Home
last modified time | relevance | path

Searched defs:multiplicity (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dinverse_multiplicity.h11 const CeedScalar(*multiplicity)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in InverseMultiplicity() local
H A Dstrong_boundary_conditions.h14 const CeedScalar(*multiplicity)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[2]; in SetupStrongBC() local
/libCEED/examples/fluids/src/
H A Dinverse_multiplicity.c32 CeedVector multiplicity; in GetInverseMultiplicity() local
H A Dstrong_boundary_conditions.c18 CeedVector multiplicity, x_stored, scale_stored, stg_data, dXdx; in SetupStrongSTG_Ceed() local
/libCEED/rust/libceed/src/
H A Delem_restriction.rs629 pub fn multiplicity(&self, mult: &mut Vector) -> crate::Result<i32> { in multiplicity() method