Blog

Notes on computational mechanics, research tools, and life in academia.

Aug 23, 2022
misc

How to get the U.S. visa

I recently got an opportunity to attend an international conference at the University of California, San Diego. For this, I had to travel from India to the U.S. So, yes,...

Mar 8, 2022
Code

Implementation of threshold projection in Python

In the domain of topology optimization, we aim to get the result that is competent for manufacturing without any post-processing. But it is observed that for most of the cases...

Dec 24, 2021
Latex

How to position the figures and tables in Latex

Latex is an efficient tool for writing. Latex does the majority of formatting on its own. Sometimes our document has a lot of figures and tables and becomes difficult to...

Oct 22, 2021
Gmsh

How to use threshold for local meshing in Gmsh

Mesh refinement is an important tool for editing finite element meshes in order to increase the accuracy of the solution. In regions where stress is concentrated or in the critical...

Oct 22, 2021
Gmsh

How to model a simple geometry in Gmsh

Meshing is the most important part of the finite element analysis. We use Gmsh as a tool for mesh generation. Gmsh is a open- source 3D finite element mesh generator...

Oct 20, 2021
FEniCS

FEniCS How to start

FEniCS is a very popular open source computing platform. I have been using FEniCS for my research work. And it is very interesting that each day brings a new aspect...

Oct 6, 2021
misc

Learn from your mistakes

I always feel that there is nothing better than working in a team. It has many advantages, but it also comes up with great responsibility, I would say. When we...

Aug 10, 2021
Video,

Steps I follow to document my learning

Daily we come across many new things. We learn from everything and it is very difficult to store everything in your mind. Also I believe it is very important to...

Jul 3, 2021
FEniCS,

Basics of Mesh Adaptivity

Adaptive mesh refinement is an extraordinary methd of adaptively refining the mesh to enhance the accuracy of the solution within a certain sensitive regions in the domain.

Mar 17, 2021
FEniCS

Cantilever beam problem with different solvers

This folder contains the python script for a cantilever beam problem. Different solvers are tested for the same problem. Check this link (“https://www.mcs.anl.gov/petsc/documentation/linearsolvertable.html”) to know more about different solvers available...

Jan 13, 2021
misc

A new start

I am a kind of girl who love to express and easily get motivated in life by my own thoughts. Its very important for me to write my experience and...