waves
Basic FE playground
wNewmark.h
Go to the documentation of this file.
1
/*
2
* Copyright 2022 University of Liège
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef WNEWMARK_H
18
#define WNEWMARK_H
19
20
#include "
waves.h
"
21
#include "
wTimeIntegration.h
"
22
23
namespace
waves
24
{
25
30
class
WAVES_API
Newmark
:
public
TimeIntegration
31
{
32
public
:
33
double
gamma
;
34
double
beta
;
35
36
Newmark
(std::shared_ptr<Problem> _pbl);
37
virtual
~Newmark
() { std::cout <<
"~Newmark()\n"
; }
38
39
virtual
void
start(tbox::MshExport *mshWriter)
override
;
40
virtual
char
const
*
clsname
()
const override
{
return
"Newmark"
; }
41
};
42
43
}
// namespace waves
44
45
#endif //WNEWMARK_H
waves::Newmark::gamma
double gamma
Definition:
wNewmark.h:33
waves::Newmark
implicit Newmark
Definition:
wNewmark.h:30
WAVES_API
#define WAVES_API
Definition:
waves.h:29
waves::Newmark::clsname
virtual const char * clsname() const override
Definition:
wNewmark.h:40
wTimeIntegration.h
waves::TimeIntegration
Time integration base class.
Definition:
wTimeIntegration.h:43
waves
Definition:
waves.h:34
waves.h
waves::Newmark::~Newmark
virtual ~Newmark()
Definition:
wNewmark.h:37
waves::Newmark::beta
double beta
Definition:
wNewmark.h:34
waves
src
wNewmark.h
Generated on Fri Oct 28 2022 10:21:59 for waves by
1.8.17