///////////////////////////////////////////////////////////////// // Parameters for contour integral method. // // The master file should inclue "cimResolution.pro" later on. // ///////////////////////////////////////////////////////////////// Function{ // Physical data // DefineConstant[angularFreqRe = 1, // [rad/s] angularFreqIm = 0]; // [rad/s] Puls[] = Complex[angularFreqRe, angularFreqIm]; // [rad/m] // Algebraic data // DefineConstant[x() = {}, // Solution b() = {}]; // Right hand side // Control data // DefineConstant[imposeRHS = 0, // Should I use an imposed RHS? doPostpro = 0, // Should I only create a view for x()? doApply = 0, // Should I only apply x(): x <- Ax? fileName = "eig.pos"]; // Postpro file name }