svMultiPhysics
Loading...
Searching...
No Matches
fsi.h
1// SPDX-FileCopyrightText: Copyright (c) Stanford University, The Regents of the University of California, and others.
2// SPDX-License-Identifier: BSD-3-Clause
3
4#ifndef FSI_H
5#define FSI_H
6
7#include "ComMod.h"
8
9#include "consts.h"
10
11namespace fsi {
12
13void construct_fsi(ComMod& com_mod, CepMod& cep_mod, const mshType& lM, const Array<double>& Ag, const Array<double>& Yg, const Array<double>& Dg);
14
15};
16
17#endif
18
Definition CepMod.h:193
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1514
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863