Class IntegrationUtil


  • public final class IntegrationUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void calculateDerivatives​(java.util.List<Particle> pParticles, java.util.List<Derivate3f> pDerivates)  
      static <T> void checkContainerSize​(int pSize, java.util.List<T> pContainer, java.lang.Class<T> pClass)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrationUtil

        public IntegrationUtil()
    • Method Detail

      • checkContainerSize

        public static <T> void checkContainerSize​(int pSize,
                                                  java.util.List<T> pContainer,
                                                  java.lang.Class<T> pClass)
      • calculateDerivatives

        public static void calculateDerivatives​(java.util.List<Particle> pParticles,
                                                java.util.List<Derivate3f> pDerivates)