Foam::triad::triad(const tensor& t) { x() = t.x(); y() = t.y(); z() = t.z(); }
void Foam::triad::operator=(const tensor& t) { x() = t.x(); y() = t.y(); z() = t.z(); }