Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::PseudospectralOptions Struct Reference

Options for Pseudospectral setup. More...

#include <Pseudospectral.hpp>

Public Attributes

PseudospectralScheme scheme = PseudospectralScheme::LGL
int n_nodes = 21
 Number of collocation nodes (including endpoints).

Detailed Description

Options for Pseudospectral setup.

Member Data Documentation

◆ n_nodes

int janus::PseudospectralOptions::n_nodes = 21

Number of collocation nodes (including endpoints).

◆ scheme

PseudospectralScheme janus::PseudospectralOptions::scheme = PseudospectralScheme::LGL

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