Class: PDESolver

URI: tvbo:PDESolver

 classDiagram
    class PDESolver
    click PDESolver href "./PDESolver.html"
      PDESolver : description
        
          
    
        
        
        PDESolver --> "0..1" String : description
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      PDESolver : discretization
        
          
    
        
        
        PDESolver --> "0..1" DiscretizationMethod : discretization
        click DiscretizationMethod href "../../enums/DiscretizationMethod.html"
    

        
      PDESolver : dt
        
          
    
        
        
        PDESolver --> "0..1" Float : dt
        click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
    

        
      PDESolver : environment
        
          
    
        
        
        PDESolver --> "0..1" SoftwareEnvironment : environment
        click SoftwareEnvironment href "./SoftwareEnvironment.html"
    

        
      PDESolver : label
        
          
    
        
        
        PDESolver --> "0..1" String : label
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      PDESolver : preconditioner
        
          
    
        
        
        PDESolver --> "0..1" String : preconditioner
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      PDESolver : requirements
        
          
    
        
        
        PDESolver --> "*" SoftwareRequirement : requirements
        click SoftwareRequirement href "./SoftwareRequirement.html"
    

        
      PDESolver : time_integrator
        
          
    
        
        
        PDESolver --> "0..1" String : time_integrator
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      PDESolver : tolerances
        
          
    
        
        
        PDESolver --> "0..1" String : tolerances
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      

Class Properties

Property Value
Class URI tvbo:PDESolver

Slots

Name Cardinality and Range Description Inheritance
label 0..1
xsd:string
direct
description 0..1
xsd:string
direct
requirements *
SoftwareRequirement
direct
environment 0..1
SoftwareEnvironment
direct
discretization 0..1
DiscretizationMethod
direct
time_integrator 0..1
xsd:string
e direct
dt 0..1
xsd:float
Time step (s) direct
tolerances 0..1
xsd:string
Abs/rel tolerances direct
preconditioner 0..1
xsd:string
direct

Usages

used by used in type used
PDE solver range PDESolver

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:PDESolver
native tvbo:PDESolver

LinkML Source

Direct

name: PDESolver
from_schema: https://w3id.org/tvbo
slots:
- label
- description
- requirements
- environment
attributes:
  discretization:
    name: discretization
    from_schema: https://w3id.org/tvbo
    domain_of:
    - BranchSwitch
    - PDESolver
    range: DiscretizationMethod
  time_integrator:
    name: time_integrator
    description: e.g., implicit Euler, Crank-Nicolson.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - PDESolver
    range: string
  dt:
    name: dt
    description: Time step (s).
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - PDESolver
    range: float
  tolerances:
    name: tolerances
    description: Abs/rel tolerances.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - PDESolver
    range: string
  preconditioner:
    name: preconditioner
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - PDESolver
    range: string
class_uri: tvbo:PDESolver

Induced

name: PDESolver
from_schema: https://w3id.org/tvbo
attributes:
  discretization:
    name: discretization
    from_schema: https://w3id.org/tvbo
    owner: PDESolver
    domain_of:
    - BranchSwitch
    - PDESolver
    range: DiscretizationMethod
  time_integrator:
    name: time_integrator
    description: e.g., implicit Euler, Crank-Nicolson.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - PDESolver
    range: string
  dt:
    name: dt
    description: Time step (s).
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - PDESolver
    range: float
  tolerances:
    name: tolerances
    description: Abs/rel tolerances.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - PDESolver
    range: string
  preconditioner:
    name: preconditioner
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - PDESolver
    range: string
  label:
    name: label
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: rdfs:label
    owner: PDESolver
    domain_of:
    - ParcellationTerminology
    - Subject
    - Session
    - Dataset
    - Contact
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Parcellation
    - Tractogram
    - Matrix
    - Phenotype
    - Network
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - Function
    - FunctionCall
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - ExplorationAxis
    - FreeParameter
    - Inference
    - AlgorithmStage
    - TuningObjective
    - Continuation
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - DifferentialOperator
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:description
    owner: PDESolver
    domain_of:
    - Dataset
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Tractogram
    - Matrix
    - Phenotype
    - MeasureSpec
    - NamedArray
    - Network
    - GraphGenerator
    - ProcedureStep
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - ExplorationAxis
    - FreeParameter
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - AlgorithmStage
    - TuningObjective
    - Algorithm
    - BranchSwitch
    - Continuation
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - Study
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  requirements:
    name: requirements
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - SoftwareEnvironment
    - Function
    - PDESolver
    range: SoftwareRequirement
    multivalued: true
  environment:
    name: environment
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: PDESolver
    domain_of:
    - Observation
    - SimulationExperiment
    - PDESolver
    range: SoftwareEnvironment
class_uri: tvbo:PDESolver