|
PolyFEM
|
#include <AssemblerData.hpp>
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 ElementAssemblyValues & | psi_vals |
| stores the evaluation for that element | |
| const ElementAssemblyValues & | phi_vals |
| stores the evaluation for that element | |
| const double | t |
| const int | i |
| first local order | |
| const int | j |
| second local order | |
| const QuadratureVector & | da |
| contains both the quadrature weight and the change of metric in the integral | |
Definition at line 53 of file AssemblerData.hpp.
|
inline |
Definition at line 56 of file AssemblerData.hpp.
| 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().
| const int polyfem::assembler::MixedAssemblerData::i |
first local order
Definition at line 74 of file AssemblerData.hpp.
Referenced by polyfem::assembler::BilaplacianMixed::assemble(), polyfem::assembler::IncompressibleLinearElasticityMixed::assemble(), and polyfem::assembler::StokesMixed::assemble().
| const int polyfem::assembler::MixedAssemblerData::j |
second local order
Definition at line 76 of file AssemblerData.hpp.
Referenced by polyfem::assembler::BilaplacianMixed::assemble(), polyfem::assembler::IncompressibleLinearElasticityMixed::assemble(), and polyfem::assembler::StokesMixed::assemble().
| const ElementAssemblyValues& polyfem::assembler::MixedAssemblerData::phi_vals |
stores the evaluation for that element
Definition at line 70 of file AssemblerData.hpp.
Referenced by polyfem::assembler::BilaplacianMixed::assemble(), polyfem::assembler::IncompressibleLinearElasticityMixed::assemble(), and polyfem::assembler::StokesMixed::assemble().
| const ElementAssemblyValues& polyfem::assembler::MixedAssemblerData::psi_vals |
stores the evaluation for that element
Definition at line 68 of file AssemblerData.hpp.
Referenced by polyfem::assembler::BilaplacianMixed::assemble(), polyfem::assembler::IncompressibleLinearElasticityMixed::assemble(), and polyfem::assembler::StokesMixed::assemble().
| const double polyfem::assembler::MixedAssemblerData::t |
Definition at line 72 of file AssemblerData.hpp.