Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 6 of 6) sorted by relevance

/honee/src/spanstats/
H A Dspanstats.c426 MPI_Datatype unit; in SpanwiseStatisticsProcess() local
440 if (spanstats->num_comp_stats == 1) unit = MPIU_REAL; in SpanwiseStatisticsProcess()
442 PetscCallMPI(MPI_Type_contiguous(spanstats->num_comp_stats, MPIU_REAL, &unit)); in SpanwiseStatisticsProcess()
443 PetscCallMPI(MPI_Type_commit(&unit)); in SpanwiseStatisticsProcess()
446 PetscCall(PetscSFReduceBegin(spanstats->sf, unit, child_stats, parent_stats, MPI_SUM)); in SpanwiseStatisticsProcess()
447 PetscCall(PetscSFReduceEnd(spanstats->sf, unit, child_stats, parent_stats, MPI_SUM)); in SpanwiseStatisticsProcess()
451 PetscCallMPI(MPI_Type_free(&unit)); in SpanwiseStatisticsProcess()
/honee/tests/junit-xml/
H A DREADME.rst78 See the docs and unit tests for more examples.
/honee/doc/
H A Druntime_options.md162 - Run unit tests of Newtonian state variable transformation functions
166 - Run unit tests of Riemann problem solver and it's Jacobian
H A Dtheory.md232 A contravariant measure of element length in the direction of a unit vector $\hat{\bm n}$ is given …
306 Note that $\bm g$ is scaled so that it is identity for a unit square, keeping this definition align…
316 …t reported to be optimal at 0.5 for linear elements, $\hat{\bm n}_i$ is a unit vector in direction…
H A Dexamples.md497 … element length in the direction of the density gradient unit vector. This density gradient unit v…
/honee/
H A DMakefile342 $(info Running unit tests)