spis.Vol.VolMesh
Class UnstructVolMesh
java.lang.Object
spis.Vol.VolMesh.VolMesh
spis.Vol.VolMesh.UnstructVolMesh
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ThreeDUnstructVolMesh
- public abstract class UnstructVolMesh
- extends VolMesh
- implements java.io.Serializable
Class Name : VolMesh (generic Volume Mesh class)
Project ref : SPIS project
File name : UnstructVolMesh.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 Volume Mesh class.
Derives from VolMesh class.
Some of the abstract methods defined in the parent VolMesh class are implemented
here, and some can only be implemented in the derived classes (different dimensions).
Concerning the mesh data, they are only defined at derived class level
where space dimensionality is known
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
- See Also:
- Serialized Form
Methods inherited from class spis.Vol.VolMesh.VolMesh |
advance, applyScalFunction, applyVectFunction, computeGradient, currentDeposit, deposit, eulerSolve, getBsm, getCellVolField, getElNb, getElNb, getGeom, getInjectionCell, getNodeVolField, getScsm, getTotalVol, interpolate, mapToExternalNodeIndexing, mapToExternalNodeIndexing, mapToInternalNodeIndexing, mapToInternalNodeIndexing, mapToSurfField, maxwellSolve, mhdSolve, poissonSolve, samplePos, setBsm, setScsm |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnstructVolMesh
public UnstructVolMesh(Geom geometry,
SurfMesh boundarySurfMesh,
SurfMesh scSurfMesh)
- default constructor