rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
tetgen::apiparam Class Reference

Public Member Functions

void ReadJsonString (const std::string &jsonStr)
 
 apiparam (const std::string &jsonStr)
 Constructs the object from a json string. More...
 

Public Attributes

std::array< double, 3 > lowerB
 Lower domain bound.
 
std::array< double, 3 > upperB
 Upper domain bound.
 
std::array< double, 2 > surfedgelengths
 Controls the surface edgelengths in CFD in the order: {point of lowest curvature, point of highest curvature}.
 
int curvatureSmoothing
 
std::vector< double > edgelengths
 Controls the edgelengths at regular intervals.
 
double distanceTol
 Distance tolerance.
 
bool generateMeshInside
 
std::string command
 

Detailed Description

Definition at line 133 of file tetgenrsvs.hpp.

Constructor & Destructor Documentation

◆ apiparam()

tetgen::apiparam::apiparam ( const std::string &  jsonStr)
inline

Constructs the object from a json string.

Parameters
[in]jsonStrThe json string

Definition at line 171 of file tetgenrsvs.hpp.


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