Go to the documentation of this file.
47 BoundaryLoad :: initializeFrom(ir);
67 BoundaryLoad :: giveInputRecord(input);
91 if ( ( ksi < -1.0 ) || ( ksi > 1.0 ) ) {
97 for (
int i = 1; i <= dir.
giveSize(); i++ ) {
98 if ( fabs(
startCoords.at(i) + dir.
at(i) * eta - coords.
at(i) ) > 1.e-6 ) {
110 answer.
at(1) = ( 1. - ksi ) * 0.5;
111 answer.
at(2) = ( 1. + ksi ) * 0.5;
double length(const Vector &a)
#define REGISTER_BoundaryCondition(class)
Index giveSize() const
Returns the size of receiver.
void zero()
Zeroes all coefficients of receiver.
void subtract(const FloatArray &src)
FormulationType formulation
FloatArray startCoords
Coordinates of start and end point.
#define OOFEM_WARNING(...)
#define _IFT_LinearEdgeLoad_startcoord
#define _IFT_LinearEdgeLoad_formulation
#define _IFT_LinearEdgeLoad_endcoord
double distance(const FloatArray &x, const FloatArray &y)
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011