Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
closest_t Struct Reference

To compute the minimal distance and its sign, we need to store information on the closest (2 in 2D, 12 in 3D) elements. More...

#include <distance.h>

Collaboration diagram for closest_t:
[legend]

Data Fields

double d2
 
coordv
 
int type
 

Detailed Description

To compute the minimal distance and its sign, we need to store information on the closest (2 in 2D, 12 in 3D) elements.

Definition at line 191 of file distance.h.

Field Documentation

◆ d2

double closest_t::d2

Definition at line 192 of file distance.h.

◆ type

int closest_t::type

Definition at line 194 of file distance.h.

◆ v

coord* closest_t::v

Definition at line 193 of file distance.h.


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