Blender V4.5
LaplacianSystem Struct Reference

Classes

struct  HeatWeighting
 

Public Attributes

LinearSolvercontext
 
int verts_num
 
int faces_num
 
float ** verts
 
float * varea
 
char * vpinned
 
int(* faces )[3]
 
float(* fweights )[3]
 
int areaweights
 
int storeweights
 
bool variablesdone
 
blender::Map< blender::OrderedEdge, int > edgehash
 
struct LaplacianSystem::HeatWeighting heat
 

Detailed Description

Definition at line 55 of file meshlaplacian.cc.

Member Data Documentation

◆ areaweights

int LaplacianSystem::areaweights

◆ context

◆ edgehash

blender::Map<blender::OrderedEdge, int> LaplacianSystem::edgehash

Definition at line 70 of file meshlaplacian.cc.

Referenced by laplacian_system_construct_end(), and laplacian_triangle_weights().

◆ faces

◆ faces_num

int LaplacianSystem::faces_num

◆ fweights

◆ heat

◆ storeweights

int LaplacianSystem::storeweights

◆ varea

float* LaplacianSystem::varea

◆ variablesdone

bool LaplacianSystem::variablesdone

Definition at line 68 of file meshlaplacian.cc.

Referenced by laplacian_begin_solve(), and laplacian_system_solve().

◆ verts

◆ verts_num

◆ vpinned

char* LaplacianSystem::vpinned

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