Uses of Interface
org.episteme.natural.physics.classical.mechanics.nbody.NBodyProvider
Packages that use NBodyProvider
Package
Description
-
Uses of NBodyProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type NBodyProviderModifier and TypeClassDescriptionclassA benchmark that systematically tests all available NBodyAlgorithmProviders.Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type NBodyProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type NBodyProviderModifier and TypeMethodDescriptionvoidSystematicNBodyBenchmark.setProvider(NBodyProvider provider) -
Uses of NBodyProvider in org.episteme.nativ.physics.classical.mechanics.nbody.backends
Classes in org.episteme.nativ.physics.classical.mechanics.nbody.backends that implement NBodyProviderModifier and TypeClassDescriptionclassCUDA-accelerated N-Body simulation backend using JCuda.classGPU-accelerated N-Body simulation backend using OpenCL. -
Uses of NBodyProvider in org.episteme.natural.physics.classical.mechanics.nbody
Methods in org.episteme.natural.physics.classical.mechanics.nbody with parameters of type NBodyProvider -
Uses of NBodyProvider in org.episteme.natural.physics.classical.mechanics.nbody.providers
Classes in org.episteme.natural.physics.classical.mechanics.nbody.providers that implement NBodyProviderModifier and TypeClassDescriptionclassDistributed N-body simulation provider.classNative multicore N-body simulation provider.