[aspect-devel] Aspect Plugin
Wolfgang Bangerth
bangerth at colostate.edu
Tue Sep 11 16:35:27 PDT 2018
On 09/11/2018 10:18 AM, Kodi Neumiller wrote:
> I am writing a plugin for Aspect and I was trying to get a better
> feeling for how Aspect handles the information in the prm files. What
> files in Aspect handle most of the data given by the prm files?
There is a global set of parameters that are handled largely in the file
source/simulator/parameters.cc. But then most plugins also define their
own parameters, and they declare and read them individually -- take any
plugin you like (or that's close to what you want to emulate) and look
for the declare_parameters() and parse_parameters() functions in the
file that implements the plugin.
Let us know if you have concrete questions about what a particular piece
of code there does!
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth at colostate.edu
www: http://www.math.colostate.edu/~bangerth/
More information about the Aspect-devel
mailing list