spis.Vol.BC
Class BC

java.lang.Object
  extended byspis.Vol.BC.BC
Direct Known Subclasses:
PoissonBC

public abstract class BC
extends java.lang.Object

Class Name : BC (BoundaryCondition)
Project ref : SPIS project
File name : BC.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 : class defining the boundary condition for a solver.

Versions and anomalies correction :

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


Version:
0.1
Author:
JF Roussel

Field Summary
protected  SurfMesh sm
          Surface Mesh on which this boundary condition is defined on
 
Constructor Summary
BC(SurfMesh surfMesh)
          Default constructor
 
Method Summary
 SurfMesh getSm()
          returns surface mesh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sm

protected SurfMesh sm
Surface Mesh on which this boundary condition is defined on

Constructor Detail

BC

public BC(SurfMesh surfMesh)
Default constructor

Method Detail

getSm

public SurfMesh getSm()
returns surface mesh