Class SchwarzChristoffelMapping.indexValueItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      indexValueItem​(int index, double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      double getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        private int index
      • value

        private double value
    • Constructor Detail

      • indexValueItem

        public indexValueItem​(int index,
                              double value)
    • Method Detail

      • getIndex

        public int getIndex()
      • getValue

        public double getValue()