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

#include <AssemblerData.hpp>

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

Public Member Functions

 OutputData (const double t, const int el_id, const basis::ElementBases &bs, const basis::ElementBases &gbs, const Eigen::MatrixXd &local_pts, const Eigen::MatrixXd &fun)
 

Public Attributes

const double t
 
const int el_id
 
const basis::ElementBasesbs
 
const basis::ElementBasesgbs
 
const Eigen::MatrixXd & local_pts
 
const Eigen::MatrixXd & fun
 

Detailed Description

Definition at line 103 of file AssemblerData.hpp.

Constructor & Destructor Documentation

◆ OutputData()

polyfem::assembler::OutputData::OutputData ( const double  t,
const int  el_id,
const basis::ElementBases bs,
const basis::ElementBases gbs,
const Eigen::MatrixXd &  local_pts,
const Eigen::MatrixXd &  fun 
)
inline

Definition at line 106 of file AssemblerData.hpp.

Member Data Documentation

◆ bs

◆ el_id

◆ fun

◆ gbs

◆ local_pts

◆ t


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