PolyFEM
Loading...
Searching...
No Matches
polyfem::assembler::TensorInitialValue Struct Reference

#include <GenericProblem.hpp>

Public Attributes

int body_id = -1
 
int fe_space_id = -1
 
int size = 0
 
std::array< utils::ExpressionValue, 3 > value
 

Detailed Description

Definition at line 42 of file GenericProblem.hpp.

Member Data Documentation

◆ body_id

int polyfem::assembler::TensorInitialValue::body_id = -1

Definition at line 44 of file GenericProblem.hpp.

◆ fe_space_id

int polyfem::assembler::TensorInitialValue::fe_space_id = -1

Definition at line 45 of file GenericProblem.hpp.

◆ size

int polyfem::assembler::TensorInitialValue::size = 0

Definition at line 46 of file GenericProblem.hpp.

◆ value

std::array<utils::ExpressionValue, 3> polyfem::assembler::TensorInitialValue::value

Definition at line 47 of file GenericProblem.hpp.

Referenced by polyfem::assembler::GenericTensorProblem::rhs().


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