Lost your password?

Blogs about: Numerical Techniques

Featured Blog

Trapezoidal Rule

Rohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> float func(float x) { return(x … more →

Tags: programming in C#

Lagrange's Formula

Rohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> void main() { clrscr(); float … more →

Tags: programming in C#

Integretion using Simpson's 3/8 rule

Rohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> float func(float x) { return(1 … more →

Tags: programming in C#

Finding roots of equation using Newton Raphson Method

Rohit Bansal wrote 5 months ago: #include<stdio.h> #include<conio.h> #include<dos.h> #include<math.h> float f … more →

Tags: programming in C#

Regula Falsi Method1 comment

Rohit Bansal wrote 10 months ago: /* Program to find out the roots of equation using regula-falsi method. */ #include<stdio.h> # … more →

Tags: programming in C#, C Programs

Bisection Method

Rohit Bansal wrote 10 months ago: // Program to find out the roots of equation, using Bisection Method. #include<stdio.h> #inclu … more →

Tags: programming in C#, C Programs

Meshless method for phase field equations

Guru wrote 1 year ago: Title: Solving phase field equations using a meshless method Authors: J X Zhou and M E Li Source: Co … more →

Tags: Phase field modelling, Cahn-Hilliard equation, Allen-Cahn equation, meshless method

DFT studies on magnetoelectric multiferroics

Guru wrote 2 years ago: Title: Density functional studies of multiferroic magnetoelectrics Author: Nicola A Hill Source: Ann … more →

Tags: First Principles, DFT, multiferroics, magnetoelectrics

Iterative methods -- templates for!

Guru wrote 2 years ago: Everybody needs an iterative solver at some point or other. Recently, I sent a few links to a friend … more →

Tags: Tutorials, Books, Source Codes

Stability of Crank-Nicholson for variable diffusivity

Guru wrote 2 years ago: Title: Stability analysis of the Crank-Nicholson method for variable coefficient diffusion equation … more →

On discretization of the n-dimensional Laplacian

Guru wrote 2 years ago: Title: A discretization of the n-dimensional Laplacian for a dimension-independent stability limit A … more →

Moving mesh spectral method for phase field simulations

Guru wrote 2 years ago: Title: Spectral implementation of an adaptive moving mesh method for phase-field equations Authors: … more →

Tags: Phase field modelling, Cahn-Hilliard equation, Allen-Cahn equation

Finite difference schemes for Cahn-Hilliard equations

Guru wrote 2 years ago: Title: Numerical study of the Cahn-Hilliard equation in one, two and three dimensions Authors: E V L … more →

Tags: Cahn-Hilliard equation

Finite difference schemes for Cahn-Hilliard equation

Guru wrote 2 years ago: Title: Conservative nonlinear difference scheme for the Cahn-Hilliard equation (Parts I and II) Auth … more →

Tags: Cahn-Hilliard equation

Sparse matrix algorithms for phase field models of grain growth2 comments

Guru wrote 2 years ago: Phase field models are used, among other things, for a study of grain growth [1,2]. In one type of p … more →

Tags: Grain boundaries, Phase field modelling, Allen-Cahn equation, Microstructural evolution, Simulations

Maximally fast algorithm for Cahn-Hilliard equation

Guru wrote 2 years ago: Here is a follow-up paper on the unconditionally stable time step for diffuse interface methods. Pap … more →

Tags: Literature survey, Phase field modelling, Coarsening, Cahn-Hilliard equation, Allen-Cahn equation, Error Analysis, Algorithms

Computational physics course notes online2 comments

Guru wrote 2 years ago: The lecture notes of an upper-division Introduction to Computational Physics course in html and pdf … more →

Tags: Tutorials

Unconditonally stable time steps for diffuse interface equations1 comment

Guru wrote 2 years ago: Paper: Fast and accurate coarsening simulation with an unconditionally stable time step Authors: Ben … more →

Tags: Literature survey, Phase field modelling, Coarsening, Stability Analysis, Cahn-Hilliard equation, Allen-Cahn equation


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS