Skip to content

Commit

Permalink
🚧 Call function to read and assign nodal acceleration constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagordonho committed Jun 22, 2021
1 parent 6676dbc commit 05c2acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/solvers/mpm_base.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ void mpm::MPMBase<Tdim>::initialise_mesh() {
// Read and assign velocity constraints
this->nodal_velocity_constraints(mesh_props, mesh_io);

// Read and assign acceleration constraints
this->nodal_acceleration_constraints(mesh_props, mesh_io);

// Read and assign friction constraints
this->nodal_frictional_constraints(mesh_props, mesh_io);

Expand Down

0 comments on commit 05c2acc

Please sign in to comment.