Fluid structure interaction suite
mesh_handler.cc
Go to the documentation of this file.
1
// ---------------------------------------------------------------------
2
//
3
// Copyright (C) 2022 by Luca Heltai
4
//
5
// This file is part of the FSI-suite platform, based on the deal.II library.
6
//
7
// The FSI-suite platform is free software; you can use it, redistribute it,
8
// and/or modify it under the terms of the GNU Lesser General Public License as
9
// published by the Free Software Foundation; either version 3.0 of the License,
10
// or (at your option) any later version. The full text of the license can be
11
// found in the file LICENSE at the top level of the FSI-suite platform
12
// distribution.
13
//
14
// ---------------------------------------------------------------------
15
31
#include "
mesh_handler.h
"
32
33
#include <
deal.II/base/utilities.h
>
34
35
#include <
deal.II/grid/reference_cell.h
>
36
37
#include "
runner.h
"
38
39
using namespace
dealii
;
40
41
int
42
main
(
int
argc,
char
**argv)
43
{
44
RUNNER
(
MeshHandler
, argc, argv);
45
}
MeshHandler
Entry point of the FSI-suite programs.
Definition:
mesh_handler.h:252
utilities.h
main
int main(int argc, char **argv)
Definition:
mesh_handler.cc:42
mesh_handler.h
dealii
reference_cell.h
runner.h
RUNNER
#define RUNNER(Class, argc, argv)
Body of the main function for a program that runs a simulation in dimension dim only using the Parame...
Definition:
runner.h:328
apps
mesh_handler.cc
Generated on Tue Jun 25 2024 07:58:02 for Fluid structure interaction suite by
1.9.1