spis.Vol.BC
Class DirichletPoissonBC

java.lang.Object
  extended byspis.Vol.BC.BC
      extended byspis.Vol.BC.PoissonBC
          extended byspis.Vol.BC.DirichletPoissonBC

public class DirichletPoissonBC
extends PoissonBC

Class Name : DirichletPoissonBC
Project ref : SPIS project
File name : DirichletPoissonBC.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 : Dirichlet boundary conditions for a Poisson solver.

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation
0.2 F Rogier, rogier@onecert.frObtains control



Version:
0.2
Author:
F Rogier

Constructor Summary
DirichletPoissonBC(SurfMesh sm, ScalSurfField potential)
          Default constructor
 
Method Summary
 ScalSurfField getPot()
          Returns the fixed potential of Dirichlet conditions
 void setPot(ScalSurfField potential)
          Sets the fixed potential of Dirichlet condition (node-centring requested and checked)
 
Methods inherited from class spis.Vol.BC.BC
getSm
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirichletPoissonBC

public DirichletPoissonBC(SurfMesh sm,
                          ScalSurfField potential)
Default constructor

Method Detail

setPot

public void setPot(ScalSurfField potential)
Sets the fixed potential of Dirichlet condition (node-centring requested and checked)


getPot

public ScalSurfField getPot()
Returns the fixed potential of Dirichlet conditions