Uses of Class
org.episteme.core.mathematics.analysis.fem.Mesh
Packages that use Mesh
Package
Description
-
Uses of Mesh in org.episteme.core.mathematics.analysis.fem
Methods in org.episteme.core.mathematics.analysis.fem with parameters of type Mesh -
Uses of Mesh in org.episteme.core.mathematics.numerical.fem
Methods in org.episteme.core.mathematics.numerical.fem with parameters of type MeshModifier and TypeMethodDescriptiondouble[]FEMProvider.solvePoisson(Mesh mesh, ToDoubleFunction<double[]> sourceTerm) float[]FEMProvider.solvePoisson(Mesh mesh, ToFloatFunction<float[]> sourceTerm) -
Uses of Mesh in org.episteme.core.mathematics.numerical.fem.providers
Methods in org.episteme.core.mathematics.numerical.fem.providers with parameters of type MeshModifier and TypeMethodDescriptiondouble[]MulticoreFEMProvider.solvePoisson(Mesh mesh, ToDoubleFunction<double[]> sourceTerm) float[]MulticoreFEMProvider.solvePoisson(Mesh mesh, ToFloatFunction<float[]> sourceTerm)