PeriDyno 1.0.0
Loading...
Searching...
No Matches
rigid_1d.h
Go to the documentation of this file.
1#pragma once
2#include <iostream>
3#include "rigid_base.h"
4
5namespace dyno {
6 template <typename T>
7 class Rigid<T, 1>
8 {
9 public:
10 DYN_FUNC Rigid() {};
11 DYN_FUNC ~Rigid() {};
12
13 private:
14
15 };
16
17} //end of namespace dyno
18
DYN_FUNC ~Rigid()
Definition rigid_1d.h:11
DYN_FUNC Rigid()
Definition rigid_1d.h:10
#define T(t)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25