Skip to content
Snippets Groups Projects
Commit 0710563c authored by Max Jaeschke's avatar Max Jaeschke
Browse files

Add OGS-Fatal for domain deactivation

Remove this
parent 18576778
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,14 @@ void HeatTransportBHEProcess::assembleConcreteProcess( ...@@ -222,7 +222,14 @@ void HeatTransportBHEProcess::assembleConcreteProcess(
if (_process_data._is_linear) if (_process_data._is_linear)
{ {
auto const& spec = this->getMatrixSpecifications(process_id); if (!getActiveElementIDs().empty())
{
OGS_FATAL(
"Domain Deactivation is currently not implemnted with "
"linear optimization.");
}
auto const& spec = getMatrixSpecifications(process_id);
// use matrix cache for soil elements // use matrix cache for soil elements
_asm_mat_cache.assemble(t, dt, x, x_prev, process_id, &M, &K, &b, _asm_mat_cache.assemble(t, dt, x, x_prev, process_id, &M, &K, &b,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment