![]() |
v0.13.2 |
Files | |
file | gel_constitutive_equation_test.cpp |
Atom test verifying implementation of gel constitutive equations. | |
file | gel_jacobian_test.cpp |
Atom test testing calculation of element residual vectors and tangent matrices. | |
file | gel_analysis.cpp |
Reads cubit file and solves problem with gel material. | |
file | Gels.hpp |
Implementation of Gel finite element. | |
file | UserGelModel.hpp |
Implementation of Gel finite element. | |
Classes | |
struct | GelModule::Gel |
Implementation of Gel constitutive model. More... | |
struct | GelModule::Gel::BlockMaterialData |
Gel material parameters. More... | |
struct | GelModule::Gel::ConstitutiveEquation< TYPE > |
Constitutive model functions. More... | |
struct | GelModule::Gel::CommonData |
Common data for gel model. More... | |
struct | GelModule::Gel::GelFE |
definition of volume element More... | |
struct | GelModule::Gel::OpGetDataAtGaussPts |
struct | GelModule::Gel::OpJacobian |
struct | GelModule::Gel::AssembleVector |
struct | GelModule::Gel::OpRhsStressTotal |
Assemble internal force vector. More... | |
struct | GelModule::Gel::OpRhsSolventFlux |
Calculate internal forces for solvent flux. More... | |
struct | GelModule::Gel::OpRhsSolventConcetrationDot |
Calculating right hand side. More... | |
struct | GelModule::Gel::OpRhsStrainHat |
Residual strain hat. More... | |
struct | GelModule::Gel::AssembleMatrix |
struct | GelModule::Gel::OpLhsdxdx |
Assemble matrix \(\mathbf{K}_{xx}\). More... | |
struct | GelModule::Gel::OpLhsdxdMu |
Assemble matrix \(\mathbf{K}_{x\mu}\). More... | |
struct | GelModule::Gel::OpLhsdxdStrainHat |
Assemble matrix \(\mathbf{K}_{x\hat{\varepsilon}}\). More... | |
struct | GelModule::Gel::OpLhsdStrainHatdStrainHat |
Assemble matrix \(\mathbf{K}_{\hat{\varepsilon}\hat{\varepsilon}}\). More... | |
struct | GelModule::Gel::OpLhsdStrainHatdx |
Assemble matrix \(\mathbf{K}_{\hat{\varepsilon}x}\). More... | |
struct | GelModule::Gel::OpLhsdMudMu |
Assemble matrix \(\mathbf{K}_{\mu \mu}\). More... | |
struct | GelModule::Gel::OpLhsdMudx |
Assemble matrix \(\mathbf{K}_{\mu x}\). More... | |
struct | GelModule::Gel::OpPostProcGel |
Used to post proc stresses, energy, source term. More... | |
struct | GelModule::Gel::MonitorPostProc |