public class Trivac extends Tracking
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
Modifier and Type | Field and Description |
---|---|
int |
impv
index used to control the printing in supervectorization subroutines.
|
int |
iseg
width of a vectorial register.
|
Constructor and Description |
---|
Trivac(java.lang.String name,
java.lang.String trivacType,
int isplh)
Use this constructor to create a new Trivac object in hexagonal geometry.
|
Trivac(java.lang.String name,
java.lang.String trivacType,
int[] order)
Use this constructor to create a new Trivac object in Cartesian geometry.
|
public int iseg
public int impv
public Trivac(java.lang.String name, java.lang.String trivacType, int isplh)
name
- user-defined name of the Trivac objecttrivacType
- type of finite element approach. This variable is chosen
among the following values:
isplh
- type of hexagonal mesh-splitting. The values permitted are:
public Trivac(java.lang.String name, java.lang.String trivacType, int[] order)
name
- user-defined name of the Trivac objecttrivacType
- type of finite element approach. This variable is chosen
among the following values:
order
- one- or two-component array containing the discretization type.
order[0] is the order of the finite element representation.
Its value is chosen among the following values:
public void exec(Gigogne a) throws JargonException
a
- 1D or 2D Cartesian or hexagonal geometry to analyse.JargonException