svMultiPhysics
Loading...
Searching...
No Matches
solver
remeshTet.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
void
remesh3d_tetgen(
const
int
nPoints,
const
int
nFacets,
const
double
* pointList,
5
const
int
* facetList,
const
std::array<double,3>& params,
int
* pOK);
6
Generated by
1.9.8