Skip to content
forked from mdolab/pysurf

pySurf provides geometric operations for triangulated surfaces.

License

Notifications You must be signed in to change notification settings

neysecco/pysurf

 
 

Repository files navigation

pySurf

Build Status Documentation Status codecov

pySurf provides a wide range of geometric operations for triangulated surfaces and piecewise linear curves, including computing intersections between components. These operations are differentiated using AD, which enables their use in gradient-based aerodynamic shape optimization.

Note: The hyperbolic collar mesh generation functionality has been deprecated since v1.2.0.

Citation

Please cite the pySurf journal article if you use any part of this code.

Ney R. Secco, John P. Jasa, Gaetan K. W. Kenway, and Joaquim R. R. A. Martins. "Component-Based Geometry Manipulation for Aerodynamic Shape Optimization with Overset Meshes", AIAA Journal, Vol. 56, No. 9 (2018), pp. 3667-3679.

@article{Secco2018b,
	Author = {Ney R. Secco and John P. Jasa and Gaetan K. W. Kenway and Joaquim R. R. A. Martins},
	Doi = {10.2514/1.J056550},
	Journal = {AIAA Journal},
	Month = {September},
	Number = {9},
	Pages = {3667--3679},
	Title = {Component-based Geometry Manipulation for Aerodynamic Shape Optimization with Overset Meshes},
	Volume = {56},
	Year = {2018}}

License

Copyright 2016-2022 MDO Lab

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

pySurf provides geometric operations for triangulated surfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 75.1%
  • Python 19.3%
  • C 3.2%
  • Makefile 2.2%
  • Shell 0.2%