Home
last modified time | relevance | path

Searched refs:elasticity (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/solids/
H A DMakefile32 src.c := elasticity.c $(sort $(wildcard $(PROBLEMDIR)/*.c)) $(sort $(wildcard $(SRCDIR)/*.c))
35 all: elasticity
37 elasticity: $(src.o) | $(PETSc.pc) $(ceed.pc) target
63 $(RM) -r $(OBJDIR) elasticity *.vtu
78 tests-output/%.csv: elasticity
H A D.gitignore2 elasticity
H A DREADME.md8 …nsider three formulations used in solid mechanics applications: linear elasticity, Neo-Hookean hyp…
20 ./elasticity -mesh [.exo file] -degree [degree] -nu [nu] -E [E] [boundary options] -problem [proble…
27 The elasticity mini-app is controlled via command-line options, the following of which are mandator…
65 ./elasticity -mesh [.exo file] -degree 4 -E 1e6 -nu 0.3 -bc_clamp 998,999 -bc_clamp_998_translate 0…
76 ./elasticity -problem FS-NH -E 1 -nu 0.3 -num_steps 40 -snes_linesearch_type cp -dm_plex_box_faces …
155 To verify the convergence of the linear elasticity formulation on a given mesh with the method of m…
158 ./elasticity -mesh [mesh] -degree [degree] -nu [nu] -E [E] -forcing mms
H A Dindex.md1 (example-petsc-elasticity)=
7 As for the {ref}`example-petsc-navier-stokes` case, the solid mechanics elasticity example has been…
9 …nsider three formulations used in solid mechanics applications: linear elasticity, Neo-Hookean hyp…
15 Linear elasticity and small-strain hyperelasticity can both by obtained from the finite-strain hype…
32 (running-elasticity)=
40 (problem-linear-elasticity)=
44 …ce of linear momentum at small strain for the three-dimensional linear elasticity problem is given…
99 For the linear elasticity model, the strain energy density is given by
124 Hence, the fourth order elasticity tensor $\mathsf C$ (also known as elastic moduli tensor or mater…
135 $$ (linear-elasticity-tensor)
[all …]
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md247 - {ref}`example-petsc-elasticity` example updated with traction boundary conditions and improved Di…
248 - {ref}`example-petsc-elasticity` example updated with Neo-Hookean hyperelasticity in current confi…
283 - {ref}`example-petsc-elasticity` example updated with strain energy computation and more flexible …
366 - {ref}`example-petsc-elasticity` ({file}`examples/solids/elasticity.c`): new solver for
367 linear elasticity, small-strain hyperelasticity, and globalized finite-strain
/libCEED/
H A DREADME.md315 $ ./elasticity -ceed /cpu/self -mesh [.exo file] -degree 2 -E 1 -nu 0.3 -problem Linear -forcing mms
316 $ ./elasticity -ceed /gpu/cuda -mesh [.exo file] -degree 2 -E 1 -nu 0.3 -problem Linear -forcing mms
/libCEED/doc/papers/joss/
H A Dpaper.md157 The solid mechanics example solves static linear elasticity and hyperelasticity with load continuat…