OpenLB 1.7
Loading...
Searching...
No Matches
functors2D.h
Go to the documentation of this file.
1/* This file is part of the OpenLB library
2 *
3 * Copyright (C) 2012 Lukas Baron, Mathias J. Krause
4 * E-mail contact: info@openlb.net
5 * The most recent release of OpenLB can be downloaded at
6 * <http://www.openlb.net/>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public
19 * License along with this program; if not, write to the Free
20 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301, USA.
22*/
23
28#include "blockBaseF2D.h"
29#include "blockCalcF2D.h"
32#include "blockMin2D.h"
33#include "blockMax2D.h"
34#include "blockAverage2D.h"
36#include "blockLocalAverage2D.h"
37#include "blockReduction2D2D.h"
38#include "blockReduction2D1D.h"
39#include "reductionF2D.h"
40#include "superBaseF2D.h"
41#include "superCalcF2D.h"
42#include "superConst2D.h"
45#include "superMin2D.h"
46#include "superMax2D.h"
47#include "superAverage2D.h"
49#include "superLocalAverage2D.h"
50#include "superErrorNorm2D.h"
52#include "integral/integral2D.h"
54#include "blockRoundingF2D.h"
55#include "superRoundingF2D.h"
59#include "latticePhysField2D.h"
60#include "latticeCoords2D.h"
61#include "latticeDensity2D.h"
62#include "latticeExternal2D.h"
63#include "latticeVelocity2D.h"
67#include "latticeGeometry2D.h"
68#include "latticeRank2D.h"
69#include "latticeCuboid2D.h"
75#include "latticePorosity2D.h"
78#include "euklidNorm2D.h"
80#include "latticeField2D.h"
81#include "latticeAverage2D.h"
96#include "latticeStrainRate2D.h"
98#include "latticeCellList.h"
Groups all include files for the directory functors/lattice/integral.
Groups all include files for the directory genericFunctions.