Skip to content
Snippets Groups Projects
Forked from waLBerla / waLBerla
556 commits behind the upstream repository.
walberla.h 1.48 KiB
//======================================================================================================================
//
//  This file is part of waLBerla. waLBerla 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 3 of 
//  the License, or (at your option) any later version.
//  
//  waLBerla 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 waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
//
//! \file walberla.h
//! \author Christian Godenschwager <christian.godenschwager@fau.de>
//! \brief Collective header file for waLBerla
//
//======================================================================================================================

#pragma once

#include "blockforest/all.h"
#include "boundary/all.h"
#include "communication/all.h"
#include "core/all.h"
#include "domain_decomposition/all.h"
#include "field/all.h"
#include "gather/all.h"
#include "geometry/all.h"
#include "gui/all.h"
#include "lbm/all.h"
#include "pde/all.h"
#include "pe_coupling/all.h"
#include "postprocessing/all.h"
#include "stencil/all.h"
#include "timeloop/all.h"
#include "vtk/all.h"