Fluid structure interaction suite
reduced_lagrange.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
16
#include "
pdes/serial/reduced_lagrange.h
"
17
18
#include "
runner.h
"
19
20
int
21
main
(
int
argc,
char
**argv)
22
{
23
RUNNER_NO_ONE
(
PDEs::Serial::ReducedLagrange
, argc, argv);
24
}
main
int main(int argc, char **argv)
Definition:
reduced_lagrange.cc:21
PDEs::Serial::ReducedLagrange
Definition:
reduced_lagrange.h:54
reduced_lagrange.h
runner.h
RUNNER_NO_ONE
#define RUNNER_NO_ONE(Class, argc, argv)
Body of the main function for a program that runs a simulation in dimensions two or three using the P...
Definition:
runner.h:354
apps
serial
reduced_lagrange.cc
Generated on Tue Jun 25 2024 07:58:02 for Fluid structure interaction suite by
1.9.1