2016/MAY/04
Scientific Programming contain the homeworks of C++, Qt and Fortran Introductory course from the Rio de Janeiro's Federal University.
This project contains exercices with the Gauss-Legendre Quadrature.
##Introduction
This project join the academic works from a Master of Science Course.
It is mostly written in C++ and Fortran and has a little piece in Python. The source code is placed in the scr
directory. Files and images are in the data
directory. Translation files are in the po
directory.
##Contains
- Gauss-Legendre Quadrature (Fortran)
- Gauss-Legendre Quadrature (C++)
- Binary files (C++) in
binar.cpp
and - Dynamic Memory Allocation (C++) in
datadyn.cpp
andponteiro.cpp
- Dynamic-link library (DLL) in
dll.cpp
- C++ Program use Fortran subroutine in
c_using_fortran.cpp
andmatrix_multiply.f95