Title: Solving phase field equations using a meshless method Authors: J X Zhou and M E Li Source: Communications in numerical methods in engineering, Vol. 22, Issue 11, pp. 1109-1115. Abstract: The ph… more →
Materials, Science ofRohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> float func(float x) { return(x … more →
Rohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> void main() { clrscr(); float … more →
Rohit Bansal wrote 5 months ago: #include<conio.h> #include<stdio.h> #include<dos.h> float func(float x) { return(1 … more →
Rohit Bansal wrote 5 months ago: #include<stdio.h> #include<conio.h> #include<dos.h> #include<math.h> float f … more →
Rohit Bansal wrote 10 months ago: /* Program to find out the roots of equation using regula-falsi method. */ #include<stdio.h> # … more →
Rohit Bansal wrote 10 months ago: // Program to find out the roots of equation, using Bisection Method. #include<stdio.h> #inclu … more →
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 →
Guru wrote 2 years ago: Title: Density functional studies of multiferroic magnetoelectrics Author: Nicola A Hill Source: Ann … more →
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 →
Guru wrote 2 years ago: Title: Stability analysis of the Crank-Nicholson method for variable coefficient diffusion equation … more →
Guru wrote 2 years ago: Title: A discretization of the n-dimensional Laplacian for a dimension-independent stability limit A … more →
Guru wrote 2 years ago: Title: Spectral implementation of an adaptive moving mesh method for phase-field equations Authors: … more →
Guru wrote 2 years ago: Title: Numerical study of the Cahn-Hilliard equation in one, two and three dimensions Authors: E V L … more →
Guru wrote 2 years ago: Title: Conservative nonlinear difference scheme for the Cahn-Hilliard equation (Parts I and II) Auth … more →
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 →
Guru wrote 2 years ago: Here is a follow-up paper on the unconditionally stable time step for diffuse interface methods. Pap … more →
Guru wrote 2 years ago: The lecture notes of an upper-division Introduction to Computational Physics course in html and pdf … more →
Guru wrote 2 years ago: Paper: Fast and accurate coarsening simulation with an unconditionally stable time step Authors: Ben … more →