This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 22, 2019
-
-
renchao.lu authored
-
- Jan 17, 2019
-
-
Dmitri Naumov authored
A lot of changes are renames for consistency with OGS. Splitting files, and rename them (dropping mp, p, c prefixes). Extraction of the create* functions lead to single step initialization of the Medium, Phase, Component, and Property objects. Formatting and clang-tidy. Improve const-correctness. Remove unneeded Undefined property: The nullptr is probably sufficient in the PropertyArray, which is an array of pointers, for the property to be undefined. Unify value/dValue/d2Value access. [App] Remove requirement for media ids sequence. Reorder public, protected, private sections. Add missing ogs_file_param documentation lines in the code.
-
Norbert Grunwald authored
-
- Jan 08, 2019
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 19, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Dec 18, 2018
-
-
Tom Fischer authored
-
- Nov 20, 2018
-
-
Tom Fischer authored
-
Tom Fischer authored
The output and project folder are needed for reading the balance mesh and writing the results of the balance calculation.
-
- Nov 06, 2018
- Nov 05, 2018
-
-
Dmitri Naumov authored
When the python modules are not in the current working directory but in the projects directory, the user modules would not be found. Adding project's directory to the python's module path allows to run ogs from a different directory than the project file.
-
- Sep 14, 2018
-
-
Tom Fischer authored
-
Tom Fischer authored
First forward it to the HT process creation procedure that forwards it to the class Balance.
-
- Aug 22, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Aug 17, 2018
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Aug 11, 2018
-
-
Dmitri Naumov authored
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jun 28, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This also allows to remove the _geoObjects member from the ProjectData.
-
Dmitri Naumov authored
-
- Jun 20, 2018
-
-
Dmitri Naumov authored
Similar functions used by DE are in the DataHolderLib/Project.
-
Dmitri Naumov authored
New versions of logog do not have an implicit ; after the macros.
-
- Jun 14, 2018
-
-
Dmitri Naumov authored
Now at the top level of the project's config.
-
Dmitri Naumov authored
Find a boundary mesh in the list of meshes instead of using GeoObjects and pass it to the boundary condition creation.
-
Dmitri Naumov authored
All named geometries are converted to meshes (with same names). These meshes will be used by the boundary conditions and source term constructors.
-
- May 30, 2018
-
-
Tom Fischer authored
-
- May 26, 2018
-
-
wenqing authored
-
- May 22, 2018
-
-
xingyuanmiao authored
* added thermomechanicalphasefield process. * added tests. * fixed process name. * deactivated monolithic scheme. * modified name of Kdd component. * added ctest. * modified temperature condition for beam3d model. * added data for ctest. * minor correction of process name. * added thermo-mechanical phase-field process description in doxygen. * changed test name. * added documentation for website. * added slab3d test. * added process description. * updated secondary variables output. * added analytical solution comparison. * updated sceondary variables output in two large tests. * updated test. * reference corrections for doxygen. * added tags for phasefield and thermal parameters. * separated different types of parameters in tests. * [TMPh] Fixed a bug and ran clang-format to the changed file * renamed the representation of the trace of mechanical strain. * use resize for eps_prev instead of initialisation. * removed unused parameters. * removed commented code. * removed unnecessary includes. * renamed sigma_real to sigma. * updated history_variable using std::max. * removed unnecessary update for sigma and heatflux. * added missed temperature variable. * removed two INFOs for history_variable. * replaced block with segment. * removed unused typedef of invariants. * rearranged the order of includes. * fixed calculation of density. * fixed doxygen warnings. * minor correction on the definition of residual thermal conductivity. * removed monolithic scheme. * supplemented correction of density calculation. * added a mechanical phasefield test to compare with a homogeneous temperature test. * updated iglu testing to check the heat_flux. * added thermal shock testing to ctest. * corrected reference citation. * minor corrections of the process description. * updated the process after latest rebasing. * removed unused parameter history_field. * added missing .vtu term in thermal shock testing case. * removed coupling_scheme option --WIP. * [TMPh] Changed the parsing of variables in order to keep the variable documentations * adjusted total running time and refined the tolerance of convergence. * changed format of image display. * format line 221-248. * fixed equation display issue. * changed ctest name. * changed format. * [T] TMP: Remove executable flag from test files. * [T] TMP: Format project files. * clang-format all source code changes.
-
- Mar 27, 2018
-
-
Dmitri Naumov authored
Define the cpp definitions for the ProjectData.cpp. Use a list of processes in the main cmake file.
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 08, 2017
-
-
Tom Fischer authored
- Copied ComponentTransport folder - Renamed ComponentTransport to RichardsComponentTransport
-
- Sep 05, 2017
-
-
Dmitri Naumov authored
-
- Sep 04, 2017
-
-
Dmitri Naumov authored
-