Select Git revision
CMakeLists.txt
CMakeLists.txt 1.90 KiB
# Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to the public mailing list <gmsh@onelab.info>.
set(SRC
mlawNonLocalPorous.cpp
elasticLaw.cpp
viscosityLaw.cpp
kinematicHardening.cpp
j2IsotropicHardening.cpp
CLengthLaw.cpp
DamageLaw.cpp
CoalescenceLaw.cpp
NucleationLaw.cpp
mlaw.cpp
mlawJ2linear.cpp
mlawNonLocalDamageJ2Hyper.cpp
mlawNonLocalDamageGurson.cpp
mlawNonLocalPorousCoalescence.cpp
mlawNonLocalPorousCoupled.cpp
mlawNonLocalDamageIsotropicElasticity.cpp
mlawTransverseIsotropic.cpp
mlawTransverseIsoCurvature.cpp
mlawTransverseIsoYarnB.cpp
mlawNonLocalDamage.cpp
mlawNonLocalDamage_Stoch.cpp
mlawVUMATinterface.cpp
mlawAnisotropic.cpp
vumat.f
clength.cpp
Weight.cpp
material.cpp
damage.cpp
j2plast.cpp
FiniteStrain.cpp
homogenization.cpp
homogenization_2rd.cpp
lccfunctions.cpp
elasticlcc.cpp
nonLocalDamageLaw.cpp
mlawJ2SmallStrains.cpp
numericalMaterial.cpp
mlawJ2ThermoMechanics.cpp
mlawJ2FullyCoupledThermoMechanics.cpp
STensorOperations.cpp
mlawLinearThermoMechanics.cpp
mlawLinearElecTherMech.cpp
mlawAnIsotropicElecTherMech.cpp
mlawSMP.cpp
mlawPhenomenologicalSMP.cpp
mlawEOS.cpp
mlawViscoelastic.cpp
mlawHyperelastic.cpp
mlawNonLocalDamageHyperelastic.cpp
mlawElecSMP.cpp
mlawThermalConducter.cpp
failureCriterion.cpp
mlawHyperelasticFailureCriterion.cpp
materialStrengthLaw.cpp
mlawCohesive.cpp
RandomField.cpp
mlawLocalDamageJ2Hyper.cpp
mlawAnIsotropicTherMech.cpp
mlawJ2VMSmallStrain.cpp
cohesiveDamageLaw.cpp
mlawHyperelasticDamage.cpp
elasticPotential.cpp
cohesiveElasticPotential.cpp
mlawAnisotropicStoch.cpp
# src/op_eshelby.cpp
# Headers without cpp change this ??
ID.h
)
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
append_nlsolver_src(materialLaw "${SRC};${HDR}")