v0.15.0
Loading...
Searching...
No Matches
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.
 
SmartPetscObj< KSP > ksp
 Linear solver.
 

Detailed Description

Examples
ADOLCPlasticity.hpp, ContactOps.hpp, HenckyOps.hpp, NavierStokesElement.hpp, PlasticOps.hpp, Remodeling.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, dynamic_first_order_con_law.cpp, hanging_node_approx.cpp, higher_derivatives.cpp, mixed_poisson.cpp, mofem/atom_tests/child_and_parent.cpp, photon_diffusion.cpp, and reaction_diffusion.cpp.

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.

Examples
dynamic_first_order_con_law.cpp.

Definition at line 415 of file dynamic_first_order_con_law.cpp.

◆ M

SmartPetscObj<Mat> CommonData::M

Mass matrix.

Examples
dynamic_first_order_con_law.cpp.

Definition at line 414 of file dynamic_first_order_con_law.cpp.


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