QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
9 stars 5 forks source link

2D Wave solver - Mesh parser, mesh plotter, isoparametric mapping, and sphinx conf. #31

Closed amanabt closed 7 years ago

amanabt commented 7 years ago

This is the beginning of the development of the 2D wave equation solver. This PR I will:

  1. Write the README following the Quazartech style guidelines.
  2. Write a params file which will contain the user inputs required to run the program.
  3. Storing of 2nd order quadrangular mesh.
  4. Write a function to display the mesh grid.
  5. Write a function to read the 2nd order quadrangular .msh files.
  6. Configure sphinx for this project.
  7. Write function to map an element of the mesh to image coordinates, where, image image. This method of mapping is called isoparametric mapping.
mchandra commented 7 years ago

Does this PR contain all of the code required for 2D wave eqn evolution? Or only isometric mapping and A matrix assembly?

amanabt commented 7 years ago

A list of what the PR contains is written in the PR description. It does not contain code for A matrix assembly. I thought that it would be better to give a separate PR for A matrix assembly.

Ok, I think that the current title is not the appropriate gist of the PR. I will change it.