Introduction
The Convergence-Confinement Method (CCM) is a widely used analytical approach in
tunnel engineering that helps in understanding the interaction between the
surrounding ground and the tunnel support system during excavation. This method
is particularly useful in the design and construction of tunnels in rock masses,
where the behavior of the ground and the effectiveness of the support systems
need to be carefully evaluated to ensure stability and safety.
In this series of articles...
Introduction
The Convergence-Confinement Method (CCM) is a widely used analytical approach in
tunnel engineering that helps in understanding the interaction between the
surrounding ground and the tunnel support system during excavation. This method
is particularly useful in the design and construction of tunnels in rock masses,
where the behavior of the ground and the effectiveness of the support systems
need to be carefully evaluated to ensure stability and safety.
In this series of articles...
Introduction
The Convergence-Confinement Method (CCM) is a widely used analytical approach in
tunnel engineering that helps in understanding the interaction between the
surrounding ground and the tunnel support system during excavation. This method
is particularly useful in the design and construction of tunnels in rock masses,
where the behavior of the ground and the effectiveness of the support systems
need to be carefully evaluated to ensure stability and safety.
In this series of articles...
Introduction
The Convergence-Confinement Method (CCM) is a widely used analytical approach in
tunnel engineering that helps in understanding the interaction between the
surrounding ground and the tunnel support system during excavation. This method
is particularly useful in the design and construction of tunnels in rock masses,
where the behavior of the ground and the effectiveness of the support systems
need to be carefully evaluated to ensure stability and safety.
In this series of articles...
Introduction
Debugging is a crucial part of software development. It helps us identify the source of errors and help us to read and understand people's code. However, debugging in VS Code might be a daunting task, especially for a beginner. At least, that's what I felt when first learning it. Worsely, there are no actual guidelines that are either readily available or helpful.
So, in this post, I'll share with you how to do debugging in VS Code with GNU GDB for programming in Fortran.
VS Code...