svMultiPhysics
Loading...
Searching...
No Matches
remesh.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 REMESH_H
5#define REMESH_H
6
7#include "Simulation.h"
8
9namespace remesh {
10
11void remesh_restart(Simulation* simulation);
12
13void set_face_ebc(ComMod& com_mod, CmMod& cm_mod, faceType& lFa, mshType& lM);
14
15};
16
17#endif
18
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:35
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1514
Definition Simulation.h:14
The face type containing mesh at boundary.
Definition ComMod.h:511
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863