newsNodal discontinuous Galerkin for space charge - News

 
 

Fundamental structure for SPCNDG established

Item posted by Jihuan Tian <quantumman> on Mon 16 Jan 2012 07:06:02 AM UTC.

Based on the simple object oriented programming (OOP) functionality support in Fortran 90, an initial design and implementation of the SPCNDG framework has been established.

The basic idea is to encapsulate related data, such as mesh, solution variables, mathematical and physical constants, program-wide constants, user defined global variables, etc. into different classes or modules. Further, functions and subroutines belonging to a similar category are packaged together. Meanwhile, Fortran interfaces are used to make the program more generic. All of these techniques make the function calling from a user level more clean and convenient.

Back to the top

Powered by Savane 3.15-e6e5.
Corresponding source code