NuTo
Numerics Tool
Functions | Variables
ConstraintsBenchmark.cpp File Reference
#include <benchmark/benchmark.h>
#include "nuto/mechanics/constraints/Constraints.h"

Functions

void Constraints (benchmark::State &state)
 
 BENCHMARK (Constraints) -> RangeMultiplier(10) ->Range(1, 1e6) ->Complexity()
 
 BENCHMARK_MAIN ()
 

Variables

auto zero = [](double) { return 0.; }
 
const NuTo::DofType d ("...", 1)
 

Function Documentation

BENCHMARK ( Constraints  ) -> RangeMultiplier(10) ->Range(1, 1e6) ->Complexity()
BENCHMARK_MAIN ( )
void Constraints ( benchmark::State &  state)

Variable Documentation

const NuTo::DofType d("...", 1)
auto zero = [](double) { return 0.; }