|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Vol.VolMesh.VolMesh
spis.Vol.VolMesh.UnstructVolMesh
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 |
Field Summary |
Fields inherited from class spis.Vol.VolMesh.VolMesh |
|
Constructor Summary | |
UnstructVolMesh(Geom geometry,
SurfMesh boundarySurfMesh,
SurfMesh scSurfMesh)
default constructor |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnstructVolMesh(Geom geometry, SurfMesh boundarySurfMesh, SurfMesh scSurfMesh)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |