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

stores per local bases evaluations More...

#include <AssemblyValues.hpp>

Public Member Functions

void finalize ()
 

Public Attributes

std::vector< basis::Local2Globalglobal
 
Eigen::MatrixXd val
 
Eigen::MatrixXd grad
 
Eigen::MatrixXd grad_t_m
 

Detailed Description

stores per local bases evaluations

Definition at line 13 of file AssemblyValues.hpp.

Member Function Documentation

◆ finalize()

void polyfem::assembler::AssemblyValues::finalize ( )
inline

Definition at line 32 of file AssemblyValues.hpp.

References grad, and grad_t_m.

Member Data Documentation

◆ global

◆ grad

Eigen::MatrixXd polyfem::assembler::AssemblyValues::grad

◆ grad_t_m

Eigen::MatrixXd polyfem::assembler::AssemblyValues::grad_t_m

◆ val


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