![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <GaussPenta.h>
Public Member Functions | |
GaussPenta () | |
GaussPenta (int order_horiz, int order_vert) | |
GaussPenta (int index1, int index2, int order) | |
GaussPenta (int index1, int index2, int index3, int order) | |
GaussPenta (int index1, int index2, int index3, int index4, int order_horiz, int order_vert) | |
GaussPenta (int index, IssmDouble r1, IssmDouble r2, bool maintlyfloating, int order) | |
GaussPenta (IssmDouble area_coordinates[4][3], int order_horiz, int order_vert) | |
GaussPenta (IssmDouble area_coordinates[2][3], int order_horiz) | |
~GaussPenta () | |
int | begin (void) |
void | Echo (void) |
int | end (void) |
int | Enum (void) |
void | GaussFaceTria (int index1, int index2, int index3, int order) |
void | GaussNode (int finitelement, int iv) |
void | GaussPoint (int ig) |
void | GaussVertex (int iv) |
void | SynchronizeGaussBase (Gauss *gauss) |
![]() | |
virtual | ~Gauss () |
Data Fields | |
IssmDouble | coord1 |
IssmDouble | coord2 |
IssmDouble | coord3 |
IssmDouble | coord4 |
![]() | |
IssmDouble | weight |
Private Attributes | |
int | numgauss |
IssmDouble * | weights |
IssmDouble * | coords1 |
IssmDouble * | coords2 |
IssmDouble * | coords3 |
IssmDouble * | coords4 |
Definition at line 13 of file GaussPenta.h.
GaussPenta::GaussPenta | ( | ) |
GaussPenta::GaussPenta | ( | int | order_horiz, |
int | order_vert | ||
) |
Definition at line 33 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | int | index1, |
int | index2, | ||
int | order | ||
) |
Definition at line 86 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | int | index1, |
int | index2, | ||
int | index3, | ||
int | order | ||
) |
Definition at line 142 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | int | index1, |
int | index2, | ||
int | index3, | ||
int | index4, | ||
int | order_horiz, | ||
int | order_vert | ||
) |
Definition at line 170 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | int | index, |
IssmDouble | r1, | ||
IssmDouble | r2, | ||
bool | maintlyfloating, | ||
int | order | ||
) |
Definition at line 236 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | IssmDouble | area_coordinates[4][3], |
int | order_horiz, | ||
int | order_vert | ||
) |
Definition at line 397 of file GaussPenta.cpp.
GaussPenta::GaussPenta | ( | IssmDouble | area_coordinates[2][3], |
int | order_horiz | ||
) |
Definition at line 435 of file GaussPenta.cpp.
GaussPenta::~GaussPenta | ( | ) |
|
virtual |
Implements Gauss.
Definition at line 476 of file GaussPenta.cpp.
|
virtual |
|
virtual |
Implements Gauss.
Definition at line 534 of file GaussPenta.cpp.
|
virtual |
Implements Gauss.
Definition at line 548 of file GaussPenta.cpp.
void GaussPenta::GaussFaceTria | ( | int | index1, |
int | index2, | ||
int | index3, | ||
int | order | ||
) |
Definition at line 552 of file GaussPenta.cpp.
|
virtual |
|
virtual |
Implements Gauss.
Definition at line 569 of file GaussPenta.cpp.
|
virtual |
|
virtual |
Implements Gauss.
Definition at line 804 of file GaussPenta.cpp.
|
private |
Definition at line 16 of file GaussPenta.h.
|
private |
Definition at line 17 of file GaussPenta.h.
|
private |
Definition at line 18 of file GaussPenta.h.
|
private |
Definition at line 19 of file GaussPenta.h.
|
private |
Definition at line 20 of file GaussPenta.h.
|
private |
Definition at line 21 of file GaussPenta.h.
IssmDouble GaussPenta::coord1 |
Definition at line 24 of file GaussPenta.h.
IssmDouble GaussPenta::coord2 |
Definition at line 25 of file GaussPenta.h.
IssmDouble GaussPenta::coord3 |
Definition at line 26 of file GaussPenta.h.
IssmDouble GaussPenta::coord4 |
Definition at line 27 of file GaussPenta.h.