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

#include <common.h>

Collaboration diagram for _Attributes:
[legend]

Data Fields

BoundaryFuncboundary
 
BoundaryFuncboundary_homogeneous
 
BoundaryStencilFuncboundary_stencil
 
double(* gradient )(double, double, double)
 
void(* delete )(scalar)
 
charname
 
ivec d
 
vector v
 
int face
 
bool nodump
 
bool freed
 
int block
 
scalardepends
 

Detailed Description

Definition at line 150 of file common.h.

Field Documentation

◆ block

int _Attributes::block

Definition at line 161 of file common.h.

◆ boundary

BoundaryFunc* _Attributes::boundary

Definition at line 151 of file common.h.

◆ boundary_homogeneous

BoundaryFunc* _Attributes::boundary_homogeneous

Definition at line 152 of file common.h.

◆ boundary_stencil

BoundaryStencilFunc* _Attributes::boundary_stencil

Definition at line 153 of file common.h.

◆ d

ivec _Attributes::d

Definition at line 157 of file common.h.

◆ delete

void(* _Attributes::delete) (scalar)

Definition at line 155 of file common.h.

◆ depends

scalar* _Attributes::depends

Definition at line 162 of file common.h.

◆ face

int _Attributes::face

Definition at line 159 of file common.h.

◆ freed

bool _Attributes::freed

Definition at line 160 of file common.h.

◆ gradient

double(* _Attributes::gradient) (double, double, double)

Definition at line 154 of file common.h.

◆ name

char* _Attributes::name

Definition at line 156 of file common.h.

Referenced by cartesian_scalar_clone(), and foreach_stencil_generic().

◆ nodump

bool _Attributes::nodump

Definition at line 160 of file common.h.

◆ v

vector _Attributes::v

Definition at line 158 of file common.h.


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