Skip to content

cbcoutinho/simple1D_CG-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple1D_CG-FE

A 1D implementation of a continuous Galerkin Model

This model is used to solve a 1D ODE: $ a u_x = cos(x) $

Which has the known solution of: $ u = sin(x)/a $

Testing the model with an odd number of elements produces the correct result, as shown here with 7 elements:

Sample image

About

A 1D implementation of a continuous Galerkin Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages