From 94d3e79a8617f88dc0219cfdeedfa3147833719d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 24 Jun 2019 14:43:36 +0200 Subject: Initialize at openlb-1-3 --- src/functors/lattice/functors3D.hh | 55 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/functors/lattice/functors3D.hh (limited to 'src/functors/lattice/functors3D.hh') diff --git a/src/functors/lattice/functors3D.hh b/src/functors/lattice/functors3D.hh new file mode 100644 index 0000000..154d99b --- /dev/null +++ b/src/functors/lattice/functors3D.hh @@ -0,0 +1,55 @@ +/* This file is part of the OpenLB library + * + * Copyright (C) 2012 Lukas Baron, Mathias J. Krause, Albert Mink0 + * E-mail contact: info@openlb.net + * The most recent release of OpenLB can be downloaded at + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. +*/ + +/** \file + * Groups all include files for the directory genericFunctions. + */ + +#include "blockBaseF2D.hh" +#include "blockBaseF3D.hh" +#include "blockCalcF3D.hh" +#include "blockLatticeIntegralF3D.hh" +#include "blockMin3D.hh" +#include "blockMax3D.hh" +#include "blockAverage3D.hh" +#include "blockGeometryFaces3D.hh" +#include "blockLatticeLocalF3D.hh" +#include "blockLocalAverage3D.hh" +#include "latticeFrameChangeF3D.hh" +#include "reductionF3D.hh" +#include "blockReduction3D2D.hh" +#include "superBaseF3D.hh" +#include "superCalcF3D.hh" +#include "superConst3D.hh" +#include "superLatticeIntegralF3D.hh" +#include "superLatticeLocalF3D.hh" +#include "superLocalAverage3D.hh" +#include "superMin3D.hh" +#include "superMax3D.hh" +#include "superAverage3D.hh" +#include "superGeometryFaces3D.hh" +#include "turbulentF3D.hh" +#include "superErrorNorm3D.hh" +#include "indicator/indicator3D.hh" +#include "integral/integral3D.hh" +#include "timeAveraged/superLatticeTimeAveraged3D.hh" -- cgit v1.2.3