PolyFEM
Loading...
Searching...
No Matches
polyfem::assembler::LinearAssemblerData Class Reference

#include <AssemblerData.hpp>

Collaboration diagram for polyfem::assembler::LinearAssemblerData:
[legend]

Public Member Functions

 LinearAssemblerData (const ElementAssemblyValues &vals, const double t, int i, int j, const QuadratureVector &da)
 

Public Attributes

const ElementAssemblyValuesvals
 stores the evaluation for that element
 
const double t
 
const int i
 first local order
 
const int j
 second local order
 
const QuadratureVectorda
 contains both the quadrature weight and the change of metric in the integral
 

Detailed Description

Definition at line 29 of file AssemblerData.hpp.

Constructor & Destructor Documentation

◆ LinearAssemblerData()

polyfem::assembler::LinearAssemblerData::LinearAssemblerData ( const ElementAssemblyValues vals,
const double  t,
int  i,
int  j,
const QuadratureVector da 
)
inline

Definition at line 32 of file AssemblerData.hpp.

Member Data Documentation

◆ da

◆ i

◆ j

◆ t

◆ vals


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