A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

main(String[]) - Static method in class fhm.edu.fem.app.AnimationStartup
Call this method to start the program
main(String[]) - Static method in class fhm.edu.fem.app.EigenvaluesStartup
Call this method to start the program
main(String[]) - Static method in class fhm.edu.fem.app.FEMINConverterStartup
Call this method to start the FEM program
main(String[]) - Static method in class fhm.edu.fem.app.FEMStartup
Call this method to start the FEM program
main(String[]) - Static method in class fhm.edu.fem.app.GaussQuadratureStartup
Call this method to start the GaussQuadrature from the 2nd "Leistungsnachweis"
main(String[]) - Static method in class fhm.edu.fem.test.TestDoubleIntegration
 
main(String[]) - Static method in class fhm.edu.fem.test.TestFourier
 
main(String[]) - Static method in class fhm.edu.fem.test.TestHullMatrix
 
main(String[]) - Static method in class fhm.edu.fem.test.TestMatrixPanel
 
main(String[]) - Static method in class fhm.edu.fem.test.TestMultiplication
 
main(String[]) - Static method in class fhm.edu.fem.test.TestSingleIntegration
 
main(String[]) - Static method in class fhm.edu.fem.test.TestSMatrices
 
main(String[]) - Static method in class fhm.edu.fem.test.TestVector
 
MathObject - Interface in fhm.edu.fem.calc.objects
Class Description: This interface acts as superinterface of Vector and Matrix
Matrix - Interface in fhm.edu.fem.calc.objects.matrix
Class Description: The interface defining a matrix class
matrix - Variable in class fhm.edu.fem.calc.objects.matrix.MatrixPanel
 
MATRIX_HULL - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MATRIX_STANDARD - Static variable in class fhm.edu.fem.constants.ApplicationConstants
FOR FEM STARTUP All Calculations
MATRIX_USE - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MatrixFactory - Class in fhm.edu.fem.calc.objects.matrix
Class Description: This class creates the different types of matrices
MatrixHull - Class in fhm.edu.fem.calc.objects.matrix
Class Description: HullMatrix extends the basic matrix.
MatrixHull(String, double[][]) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHull
Matrix with the given name, filled with the given values
MatrixHull(String, int) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHull
Create a new HullMatrix with the size (x rows and x columns) (all fields are initialized with zeros)
MatrixHull() - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHull
 
MatrixHull(MatrixHull) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHull
Copy Constructor
MatrixHullChain - Class in fhm.edu.fem.calc.objects.matrix
Class Description: Test implementation of a Version of the Hull Matrix which is faster and does not have the "small" speed problems of the original MatrixHull class.
MatrixHullChain(String, int) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHullChain
Create a new HullMatrix with the size (x rows and x columns) (all fields are initialized with zeros)
MatrixHullChain(MatrixHullChain) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixHullChain
Copy Constructor
matrixImage - Variable in class fhm.edu.fem.calc.objects.matrix.MatrixPanel
 
MatrixPanel - Class in fhm.edu.fem.calc.objects.matrix
Class Description: This class is an extension of JPanel to make a Matrix displayable to the user
MatrixPanel(Matrix) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixPanel
Create a new MatrixPanel
MatrixPanel(Matrix, boolean) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixPanel
Create a new MatrixPanel
MatrixPanel(Matrix, LayoutManager) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixPanel
Create a new MatrixPanel
MatrixPanel(Matrix, LayoutManager, boolean) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixPanel
Create a new MatrixPanel
MatrixStandard - Class in fhm.edu.fem.calc.objects.matrix
Class Description: This class represents the matrix (we start at index 1 not 0 for both the rows and the columns)
MatrixStandard(String, double[][]) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixStandard
Matrix with the given name, filled with the given values
MatrixStandard(String, int) - Constructor for class fhm.edu.fem.calc.objects.matrix.MatrixStandard
Matrix with the size (x rows and x columns) (all fields are initialized with zeros)
maxSigmaElementIndex - Variable in class fhm.edu.fem.calc.FEMCalcSpanner
 
MEMBRAN_ALGORITHM_EXACTNESS - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_ALGORITHM_MAX_ITERATIONS - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_CIRCLE_OVERLAPPING_ELEMENTS - Static variable in class fhm.edu.fem.constants.ApplicationConstants
FOR FEM5
MEMBRAN_JACOBI - Static variable in class fhm.edu.fem.constants.ApplicationConstants
FOR FEM STARTUP Membran Calculations
MEMBRAN_MACHINE_PRECISION - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_NORM_EIGENVECTORS - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_NORM_EIGENVECTORS_VALUE - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_NUMBER_OF_EIGENVALUES - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_ORDER - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_RAYLEIGH - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_RAYLEIGH_S - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SHIFT_ORIGIN - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SVI - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SVI_1 - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SVI_2 - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SVI_3 - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_SVI_USE - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRAN_USE - Static variable in class fhm.edu.fem.constants.ApplicationConstants
 
MEMBRANE_CIRCLE_RING_Q_1 - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
MEMBRANE_CIRCLE_RING_Q_2 - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
MEMBRANE_CIRCLE_SECTOR_TRIANGLE_QUADRATIC_N - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
MEMBRANE_CIRCLE_SECTOR_TRIANGLE_QUADRATIC_NETA - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
MEMBRANE_CIRCLE_SECTOR_TRIANGLE_QUADRATIC_NETA_THROUGH_XI - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
MEMBRANE_CIRCLE_SECTOR_TRIANGLE_QUADRATIC_NXI - Static variable in class fhm.edu.fem.calc.objects.CompilationFunctions
 
membraneCircle - Variable in class fhm.edu.fem.calc.FEMCalcCircleMembrane
 
MembraneCircle - Class in fhm.edu.fem.calc.objects
Class Description: This class acts as membrane circle in case of FEM5.
MembraneCircle(FEMManager) - Constructor for class fhm.edu.fem.calc.objects.MembraneCircle
Construct a new membrane circle from the data in the FEMManager
membraneCircleCenterX - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleCenterX - Variable in class fhm.edu.fem.calc.objects.MembraneCircle
 
membraneCircleCenterX - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleCenterY - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleCenterY - Variable in class fhm.edu.fem.calc.objects.MembraneCircle
 
membraneCircleCenterY - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleCondition - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleCondition - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleRadius1 - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleRadius1 - Variable in class fhm.edu.fem.calc.objects.MembraneCircle
 
membraneCircleRadius1 - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleRadius2 - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleRadius2 - Variable in class fhm.edu.fem.calc.objects.MembraneCircle
 
membraneCircleRadius2 - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleRingQ1(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
Membrane Circle Ring Q1
membraneCircleRingQ2(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
Membrane Circle Ring Q2
membraneCircleSections - Variable in class fhm.edu.fem.calc.FEMManager
 
membraneCircleSections - Variable in class fhm.edu.fem.calc.objects.MembraneCircle
 
membraneCircleSections - Variable in class fhm.edu.fem.util.io.FEMINLoader
 
membraneCircleSectorTriangleQuadraticN(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
membraneCircleSectorTriangleQuadraticN
membraneCircleSectorTriangleQuadraticNETA(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
membraneCircleSectorTriangleQuadraticNETA
membraneCircleSectorTriangleQuadraticNETAThroughXI(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
membraneCircleSectorTriangleQuadraticNETAThroughXI
membraneCircleSectorTriangleQuadraticNXI(Double, Double, Integer) - Static method in class fhm.edu.fem.calc.objects.CompilationFunctions
membraneCircleSectorTriangleQuadraticNXI
MembraneFunctions - Class in fhm.edu.fem.calc.objects
Class Description: This class holds the methods to calculate the Fourier Coefficients via the double-integral and also a static method to calculate w0 at a given point (x,y)
MembraneFunctions() - Constructor for class fhm.edu.fem.calc.objects.MembraneFunctions
 
membraneRenderer - Variable in class fhm.edu.fem.animation.GLMembraneFrame
 
midNode - Variable in class fhm.edu.fem.calc.objects.CTab
 
mlenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI2
Multiplies the left-triangle-matrix L with matrix X
mlenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI3
Multiplies the left-triangle-matrix L with matrix X
mltenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI2
Multiplies the left-triangle-matrix LT with Matrix X
mltenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI3
Multiplies the left-triangle-matrix LT with Matrix X
modifyNodePositions() - Method in class fhm.edu.fem.calc.FEMCalcSpanner
Modify the positions of the nodes depending on the result vectors
mouseClicked(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
METHODS REQUIRED BY THE MOUSE LISTENERS - NOT USED
mouseDragged(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
Called when the user drags the mouse
mouseEntered(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
 
mouseExited(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
 
mouseLButtonDown - Variable in class fhm.edu.fem.animation.GLFEMRenderer
 
mouseMoved(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
 
mousePressed(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
Called when the user presses any mouse button
mouseRButtonDown - Variable in class fhm.edu.fem.animation.GLFEMRenderer
 
mouseReleased(MouseEvent) - Method in class fhm.edu.fem.animation.GLFEMRenderer
Called when the user releases the mouse button
mult(double) - Method in interface fhm.edu.fem.calc.objects.matrix.Matrix
Multiply all values in the matrix by the given value
mult(Vector) - Method in interface fhm.edu.fem.calc.objects.matrix.Matrix
Multiply this Matrix with the given vector (have to be the same size)
mult(Matrix) - Method in interface fhm.edu.fem.calc.objects.matrix.Matrix
Multiply this Matrix with the given Matrix (have to be the same size)
mult(double) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixHull
Multiply all values in the matrix by the given value
mult(Vector) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixHull
Multiply this Matrix with the given vector (have to be the same size)
mult(Matrix) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixHull
Multiply this Matrix with the given Matrix (have to be the same size)
mult(double) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixStandard
Multiply all values in the matrix by the given value
mult(Vector) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixStandard
Multiply this Matrix with the given vector (have to be the same size)
mult(Matrix) - Method in class fhm.edu.fem.calc.objects.matrix.MatrixStandard
Multiply this Matrix with the given Matrix (have to be the same size)
mult(double) - Method in class fhm.edu.fem.calc.objects.Vector
Multiply all values in the vector with the given value and return the new resulting vector
mult(Matrix, boolean) - Method in class fhm.edu.fem.calc.objects.Vector
Multiply this vector with the given matrix and return the new resulting vector
mult(Vector) - Method in class fhm.edu.fem.calc.objects.Vector
Multiply this vector with the given vector and return the new resulting vector
mvrenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI1
Solves the matrix calculation L * LT * X = B via "Vorwaerts- und Rueckwaertseinsetzen"
mvrenv(int, int, double[], int[], double[][], double[][]) - Method in class fhm.edu.fem.calc.objects.algorithm.SVI2
Solves the matrix calculation L * LT * X = B via "Vorwaerts- und Rueckwaertseinsetzen"

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z