Uses of Class
jabble.BoundaryCondition

Packages that use BoundaryCondition
jabble The core classes for Jabble that make up the framework. 
 

Uses of BoundaryCondition in jabble
 

Methods in jabble that return BoundaryCondition
static BoundaryCondition BoundaryCondition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoundaryCondition[] BoundaryCondition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jabble with parameters of type BoundaryCondition
 EquationSetBuilder EquationSetBuilder.setBoundaryConditions(java.lang.String fieldName, int dirIndex, BoundaryCondition lowerBoundary, BoundaryCondition upperBoundary)
          Defines the boundary condition for a Field along one direction.
 EquationSetBuilder EquationSetBuilder.setyBoundaryConditions(BoundaryCondition... boundaries)
          Defines the default boundary conditions for all setFields.