spis.Surf.SurfMesh
Class UnstructSurfMesh

java.lang.Object
  extended byspis.Surf.SurfMesh.SurfMesh
      extended byspis.Surf.SurfMesh.UnstructSurfMesh
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ThreeDUnstructSurfMesh

public abstract class UnstructSurfMesh
extends SurfMesh
implements java.io.Serializable

Class Name : UnstructSurfMesh
Project ref : SPIS project
File name : UnstructSurfMesh.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :

Description : Unstructured Surface Mesh
Still abstract: most variables and data depend on dimension => in derived classes

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel
See Also:
Serialized Form

Constructor Summary
UnstructSurfMesh(Geom geometry, VolMesh volMesh)
          default constructor
 
Methods inherited from class spis.Surf.SurfMesh.SurfMesh
advance, applyScalFunction, applyVectFunction, checkIsOnThisMesh, computeNeighbouringData, currentDeposit, deposit, getEdgeFlag, getEdgeLength, getEdgeRadius, getElNb, getElNb, getGeom, getSurfArea, getSurfNormal, getSurfThickness, getVm, interpolate, mapField, samplePos, setVm
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnstructSurfMesh

public UnstructSurfMesh(Geom geometry,
                        VolMesh volMesh)
default constructor