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

#include <AssemblerData.hpp>

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

Public Member Functions

 MixedAssemblerData (const ElementAssemblyValues &psi_vals, const ElementAssemblyValues &phi_vals, const double t, int i, int j, const QuadratureVector &da)
 

Public Attributes

const ElementAssemblyValuespsi_vals
 stores the evaluation for that element
 
const ElementAssemblyValuesphi_vals
 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 53 of file AssemblerData.hpp.

Constructor & Destructor Documentation

◆ MixedAssemblerData()

polyfem::assembler::MixedAssemblerData::MixedAssemblerData ( const ElementAssemblyValues psi_vals,
const ElementAssemblyValues phi_vals,
const double  t,
int  i,
int  j,
const QuadratureVector da 
)
inline

Definition at line 56 of file AssemblerData.hpp.

Member Data Documentation

◆ da

const QuadratureVector& polyfem::assembler::MixedAssemblerData::da

contains both the quadrature weight and the change of metric in the integral

Definition at line 78 of file AssemblerData.hpp.

Referenced by polyfem::assembler::BilaplacianMixed::assemble(), polyfem::assembler::IncompressibleLinearElasticityMixed::assemble(), and polyfem::assembler::StokesMixed::assemble().

◆ i

const int polyfem::assembler::MixedAssemblerData::i

◆ j

const int polyfem::assembler::MixedAssemblerData::j

◆ phi_vals

const ElementAssemblyValues& polyfem::assembler::MixedAssemblerData::phi_vals

◆ psi_vals

const ElementAssemblyValues& polyfem::assembler::MixedAssemblerData::psi_vals

◆ t

const double polyfem::assembler::MixedAssemblerData::t

Definition at line 72 of file AssemblerData.hpp.


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