addCustomDerivationsToTextbook Interface

interface
public module subroutine addCustomDerivationsToTextbook(textbookObj, gridObj, geometryObj, partObj, vSpaceObj, normObj, speciesListObj, varList, jsonCont, mpiCont)

Arguments

Type IntentOptional Attributes Name
type(Textbook), intent(inout) :: textbookObj
type(Grid), intent(in) :: gridObj
type(Geometry), intent(in) :: geometryObj
type(Partition), intent(in) :: partObj
type(VSpace), intent(in) :: vSpaceObj
class(Normalization), intent(in) :: normObj
type(SpeciesList), intent(in) :: speciesListObj
type(VariableList), intent(in) :: varList
type(JSONController), intent(inout) :: jsonCont

JSONController used to get parameters from ./config.json

type(MPIController), intent(inout) :: mpiCont

MPIController used with JSONController

Description

Adds custom derivations to textbook based on JSON config file