initFromJSON Interface

interface
private module subroutine initFromJSON(this, name, jsonCont, mpiCont)

Arguments

Type IntentOptional Attributes Name
class(Species), intent(inout) :: this
character(len=*), intent(in) :: name
type(JSONController), intent(inout) :: jsonCont

JSONController used to get parameters from ./config.json

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

MPIController used with JSONController

Description

Initialize species from JSON file. Here for extensibility