svMultiPhysics
Loading...
Searching...
No Matches
liner_solver
add_bc_mul.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
#include "fils_struct.hpp"
5
6
namespace
add_bc_mul {
7
8
using namespace
fsi_linear_solver;
9
10
void
add_bc_mul(FSILS_lhsType& lhs,
const
BcopType op_Type,
const
int
dof,
const
Array<double>& X, Array<double>& Y);
11
12
};
Generated by
1.9.8