Solve Linear Elasticity with Gridap, Julia
Introduction Gridap is a highly useful finite element solver built with Julia.However, since the documentation still feels somewhat incomplete, I…
Introduction Gridap is a highly useful finite element solver built with Julia.However, since the documentation still feels somewhat incomplete, I…
Lx, Ly, Lz = (5.0, 5.0, 1.0) nx, ny, nz = (10, 10, 2) domain = (0.0,Lx, 0.0,Ly, 0.0,Lz) partition…
Introduction GridapTopOpt is a library that is able to handle level set method based topology optimization. This library is built…
Download/Install superlu_dist/mumps/MPI/cmake Output Install Activate PETSc Add dir to PATH Check Activation thru GridapPETSc If it tells the path where…
start=$(date +%s) # processes you wanna measure sleep 3 end=$(date +%s) echo "elapsed time: $((end - start)) sec" start=$(date +%s%N)…
Introduction In the previous article, I solved structural analysis with Gridap, which is contained Gridap tutorial, and showed result with…
How does you system dump crash information> In this case, it sends crash information into Apport for automated crash reporting…
Introduction To manage julia environment, Julia provides software to manage Julia environment such as its versions. Install Julia and Juliaup…
Remove system mpiexec Install artifact mpiexec Set Environment Variables Check SetUp Make sure that it leaves error log Trace Error…