laminatedevildoll
- 211
- 0
Does anyone know the fortran code for projecting a grid (cartesian or not) onto a surface?
Thnx
Thnx
PerennialII said:think might have somewhere or could find a reference or extract from some code, you want it for linears, quads ... ?
laminatedevildoll said:yeah, that'd be great.
neurocomp2003 said:if your willing to do it your self...the equation of a sphere is easy...then you do equal interval divisions along the latitude and longitude. The connecting points for the mesh is an easy pattern for either the quadmesh or trimesh(being alittle complicated then the former).