libMesh
|
Go to the source code of this file.
Classes | |
class | ElasticitySystem |
Variables | |
boundary_id_type | boundary_id_min_x |
boundary_id_type | boundary_id_max_x |
boundary_id_type | boundary_id_min_y |
boundary_id_type | boundary_id_max_y |
boundary_id_type | boundary_id_min_z |
boundary_id_type | boundary_id_max_z |
const boundary_id_type | node_boundary_id = 10 |
const boundary_id_type | edge_boundary_id = 20 |
static const boundary_id_type & | traction_boundary_id = boundary_id_max_x |
const boundary_id_type | pressure_boundary_id = 30 |
const boundary_id_type | fixed_u_boundary_id = 40 |
const boundary_id_type | fixed_v_boundary_id = 50 |
boundary_id_type boundary_id_max_x |
Definition at line 40 of file elasticity_system.C.
Referenced by main().
boundary_id_type boundary_id_max_y |
Definition at line 41 of file elasticity_system.C.
Referenced by main().
boundary_id_type boundary_id_max_z |
Definition at line 43 of file elasticity_system.C.
Referenced by main().
boundary_id_type boundary_id_min_x |
Definition at line 42 of file elasticity_system.C.
Referenced by ElasticitySystem::init_data(), and main().
boundary_id_type boundary_id_min_y |
Definition at line 39 of file elasticity_system.C.
Referenced by main().
boundary_id_type boundary_id_min_z |
Definition at line 38 of file elasticity_system.C.
Referenced by main().
const boundary_id_type edge_boundary_id = 20 |
Definition at line 29 of file elasticity_system.h.
const boundary_id_type fixed_u_boundary_id = 40 |
Definition at line 32 of file elasticity_system.h.
const boundary_id_type fixed_v_boundary_id = 50 |
Definition at line 33 of file elasticity_system.h.
const boundary_id_type node_boundary_id = 10 |
Definition at line 28 of file elasticity_system.h.
const boundary_id_type pressure_boundary_id = 30 |
Definition at line 31 of file elasticity_system.h.
|
static |
Definition at line 30 of file elasticity_system.h.