OGS
ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim > Class Template Referencefinal

Detailed Description

template<int DisplacementDim>
class ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >

Definition at line 24 of file LIE/SmallDeformation/SmallDeformationProcess.h.

#include <SmallDeformationProcess.h>

Inheritance diagram for ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >:
[legend]
Collaboration diagram for ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >:
[legend]

Public Member Functions

 SmallDeformationProcess (std::string name, MeshLib::Mesh &mesh, std::unique_ptr< ProcessLib::AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, SmallDeformationProcessData< DisplacementDim > &&process_data, SecondaryVariableCollection &&secondary_variables)
void computeSecondaryVariableConcrete (double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) override
ODESystem interface
bool isLinear () const override
Public Member Functions inherited from ProcessLib::Process
 Process (std::string name_, MeshLib::Mesh &mesh, std::unique_ptr< AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, SecondaryVariableCollection &&secondary_variables, const bool use_monolithic_scheme=true)
void preTimestep (std::vector< GlobalVector * > const &x, const double t, const double delta_t, const int process_id)
 Preprocessing before starting assembly for new timestep.
void postTimestep (std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, const double delta_t, int const process_id)
 Postprocessing after a complete timestep.
void postNonLinearSolver (std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, double const dt, int const process_id)
void preIteration (const unsigned iter, GlobalVector const &x) final
void computeSecondaryVariable (double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id)
 compute secondary variables for the coupled equations or for output.
NumLib::IterationResult postIteration (GlobalVector const &x) final
void initialize (std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media)
void setInitialConditions (std::vector< GlobalVector * > &process_solutions, std::vector< GlobalVector * > const &process_solutions_prev, double const t, int const process_id)
MathLib::MatrixSpecifications getMatrixSpecifications (const int process_id) const override
void updateDeactivatedSubdomains (double const time, const int process_id)
virtual bool isMonolithicSchemeUsed () const
virtual void extrapolateIntegrationPointValuesToNodes (const double, std::vector< GlobalVector * > const &, std::vector< GlobalVector * > &)
void preAssemble (const double t, double const dt, GlobalVector const &x) final
void assemble (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) final
void assembleWithJacobian (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) final
void preOutput (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id)
std::vector< NumLib::IndexValueVector< GlobalIndexType > > const * getKnownSolutions (double const t, GlobalVector const &x, int const process_id) const final
virtual NumLib::LocalToGlobalIndexMap const & getDOFTable (const int) const
MeshLib::MeshgetMesh () const
std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > const & getProcessVariables () const
std::vector< std::reference_wrapper< ProcessVariable > > const & getProcessVariables (const int process_id) const
std::vector< std::size_t > const & getActiveElementIDs () const
SecondaryVariableCollection const & getSecondaryVariables () const
std::vector< std::unique_ptr< MeshLib::IntegrationPointWriter > > const & getIntegrationPointWriters () const
virtual Eigen::Vector3d getFlux (std::size_t, MathLib::Point3d const &, double const, std::vector< GlobalVector * > const &) const
virtual void solveReactionEquation (std::vector< GlobalVector * > &, std::vector< GlobalVector * > const &, double const, double const, NumLib::EquationSystem &, int const)
bool requiresNormalization () const override
Public Member Functions inherited from ProcessLib::SubmeshAssemblySupport
virtual std::vector< std::vector< std::string > > initializeAssemblyOnSubmeshes (std::vector< std::reference_wrapper< MeshLib::Mesh > > const &meshes)
virtual ~SubmeshAssemblySupport ()=default

Private Types

using LocalAssemblerInterface = SmallDeformationLocalAssemblerInterface

Private Member Functions

void constructDofTable () override
void initializeConcreteProcess (NumLib::LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh, unsigned const integration_order) override
 Process specific initialization called by initialize().
void assembleConcreteProcess (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) override
void assembleWithJacobianConcreteProcess (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) override
void preTimestepConcreteProcess (std::vector< GlobalVector * > const &x, double const t, double const dt, const int process_id) override
void updateElementLevelSets (MeshLib::Element const &e, MeshLib::Mesh &mesh)

Private Attributes

SmallDeformationProcessData< DisplacementDim > _process_data
std::vector< std::unique_ptr< LocalAssemblerInterface > > _local_assemblers
std::unique_ptr< NumLib::LocalToGlobalIndexMap_local_to_global_index_map_single_component
std::vector< MeshLib::Element * > _vec_matrix_elements
std::vector< int > _vec_fracture_mat_IDs
std::vector< std::vector< MeshLib::Element * > > _vec_fracture_elements
std::vector< std::vector< MeshLib::Element * > > _vec_fracture_matrix_elements
std::vector< std::vector< MeshLib::Node * > > _vec_fracture_nodes
std::vector< MeshLib::Node * > _vec_junction_nodes
std::vector< std::vector< MeshLib::Element * > > _vec_junction_fracture_matrix_elements
std::vector< std::unique_ptr< MeshLib::MeshSubset const > > _mesh_subset_fracture_nodes
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_junction_nodes
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_matrix_nodes

Additional Inherited Members

Public Attributes inherited from ProcessLib::Process
std::string const name
Static Public Attributes inherited from ProcessLib::Process
static PROCESSLIB_EXPORT const std::string constant_one_parameter_name = "constant_one"
Protected Member Functions inherited from ProcessLib::Process
std::vector< NumLib::LocalToGlobalIndexMap const * > getDOFTables (int const number_of_processes) const
NumLib::ExtrapolatorgetExtrapolator () const
NumLib::LocalToGlobalIndexMap const & getSingleComponentDOFTable () const
void initializeProcessBoundaryConditionsAndSourceTerms (const NumLib::LocalToGlobalIndexMap &dof_table, const int process_id, std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media)
void constructMonolithicProcessDofTable ()
void constructDofTableOfSpecifiedProcessStaggeredScheme (const int specified_process_id)
virtual std::tuple< NumLib::LocalToGlobalIndexMap *, bool > getDOFTableForExtrapolatorData () const
std::vector< GlobalIndexTypegetIndicesOfResiduumWithoutInitialCompensation () const override
void setReleaseNodalForces (GlobalVector const *r_neq, int const process_id) override
Protected Attributes inherited from ProcessLib::Process
MeshLib::Mesh_mesh
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_all_nodes
std::unique_ptr< NumLib::LocalToGlobalIndexMap_local_to_global_index_map
SecondaryVariableCollection _secondary_variables
CellAverageData cell_average_data_
std::unique_ptr< ProcessLib::AbstractJacobianAssembler_jacobian_assembler
VectorMatrixAssembler _global_assembler
const bool _use_monolithic_scheme
unsigned const _integration_order
std::vector< std::unique_ptr< MeshLib::IntegrationPointWriter > > _integration_point_writer
GlobalSparsityPattern _sparsity_pattern
std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > _process_variables
std::vector< BoundaryConditionCollection_boundary_conditions

Member Typedef Documentation

◆ LocalAssemblerInterface

template<int DisplacementDim>
using ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::LocalAssemblerInterface = SmallDeformationLocalAssemblerInterface
private

Constructor & Destructor Documentation

◆ SmallDeformationProcess()

template<int DisplacementDim>
ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::SmallDeformationProcess ( std::string name,
MeshLib::Mesh & mesh,
std::unique_ptr< ProcessLib::AbstractJacobianAssembler > && jacobian_assembler,
std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const & parameters,
unsigned const integration_order,
std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > && process_variables,
SmallDeformationProcessData< DisplacementDim > && process_data,
SecondaryVariableCollection && secondary_variables )

Definition at line 32 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

46{
47 INFO("[LIE/M] looking for fracture elements in the given mesh");
57
58 if (_vec_fracture_mat_IDs.size() !=
59 _process_data.fracture_properties.size())
60 {
62 "The number of the given fracture properties ({:d}) are not "
63 "consistent with the number of fracture groups in a mesh ({:d}).",
64 _process_data.fracture_properties.size(),
66 }
67
68 // create a map from a material ID to a fracture ID
71 _process_data.map_materialID_to_fractureID.resize(*max_frac_mat_id + 1);
72 for (unsigned i = 0; i < _vec_fracture_mat_IDs.size(); i++)
73 {
74 _process_data.map_materialID_to_fractureID[_vec_fracture_mat_IDs[i]] =
75 i;
76 }
77
78 // create a table of connected fracture IDs for each element
79 _process_data.vec_ele_connected_fractureIDs.resize(
80 mesh.getNumberOfElements());
81 for (unsigned i = 0; i < _vec_fracture_matrix_elements.size(); i++)
82 {
84 {
85 _process_data.vec_ele_connected_fractureIDs[e->getID()].push_back(
86 i);
87 }
88 }
89
90 // set fracture property
91 for (auto& fracture_prop : _process_data.fracture_properties)
92 {
93 // based on the 1st element assuming a fracture forms a straight line
98 }
99
100 // set branches
102 {
103 auto const master_matId = matID[0];
104 auto const slave_matId = matID[1];
105 auto& master_frac =
106 _process_data.fracture_properties
107 [_process_data.map_materialID_to_fractureID[master_matId]];
108 auto& slave_frac =
109 _process_data.fracture_properties
110 [_process_data.map_materialID_to_fractureID[slave_matId]];
111
112 master_frac.branches_master.push_back(createBranchProperty(
114
115 slave_frac.branches_slave.push_back(createBranchProperty(
117 }
118
119 // set junctions
124 {
125 return const_cast<MeshLib::Node*>(
126 _mesh.getNode(vec_junction_nodeID_matID.first));
127 });
128
129 for (std::size_t i = 0; i < vec_junction_nodeID_matIDs.size(); i++)
130 {
131 auto const& material_ids = vec_junction_nodeID_matIDs[i].second;
132 assert(material_ids.size() == 2);
134 {_process_data.map_materialID_to_fractureID[material_ids[0]],
135 _process_data.map_materialID_to_fractureID[material_ids[1]]}};
136
137 _process_data.junction_properties.emplace_back(
138 i, *mesh.getNode(vec_junction_nodeID_matIDs[i].first),
140 }
141
142 // create a table of connected junction IDs for each element
143 _process_data.vec_ele_connected_junctionIDs.resize(
144 mesh.getNumberOfElements());
145 for (unsigned i = 0; i < vec_junction_nodeID_matIDs.size(); i++)
146 {
147 auto node = mesh.getNode(vec_junction_nodeID_matIDs[i].first);
148 for (auto id :
149 mesh.getElementsConnectedToNode(*node) | MeshLib::views::ids)
150 {
151 _process_data.vec_ele_connected_junctionIDs[id].push_back(i);
152 }
153 }
154
155 // create a table of junction node and connected elements
158 for (unsigned i = 0; i < vec_junction_nodeID_matIDs.size(); i++)
159 {
160 auto node = mesh.getNode(vec_junction_nodeID_matIDs[i].first);
161 for (auto e : mesh.getElementsConnectedToNode(*node))
162 {
164 const_cast<MeshLib::Element*>(e));
165 }
166 }
167
168 //
169 // If Neumann BCs for the displacement_jump variable are required they need
170 // special treatment because of the levelset function. The implementation
171 // exists in the version 6.1.0 (e54815cc07ee89c81f953a4955b1c788595dd725)
172 // and was removed due to lack of applications.
173 //
174
176 mesh.getProperties().getPropertyVector<int>("MaterialIDs"));
177 _process_data.mesh_prop_materialIDs = material_ids;
178}
#define OGS_FATAL(...)
Definition Error.h:26
void INFO(fmt::format_string< Args... > fmt, Args &&... args)
Definition Logging.h:36
std::vector< std::vector< MeshLib::Element * > > _vec_junction_fracture_matrix_elements
std::string const name
Definition Process.h:368
Process(std::string name_, MeshLib::Mesh &mesh, std::unique_ptr< AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, SecondaryVariableCollection &&secondary_variables, const bool use_monolithic_scheme=true)
Definition Process.cpp:44
MeshLib::Mesh & _mesh
Definition Process.h:371
void setFractureProperty(int const dim, MeshLib::Element const &e, FractureProperty &frac_prop)
void getFractureMatrixDataInMesh(MeshLib::Mesh const &mesh, std::vector< MeshLib::Element * > &vec_matrix_elements, std::vector< int > &vec_fracture_mat_IDs, std::vector< std::vector< MeshLib::Element * > > &vec_fracture_elements, std::vector< std::vector< MeshLib::Element * > > &vec_fracture_matrix_elements, std::vector< std::vector< MeshLib::Node * > > &vec_fracture_nodes, std::vector< std::pair< std::size_t, std::vector< int > > > &vec_branch_nodeID_matIDs, std::vector< std::pair< std::size_t, std::vector< int > > > &vec_junction_nodeID_matIDs)
BranchProperty createBranchProperty(MeshLib::Node const &branchNode, FractureProperty const &master_frac, FractureProperty const &slave_frac)

References ProcessLib::Process::Process(), ProcessLib::Process::_mesh, _process_data, _vec_fracture_elements, _vec_fracture_mat_IDs, _vec_fracture_matrix_elements, _vec_fracture_nodes, _vec_junction_fracture_matrix_elements, _vec_junction_nodes, _vec_matrix_elements, ProcessLib::LIE::createBranchProperty(), MeshLib::Mesh::getElementsConnectedToNode(), ProcessLib::LIE::getFractureMatrixDataInMesh(), MeshLib::Mesh::getNode(), MeshLib::Mesh::getNumberOfElements(), MeshLib::Mesh::getProperties(), MeshLib::Properties::getPropertyVector(), MeshLib::views::ids, INFO(), ProcessLib::Process::name, OGS_FATAL, and ProcessLib::LIE::setFractureProperty().

Member Function Documentation

◆ assembleConcreteProcess()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleConcreteProcess ( const double t,
double const dt,
std::vector< GlobalVector * > const & x,
std::vector< GlobalVector * > const & x_prev,
int const process_id,
GlobalMatrix & M,
GlobalMatrix & K,
GlobalVector & b )
overrideprivatevirtual

Implements ProcessLib::Process.

Definition at line 421 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

425{
426 DBUG("Assemble SmallDeformationProcess.");
427
430 // Call global assembler for each local assembly item.
434 &b);
435}
void DBUG(fmt::format_string< Args... > fmt, Args &&... args)
Definition Logging.h:30
std::vector< std::unique_ptr< LocalAssemblerInterface > > _local_assemblers
std::vector< std::size_t > const & getActiveElementIDs() const
Definition Process.h:167
VectorMatrixAssembler _global_assembler
Definition Process.h:383
std::unique_ptr< NumLib::LocalToGlobalIndexMap > _local_to_global_index_map
Definition Process.h:374
static void executeSelectedMemberDereferenced(Object &object, Method method, Container const &container, std::vector< std::size_t > const &active_container_ids, Args &&... args)

References ProcessLib::Process::_global_assembler, _local_assemblers, ProcessLib::Process::_local_to_global_index_map, ProcessLib::VectorMatrixAssembler::assemble(), DBUG(), NumLib::SerialExecutor::executeSelectedMemberDereferenced(), and ProcessLib::Process::getActiveElementIDs().

◆ assembleWithJacobianConcreteProcess()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleWithJacobianConcreteProcess ( const double t,
double const dt,
std::vector< GlobalVector * > const & x,
std::vector< GlobalVector * > const & x_prev,
int const process_id,
GlobalVector & b,
GlobalMatrix & Jac )
overrideprivatevirtual

◆ computeSecondaryVariableConcrete()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::computeSecondaryVariableConcrete ( double const t,
double const dt,
std::vector< GlobalVector * > const & x,
GlobalVector const & x_prev,
int const process_id )
overridevirtual

Reimplemented from ProcessLib::Process.

Definition at line 398 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

401{
402 DBUG("Compute the secondary variables for SmallDeformationProcess.");
404 dof_tables.reserve(x.size());
406 [&]() { return _local_to_global_index_map.get(); });
407
411 process_id);
412}
static void executeSelectedMemberOnDereferenced(Method method, Container const &container, std::vector< std::size_t > const &active_container_ids, Args &&... args)

References _local_assemblers, ProcessLib::LocalAssemblerInterface::computeSecondaryVariable(), DBUG(), NumLib::SerialExecutor::executeSelectedMemberOnDereferenced(), and ProcessLib::Process::getActiveElementIDs().

◆ constructDofTable()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::constructDofTable ( )
overrideprivatevirtual

This function is for general cases, in which all equations of the coupled processes have the same number of unknowns. For the general cases with the staggered scheme, all equations of the coupled processes share one DOF table hold by _local_to_global_index_map. Other cases can be considered by overloading this member function in the derived class.

Reimplemented from ProcessLib::Process.

Definition at line 181 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

182{
183 //------------------------------------------------------------
184 // prepare mesh subsets to define DoFs
185 //------------------------------------------------------------
186 // for extrapolation
189 // regular u
192 // u jump
193 for (unsigned i = 0; i < _vec_fracture_nodes.size(); i++)
194 {
198 }
199 // enrichment for junctions
202
203 // Collect the mesh subsets in a vector.
206 [&]() { return *_mesh_subset_matrix_nodes; });
207 for (auto const& ms : _mesh_subset_fracture_nodes)
208 {
211 [&]() { return *ms; });
212 }
215 [&]() { return *_mesh_subset_junction_nodes; });
216
218 1 + _vec_fracture_mat_IDs.size() + _vec_junction_nodes.size(),
220
223 for (unsigned i = 0; i < _vec_fracture_matrix_elements.size(); i++)
224 {
226 }
227 for (unsigned i = 0; i < _vec_junction_fracture_matrix_elements.size(); i++)
228 {
230 }
231
232 INFO("[LIE/M] creating a DoF table");
239
240 DBUG("[LIE/M] created {:d} DoF", _local_to_global_index_map->size());
241}
std::vector< std::unique_ptr< MeshLib::MeshSubset const > > _mesh_subset_fracture_nodes
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_all_nodes
Definition Process.h:372

References ProcessLib::Process::_local_to_global_index_map, ProcessLib::Process::_mesh, ProcessLib::Process::_mesh_subset_all_nodes, _mesh_subset_fracture_nodes, _mesh_subset_junction_nodes, _mesh_subset_matrix_nodes, _vec_fracture_mat_IDs, _vec_fracture_matrix_elements, _vec_fracture_nodes, _vec_junction_fracture_matrix_elements, _vec_junction_nodes, _vec_matrix_elements, NumLib::BY_COMPONENT, DBUG(), and INFO().

◆ initializeConcreteProcess()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::initializeConcreteProcess ( NumLib::LocalToGlobalIndexMap const & dof_table,
MeshLib::Mesh const & mesh,
unsigned const integration_order )
overrideprivatevirtual

Process specific initialization called by initialize().

Implements ProcessLib::Process.

Definition at line 292 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

296{
301 mesh.getElements(), dof_table, _local_assemblers,
302 NumLib::IntegrationOrder{integration_order}, mesh.isAxiallySymmetric(),
304
305 // TODO move the two data members somewhere else.
306 // for extrapolation of secondary variables
312 // by location order is needed for output
314
315 auto add_secondary_variable = [&](std::string const& name,
316 int const num_components,
318 {
319 _secondary_variables.addSecondaryVariable(
320 name,
324 };
325
330
331 add_secondary_variable("epsilon",
335
336 add_secondary_variable("fracture_stress", DisplacementDim,
338
339 add_secondary_variable("fracture_aperture", 1,
341
343 const_cast<MeshLib::Mesh&>(mesh), "sigma_avg",
347
348 for (MeshLib::Element const* e : _mesh.getElements())
349 {
350 if (e->getDimension() < DisplacementDim)
351 {
352 continue;
353 }
354
356 }
357
358 _process_data.element_local_jumps =
360 const_cast<MeshLib::Mesh&>(mesh), "local_jump_w_avg",
362
363 _process_data.element_fracture_stresses =
365 const_cast<MeshLib::Mesh&>(mesh), "fracture_stress_avg",
367
369 const_cast<MeshLib::Mesh&>(mesh), "fracture_aperture_avg",
371
372 mesh_prop_b->resize(mesh.getNumberOfElements());
373 auto const& mesh_prop_matid = *_process_data.mesh_prop_materialIDs;
374 for (auto const& fracture_prop : _process_data.fracture_properties)
375 {
376 for (MeshLib::Element const* e : _mesh.getElements())
377 {
378 if (e->getDimension() == DisplacementDim)
379 {
380 continue;
381 }
382 if (mesh_prop_matid[e->getID()] != fracture_prop.mat_id)
383 {
384 continue;
385 }
386 // Mean value for the element. This allows usage of node based
387 // properties for aperture.
388 (*mesh_prop_b)[e->getID()] =
389 fracture_prop.aperture0
390 .getNodalValuesOnElement(*e, /*time independent*/ 0)
391 .mean();
392 }
393 }
394 _process_data.mesh_prop_b = mesh_prop_b;
395}
virtual std::vector< double > const & getIntPtEpsilon(const double t, std::vector< GlobalVector * > const &x, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_table, std::vector< double > &cache) const =0
virtual std::vector< double > const & getIntPtFractureAperture(const double t, std::vector< GlobalVector * > const &x, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_table, std::vector< double > &cache) const =0
virtual std::vector< double > const & getIntPtSigma(const double t, std::vector< GlobalVector * > const &x, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_table, std::vector< double > &cache) const =0
virtual std::vector< double > const & getIntPtFractureStress(const double t, std::vector< GlobalVector * > const &x, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_table, std::vector< double > &cache) const =0
std::unique_ptr< NumLib::LocalToGlobalIndexMap > _local_to_global_index_map_single_component
SecondaryVariableCollection _secondary_variables
Definition Process.h:376
NumLib::Extrapolator & getExtrapolator() const
Definition Process.h:208
PropertyVector< T > * getOrCreateMeshProperty(Mesh &mesh, std::string const &property_name, MeshItemType const item_type, int const number_of_components)
SecondaryVariableFunctions makeExtrapolator(const unsigned num_components, NumLib::Extrapolator &extrapolator, LocalAssemblerCollection const &local_assemblers, typename NumLib::ExtrapolatableLocalAssemblerCollection< LocalAssemblerCollection >::IntegrationPointValuesMethod integration_point_values_method)

References _local_assemblers, _local_to_global_index_map_single_component, ProcessLib::Process::_mesh, ProcessLib::Process::_mesh_subset_all_nodes, _process_data, ProcessLib::Process::_secondary_variables, NumLib::BY_LOCATION, MeshLib::Cell, ProcessLib::LIE::SmallDeformation::createLocalAssemblers(), MeshLib::Mesh::getElements(), ProcessLib::Process::getExtrapolator(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerInterface::getIntPtEpsilon(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerInterface::getIntPtFractureAperture(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerInterface::getIntPtFractureStress(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerInterface::getIntPtSigma(), MeshLib::Mesh::getNumberOfElements(), MeshLib::getOrCreateMeshProperty(), MeshLib::Mesh::isAxiallySymmetric(), ProcessLib::makeExtrapolator(), ProcessLib::Process::name, and updateElementLevelSets().

◆ isLinear()

template<int DisplacementDim>
bool ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::isLinear ( ) const
override

Definition at line 415 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

416{
417 return false;
418}

◆ preTimestepConcreteProcess()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::preTimestepConcreteProcess ( std::vector< GlobalVector * > const & x,
double const t,
double const dt,
const int process_id )
overrideprivatevirtual

◆ updateElementLevelSets()

template<int DisplacementDim>
void ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::updateElementLevelSets ( MeshLib::Element const & e,
MeshLib::Mesh & mesh )
private

Definition at line 244 of file LIE/SmallDeformation/SmallDeformationProcess.cpp.

246{
250 unsigned tmpi = 0;
251 for (auto fid : _process_data.vec_ele_connected_fractureIDs[e.getID()])
252 {
253 e_fracture_props.push_back(&_process_data.fracture_properties[fid]);
254 e_fracID_to_local.insert({fid, tmpi++});
255 }
258 tmpi = 0;
259 for (auto fid : _process_data.vec_ele_connected_junctionIDs[e.getID()])
260 {
261 e_junction_props.push_back(&_process_data.junction_properties[fid]);
262 e_juncID_to_local.insert({fid, tmpi++});
263 }
266
267 auto update_levelset_property = [&](unsigned const i, int const id,
268 unsigned const levelset_idx_offset,
269 unsigned const name_offset)
270 {
272 const_cast<MeshLib::Mesh&>(mesh),
273 "levelset" + std::to_string(id + 1 + name_offset),
275 levelset_property->resize(mesh.getNumberOfElements());
276 (*levelset_property)[e.getID()] = levelsets[i + levelset_idx_offset];
277 };
278
279 for (unsigned i = 0; i < e_fracture_props.size(); i++)
280 {
282 }
283 for (unsigned i = 0; i < e_junction_props.size(); i++)
284 {
286 e_fracture_props.size(),
287 _process_data.fracture_properties.size());
288 }
289}
std::vector< double > uGlobalEnrichments(std::vector< FractureProperty * > const &frac_props, std::vector< JunctionProperty * > const &junction_props, std::unordered_map< int, int > const &fracID_to_local, Eigen::Vector3d const &x)

References _process_data, MeshLib::Cell, MeshLib::Element::getID(), MeshLib::Mesh::getNumberOfElements(), MeshLib::getOrCreateMeshProperty(), and ProcessLib::LIE::uGlobalEnrichments().

Referenced by initializeConcreteProcess().

Member Data Documentation

◆ _local_assemblers

◆ _local_to_global_index_map_single_component

template<int DisplacementDim>
std::unique_ptr<NumLib::LocalToGlobalIndexMap> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_local_to_global_index_map_single_component
private

◆ _mesh_subset_fracture_nodes

template<int DisplacementDim>
std::vector<std::unique_ptr<MeshLib::MeshSubset const> > ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_mesh_subset_fracture_nodes
private

Definition at line 98 of file LIE/SmallDeformation/SmallDeformationProcess.h.

Referenced by constructDofTable().

◆ _mesh_subset_junction_nodes

template<int DisplacementDim>
std::unique_ptr<MeshLib::MeshSubset const> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_mesh_subset_junction_nodes
private

Definition at line 99 of file LIE/SmallDeformation/SmallDeformationProcess.h.

Referenced by constructDofTable().

◆ _mesh_subset_matrix_nodes

template<int DisplacementDim>
std::unique_ptr<MeshLib::MeshSubset const> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_mesh_subset_matrix_nodes
private

Definition at line 100 of file LIE/SmallDeformation/SmallDeformationProcess.h.

Referenced by constructDofTable().

◆ _process_data

template<int DisplacementDim>
SmallDeformationProcessData<DisplacementDim> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_process_data
private

◆ _vec_fracture_elements

template<int DisplacementDim>
std::vector<std::vector<MeshLib::Element*> > ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_fracture_elements
private

◆ _vec_fracture_mat_IDs

template<int DisplacementDim>
std::vector<int> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_fracture_mat_IDs
private

◆ _vec_fracture_matrix_elements

template<int DisplacementDim>
std::vector<std::vector<MeshLib::Element*> > ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_fracture_matrix_elements
private

◆ _vec_fracture_nodes

template<int DisplacementDim>
std::vector<std::vector<MeshLib::Node*> > ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_fracture_nodes
private

◆ _vec_junction_fracture_matrix_elements

template<int DisplacementDim>
std::vector<std::vector<MeshLib::Element*> > ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_junction_fracture_matrix_elements
private

◆ _vec_junction_nodes

template<int DisplacementDim>
std::vector<MeshLib::Node*> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_junction_nodes
private

◆ _vec_matrix_elements

template<int DisplacementDim>
std::vector<MeshLib::Element*> ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::_vec_matrix_elements
private

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