AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
BlockMacros.hpp File Reference

Parameter class in NextMesh Block. More...

#include <nextmesh/Macros.hpp>
#include <string>
+ Include dependency graph for BlockMacros.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  AMCAX::NextMesh::CtrlNode
 Control node structure. More...
 
struct  AMCAX::NextMesh::SpacingParam
 Control parameters for edge distribution. More...
 
struct  AMCAX::NextMesh::SpacingInfo
 Edge distribution information. More...
 
struct  AMCAX::NextMesh::SmoothParam
 Control parameters for mesh smooth. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 
namespace  AMCAX::NextMesh
 Namespace of all interface in the AMCAX NextMesh module.
 

Enumerations

enum class  AMCAX::NextMesh::NodeType { Unknown , Vertex , CtrlNode }
 Type of node.
 
enum class  AMCAX::NextMesh::SpacingType {
  Number , Length , Linear , Geometric ,
  BellCurve , AutoCFD
}
 Type of edge distribution.
 
enum class  AMCAX::NextMesh::SmoothType { LAPLACIAN = 0 , ENERGY_BASED = 1 }
 Type of mesh smooth.
 

Detailed Description

Parameter class in NextMesh Block.

Operations related to generated block-structured mesh

This file is part of AMCAX kernel.