Searched refs:unit (Results 1 – 6 of 6) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 426 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 D | README.rst | 78 See the docs and unit tests for more examples.
|
| /honee/doc/ |
| H A D | runtime_options.md | 162 - Run unit tests of Newtonian state variable transformation functions 166 - Run unit tests of Riemann problem solver and it's Jacobian
|
| H A D | theory.md | 232 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 D | examples.md | 497 … element length in the direction of the density gradient unit vector. This density gradient unit v…
|
| /honee/ |
| H A D | Makefile | 342 $(info Running unit tests)
|