24#ifndef CONTACT_HELPERS_H
25#define CONTACT_HELPERS_H
33template <
typename T,
unsigned D>
36 for (
unsigned iD = 0; iD < D; ++iD) {
43template <
typename T,
unsigned D>
46 unsigned short dimension=0;
47 for (
unsigned iD = 0; iD < D; ++iD) {
void updateMinMax(PhysR< T, D > &min, PhysR< T, D > &max, const PhysR< T, D > &pos)
unsigned short domainDimension(PhysR< T, D > &min, PhysR< T, D > &max)
Top level namespace for all of OpenLB.