User Guide
nmodl::test_utils::DiffEqTestCase Struct Reference

represent differential equation test construct More...

Detailed Description

represent differential equation test construct

Definition at line 44 of file nmodl_constructs.hpp.

#include <nmodl_constructs.hpp>

Public Attributes

std::string name
 name of the mod file More...
 
std::string equation
 differential equation to solve More...
 
std::string solution
 expected solution More...
 
std::string method
 solve method More...
 

Member Data Documentation

◆ equation

std::string nmodl::test_utils::DiffEqTestCase::equation

differential equation to solve

Definition at line 49 of file nmodl_constructs.hpp.

◆ method

std::string nmodl::test_utils::DiffEqTestCase::method

solve method

Definition at line 55 of file nmodl_constructs.hpp.

◆ name

std::string nmodl::test_utils::DiffEqTestCase::name

name of the mod file

Definition at line 46 of file nmodl_constructs.hpp.

◆ solution

std::string nmodl::test_utils::DiffEqTestCase::solution

expected solution

Definition at line 52 of file nmodl_constructs.hpp.


The documentation for this struct was generated from the following file: