svMultiPhysics
Loading...
Searching...
No Matches
solver
contact.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 CONTACTF_H
5
#define CONTACT_H
6
7
#include "ComMod.h"
8
9
namespace
contact {
10
11
void
construct_contact_pnlty(
ComMod
& com_mod,
CmMod
& cm_mod,
const
Array<double>& Dg);
12
13
};
14
15
#endif
16
CmMod
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition
CmMod.h:35
ComMod
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition
ComMod.h:1514
Generated by
1.9.8