File: dolfinx_mpc.h

package info (click to toggle)
dolfinx-mpc 0.5.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,112 kB
  • sloc: python: 5,998; cpp: 5,196; makefile: 67
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#pragma once

// DOLFINX_MPC interface
#include <ContactConstraint.h>
#include <MultiPointConstraint.h>
#include <SlipConstraint.h>
#include <assemble_matrix.h>
#include <utils.h>
#include <lifting.h>
#include <assemble_vector.h>