Last change
on this file since 18825 was 18825, checked in by hongjuy, 10 years ago |
NEW: added new module that calculates |grad B|2 for regularization
|
File size:
440 bytes
|
Line | |
---|
1 | /*!\file: RheologyBAbsGradientx.h
|
---|
2 | * \brief header file for inverse methods misfit computation
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _RHEOLOGYBGRADIENTX_H
|
---|
6 | #define _RHEOLOGYBGRADIENTX_H
|
---|
7 |
|
---|
8 | #include "../../classes/classes.h"
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void RheologyBAbsGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
|
---|
12 | IssmDouble RheologyBAbsGradient(Element* element);
|
---|
13 |
|
---|
14 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.