Hi! Thank you for the great video. Could you please give me an advice on how to correctly choose iparm to solve five diagonal matrix? High accuracy is preferble to speed.
There are just too many options, depending on the format you use, the type of matrix (whether it is positive-definite), and so on. Just read the manual and set the parameters according to your needs.
Very nice video! Hope you don't get sued for trespassing :) And that was probably pétanque; at least it looks similar to the game of "petanca" that exists in Brazil and which I can only assume is a direct descendant.
I used Neper Polycrystal Generator to create the grain geometry (.msh file in Gmsh format), then wrote a custom code (github.com/igorg520b/RHITA_geometry_generator) to produce a Python script that is executed in Abaqus. The script creates the nodes, triangular elements and cohesive elements.
This is by far the best, most detailed and engaging travel vlog I’ve seen. Just superb! I visited Kenya in 2008, for about 12 days, and this tour makes me want to go back again, but for much longer. Thank you!
You go to cheaper places because you want cheap things ,you must respect peoples privacy and integrity you can remain in rushia we dont need you in kenya
Hi this came to my RU-vid feeds, it was lovely seeing Mlolongo as a feature l live passed there in Athi River and l pass by there mostly to grocery shop good job
You stayed in a ghetto my brother….when it rains those areas are not the areas you love to be. It’s nice for the experience. Mexico and Kenya are considered to be developing countries….that’s why you some similarities
По задумке - это лёд. Модуль упругости 9GPa; Коэфф Пуассона 0.3. Также добавлена пластичность: 50KPa - 0; 100KPa - 0.01; 1MPa - 0.05; 10MPa - 0.1. Конечно, лёд не пластичный материал, но здесь пластичность используется для поглощения энергии. Параметры зон когезии: Nominal Stress 400KPa; Fracture energy: 50J/m2; Размеры блока - 1x1x2.5 m; скорость индентера 0.2м/c.
I tried setting up separate master, submit, and compute nodes. I get an error when I submit a job that says "Job has not yet been considered by the matchmaker." Even though there are no requirements preventing me from submitting the job. I think this is some sort of firewall issue. Any idea how to fix this?
Sorry - I have not been using HTCondor much, and I am not an expert. Sounds like a communication problem between nodes. Better to ask this question on some specialized forums.
Igor, is it possible that your native Pardiso run was not taking advantage of multithreading and that MKL was? I found MKL threading controls vary greatly whether one is using ICC/OpenMP or gcc and TBB.
It seemed like Pardiso was using all cores, as intended - it just performed slower. However, it is possible that the results would be different for different types of matrices.
Hello, do you know how to use PARDISO-project in VS and Fortran? Since the MKL could not perform iterative calculation and matrix inverse. I have gotten the .lib, .dll and license files, but my code still not work.