svFSIplus
Public Attributes | List of all members
odeType Class Reference

Time integration scheme and related parameters. More...

#include <CepMod.h>

Public Attributes

TimeIntegratioType tIntType = TimeIntegratioType::NA
 Time integration method type. More...
 
int maxItr = 5
 Max. iterations for Newton-Raphson method. More...
 
double absTol = 1.E-8
 Absolute tolerance. More...
 
double relTol = 1.E-4
 Relative tolerance. More...
 

Detailed Description

Time integration scheme and related parameters.

Member Data Documentation

◆ absTol

double odeType::absTol = 1.E-8

Absolute tolerance.

◆ maxItr

int odeType::maxItr = 5

Max. iterations for Newton-Raphson method.

◆ relTol

double odeType::relTol = 1.E-4

Relative tolerance.

◆ tIntType

TimeIntegratioType odeType::tIntType = TimeIntegratioType::NA

Time integration method type.


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