v0.14.0
Public Attributes | List of all members
CommonData Struct Reference
Collaboration diagram for CommonData:
[legend]

Public Attributes

MatrixDouble dotEdge
 
MatrixDouble dotEleLeft
 
MatrixDouble dotEleRight
 
SmartPetscObj< Mat > M
 Mass matrix. More...
 
SmartPetscObj< KSP > ksp
 Linear solver. More...
 

Detailed Description

Examples
ADOLCPlasticity.hpp, child_and_parent.cpp, ContactOps.hpp, continuity_check_on_contact_prism_side_ele.cpp, continuity_check_on_skeleton_3d.cpp, continuity_check_on_skeleton_with_simple_2d_for_h1.cpp, continuity_check_on_skeleton_with_simple_2d_for_hcurl.cpp, continuity_check_on_skeleton_with_simple_2d_for_hdiv.cpp, dg_projection.cpp, dynamic_first_order_con_law.cpp, hanging_node_approx.cpp, higher_derivatives.cpp, mixed_poisson.cpp, NavierStokesElement.hpp, photon_diffusion.cpp, PlasticOps.hpp, reaction_diffusion.cpp, Remodeling.hpp, and SmallStrainPlasticity.hpp.

Definition at line 22 of file continuity_check_on_skeleton_with_simple_2d_for_h1.cpp.

Member Data Documentation

◆ dotEdge

MatrixDouble CommonData::dotEdge

◆ dotEleLeft

MatrixDouble CommonData::dotEleLeft

◆ dotEleRight

MatrixDouble CommonData::dotEleRight

◆ ksp

SmartPetscObj<KSP> CommonData::ksp

Linear solver.

Definition at line 416 of file dynamic_first_order_con_law.cpp.

◆ M

SmartPetscObj<Mat> CommonData::M

Mass matrix.

Definition at line 415 of file dynamic_first_order_con_law.cpp.


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